Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » how to check multiple lines in clipboard(I want to check 100 lines of data which is in clipboard )
how to check multiple lines in clipboard [message #1781556] Thu, 08 February 2018 13:40 Go to next message
sai krishna is currently offline sai krishnaFriend
Messages: 2
Registered: February 2018
Junior Member
At present I am using simple match in data set and inserting each and every line and it takes lots of effort.Is there any simple way ?



Example Data:-
1. Stream ---NA--- 2 0.0
2. Stream ---NA--- 2 0.0
3. Limit ---NA--- 1 0.0
4. Stream ---NA--- 1 0.0
5. Limit ---NA--- 2 0.0
6. Scan HEAVIEST 2 0.0
7. Stream ---NA--- 2 0.0
8. Limit ---NA--- 1 0.0
9. Stream ---NA--- 1 0.0
10. Limit ---NA--- 2 0.0
11. Scan ---NA--- 2 0.0
12. Stream ---NA--- 2 0.0
13. Limit ---NA--- 1 0.0
14. Stream ---NA--- 1 0.0
15. Limit ---NA--- 2 0.0
16. Scan ---NA--- 2 0.0
17. Stream ---NA--- 2 0.0
18. Limit ---NA--- 1 0.0
19. Stream ---NA--- 1 0.0
20. Limit ---NA--- 2 0.0
21. Scan ---NA--- 2 0.0
22. Stream ---NA--- 2 0.0
23. Limit ---NA--- 1 0.0
24. Stream ---NA--- 1 0.0
25. Limit ---NA--- 2 0.0
26. Scan ---NA--- 2 0.0
27. Stream ---NA--- 2 0.0
28. Limit ---NA--- 1 0.0
29. Stream ---NA--- 1 0.0
30. Limit ---NA--- 2 0.0
31. Scan ---NA--- 2 0.0
32. Stream ---NA--- 2 0.0
33. Limit ---NA--- 1 0.0
34. Stream ---NA--- 1 0.0
35. Limit ---NA--- 2 0.0
36. Scan ---NA--- 2 0.0
37. Stream ---NA--- 2 0.0
38. Limit ---NA--- 1 0.0
39. Stream ---NA--- 1 0.0
40. Limit ---NA--- 2 0.0
41. Scan ---NA--- 2 0.0
42. Stream ---NA--- 2 0.0
43. Limit ---NA--- 1 0.0
44. Stream ---NA--- 1 0.0
45. Limit ---NA--- 2 0.0
46. Scan ---NA--- 2 0.0
47. Stream ---NA--- 2 0.0
48. Limit ---NA--- 1 0.0
49. Stream ---NA--- 1 0.0
50. Limit ---NA--- 2 0.0
51. Scan ---NA--- 2 0.0
52. Stream ---NA--- 2 0.0
53. Limit ---NA--- 1 0.0
54. Stream ---NA--- 1 0.0
55. Limit ---NA--- 2 0.0
56. Scan ---NA--- 2 0.0
57. Stream ---NA--- 2 0.0
58. Limit ---NA--- 1 0.0
59. Stream ---NA--- 1 0.0
60. Limit ---NA--- 2 0.0
61. Scan ---NA--- 2 0.0
62. Stream ---NA--- 2 0.0
63. Limit ---NA--- 1 0.0
64. Stream ---NA--- 1 0.0
65. Limit ---NA--- 2 0.0
66. Scan ---NA--- 2 0.0
67. Stream ---NA--- 2 0.0
68. Limit ---NA--- 1 0.0
69. Stream ---NA--- 1 0.0
70. Limit ---NA--- 2 0.0
71. Scan ---NA--- 2 0.0
72. Stream ---NA--- 2 0.0
73. Limit ---NA--- 1 0.0
74. Stream ---NA--- 1 0.0
75. Limit ---NA--- 2 0.0
76. Scan ---NA--- 2 0.0
77. Stream ---NA--- 2 0.0
78. Limit ---NA--- 1 0.0
79. Stream ---NA--- 1 0.0
80. Limit ---NA--- 2 0.0
81. Scan ---NA--- 2 0.0
82. Stream ---NA--- 2 0.0
83. Limit ---NA--- 1 0.0
84. Stream ---NA--- 1 0.0
85. Limit ---NA--- 2 0.0
86. Scan ---NA--- 2 0.0
87. Stream ---NA--- 2 0.0
88. Limit ---NA--- 1 0.0
89. Stream ---NA--- 1 0.0
90. Limit ---NA--- 2 0.0
91. Scan ---NA--- 2 0.0
92. Stream ---NA--- 2 0.0
93. Limit ---NA--- 1 0.0
94. Stream ---NA--- 1 0.0
95. Limit ---NA--- 2 0.0
96. Scan ---NA--- 2 0.0
97. Stream ---NA--- 2 0.0
98. Limit ---NA--- 1 0.0
99. Stream ---NA--- 1 0.0
100. Limit ---NA--- 2 0.0
101. Scan ---NA--- 2 0.0
102. Stream ---NA--- 2 0.0
103. Limit ---NA--- 1 0.0
104. Stream ---NA--- 1 0.0
105. Limit ---NA--- 2 0.0
106. Scan ---NA--- 2 0.0
107. Scan COSTLIEST, SLOWEST 2 0.0
Re: how to check multiple lines in clipboard [message #1781703 is a reply to message #1781556] Mon, 12 February 2018 10:44 Go to previous messageGo to next message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
With the matches operator you can also match line separator(e.g. Linux "\\n" or windows" \\r\\n"[depends also on the application]).

E.g. the following text will match the first two lines and everything other "1. Stream ---NA--- 2 0.0\\n2. Stream ---NA--- 2 0.0\\n.*"
Please look into the documentation[1] for more information how the matches operator works.

But it might be that your data is to long for one step.

kind regards
Marvin

[1] http://help.eclipse.org/oxygen/topic/org.eclipse.jubula.client.ua.help/content/html/userManual/tasks/ch03s38s02.html
Re: how to check multiple lines in clipboard [message #1781754 is a reply to message #1781703] Tue, 13 February 2018 04:03 Go to previous message
sai krishna is currently offline sai krishnaFriend
Messages: 2
Registered: February 2018
Junior Member
Thank you

I am using Excel file and checking the data in jubla test cases it is working for me.
Previous Topic:Unable to perform Object mapping operation on eclipse based IDE
Next Topic:Want to extend Jubula to work with KTable
Goto Forum:
  


Current Time: Thu Apr 25 02:12:16 GMT 2024

Powered by FUDForum. Page generated in 0.03575 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top