what is the syntax for regular expression.dont send the types
like regexp_label,regexp_msw_class
Answer / nehasahu
ex if you have to write a regular expression for
"Fax Order No.232" coz it is changing dynamically.
regular expression would be = !Fax Order No.*
!= indicates it is a regular expression
.*=to indicate text following this phrase can vary
Is This Answer Correct ? | 0 Yes | 0 No |
What are the modes of script recording in winrunner ?
can i get apex technologies interview questions in testing
what is the difference between data driven test(ddt) and parametrization
7 Answers Agile Software, CTS,
What is Syncronisation in Winrunner?
The default type of Constants and variables supported by TSL are..
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
How to check the background colour of the screen in WR?
How do handle error/exceptions in winrunner.
What are the features r there in winrunner 7.6 over winrunner 7.01..B'cos Iam using Winrunner 7.01
How are objects set to appropriate class
How to read the third party controls in the application
what is difference between smoke & sanity testing?