How winrunner Handles varying window Labels?
Answers were Sorted based on User's Feedback
Answer / s saritha
Use a Regular Expression when the name of GUI objectcan
vary each time you run a test.
How to use Reg exp.
In Physical description :
Change the lable Property
Lable : "Fax Order No."
Lable : "!Fax Order No.*" (Reg Exp)
| Is This Answer Correct ? | 0 Yes | 0 No |
can i get apex technologies interview questions in testing
Where to use the public or private functions in your script?
How to check property of specific icon is highlighted or not?
one text box is there .It will takeing some number, How will u know how many no's it will takeing by useing qtp
what is batch mode, how can u run ur tests in batch mode?
where can i get realtime projects
is 'Vendor' is a Reserved in WinRunner or not?
Let us assume there is a web-table, In this web table we have no.of Rows and Coloumns , in a Row/Coloumn(like 3*2 i.e 3rd row 2nd coloumn)is a weblist , in this web list we have almost 6links , then we click anylink a new window will activated! How can we write the script for ?? in QTP
Which function to use to compare the application date with system date?
What is test parameter
How to close the winrunner window from the script itself?what is the code?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide