Where do we use Regular Expression? And what exactly
Regular Expression means?
Answers were Sorted based on User's Feedback
Answer / nani
Identify the object diffculty that time we are using reg exp
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jhansilaxmi
When labels are varying in the builds we use Regular
Expressions to identify the objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bala
Regular expression is a string that specifies a complex
search phrase.Regular expression enables to identify
objects with varying names or titles
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prajnadipta
While dealing with Data Driver Wizard in WinRunner,the
major thing is that, it does not check for things such as
object levels.The wizard finds only the fixed point in the
test script.To overcome the object level problem Regular
Expression is used.
A Regular Expression is a string that specifies a complex
search phrase inorder to enable WinRunnerto identify
objects with varing names or titles.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suneel reddy
Regular Expression is used whenever window labels are
changing continuously
example
when u r learing yahoo inbox(79) messages are there
while ur executing Inbox(80)
so window label changed
while running the script it may cause failure
so by defining Regular Expression we can control it
another example
when ur learning lohin page first it is Verify password is
there?
while executing it is invalid username
so label is different
ok na
do u got my point
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between writing a function and writing a script?
what is mean by release in quality center and who will perfom?
Could you anyone share me the path to download the automation tools which are having trial license version?
We added data driven test in to our test script, how to remove the data driven wizard from the script?
is 'Vendor' is a Reserved in WinRunner or not?
what is deployment?and who do deploy in a server, and when ?
3 Answers CTS, Mannar Company,
how v should get data from third excel sheet?
what is TSL script to connect testdirector through winrunner
ca n u give the eample for low severity & high priority in ur Internet Banking project
How to read the third party controls in the application
which method are using to obtain runtime property of an object
how u can do parameterization in winrunner? tell me the sample code.