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 |
There is web page with the webtable,this contains some data, how do you manipulate the data.
How to get Links count in an web application,without descriptive programming?
How to check the URL using Automation tool QTP
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
How do you perform testing on web based application using qtp 9.2?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What is the Test Object model in QTP?
in howmany ways you perfrom batchtesting
when we apply the daily build each and every day,the property may change in the application.so that the created script is not reusable in winrunner and qtp.for ex for date field it is taken dtpicker.at another time it is taken some other name.how can i solve it.
If created one virtual object? Next time I changed the window position will it work?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.