|
|
|
| Re: How to check multiple line text in jubula? [message #1007480 is a reply to message #1007240] |
Wed, 06 February 2013 00:34   |
 |
Rajesh Dash Messages: 29 Registered: January 2013 |
Junior Member |
|
|
Thanks for support alex ...One more thing can it possible to check the data which are coming continuously from transmitter
like 11 12 14 15 16
11 12 14 15 16
11 12 14 15 16
.....................
here i want to check the all the lines so i am checked with (11 12 14 15 16.*//n).* and also (11 12 14 15 16.*//n)* but both are not working.How can i handle such type of test cases.
[Updated on: Wed, 06 February 2013 04:12] Report message to a moderator
|
|
|
|
|
| Re: How to check multiple line text in jubula? [message #1007698 is a reply to message #1007512] |
Thu, 07 February 2013 03:06  |
Alexandra Schladebeck Messages: 730 Registered: July 2009 |
Senior Member |
|
|
Hi Rajesh,
My knowledge of regex is pretty limited, but I do think that a good regex could help you here. I'm fairly sure you can't use \n for a newline, so that's probably the reason why the test is failing at the moment.
I saw in one of your images in another thread that you were working with repetition amounts in the regex - that could be a way of getting this to work. Bear in mind that you will need to use matches, and not simple match to do complex regular expressions like this.
HTH,
Alex
|
|
|
Powered by
FUDForum. Page generated in 0.01723 seconds