How to use Regular Expressions in QTP
Answer / jay prakash
Use Regular Expression (RE) in QTP to search for a specific
string format within the AUT. QTP recognizes all those
values that meet the search criteria specified in the RE.
A RE is a string of spl charcters that defines the
condition of a search. For examle in Flight reservation
application a diff order number is generated every time you
run the test. To accomodate these changing order number u
can use check point with RE so that QTP can recognize the
generated order number.
| Is This Answer Correct ? | 4 Yes | 0 No |
How do you perform testing on web based application using qtp 9.2?
after initiating one project for testing, when exacltly QTP tester role starts?
how to capture the run time values of web table.
what is Supplemental Objects ?
How to Practice QTP Scripts?
What is the extention of Virtualobject
Give the syntax to import/export xls into qtp.
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
the develeper not accepter your defect what status is that ?
What are the different properties of an web object
what is the use of automation frame work ??(QTP)
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")