When testing a web application, the url for each page
changes, so using QTP how do u handle this scenario. If
anyone knows please answer in detail about the whole
procedure. Thanks a lot.
Answer Posted / arjuncr
hai subash
by using regular expression we can handle this
syntax:
browser("title:=.*page.*").page("title:=.*page.*").webutton
("name:=Click").Click
the above is descriptive programe.by this we can handle
dynamic changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
How many ways we can parameterize data in quicktest professional?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
What is the latest version of qtp?
What is QTP scenario.
On what document base Descriptive programming is written if build is not yet ready ?
how to find that tools work well with ur existing system?
what are the limitations of smart identification in qtp 9.0
how can i pass a "cript"as a parameter in to a function
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
What is the difference between analog and low level recording?
What are the general steps involved in the data driven framework?
Explain object spy in qtp.