If the web applicatoin takes navigation time above 2 hours
to dispaly next Web page then how can we synchronize the
QTP with Appilication Under Test
Answer Posted / dhana
Use .Exist method for that particular page
for ex:
Browser("Browsername").Page("Pagename").Exist
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
how to post xml data from QTP scripts to any application?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What are the trigger events in qtp?
How many types of trigger events are there in qtp?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What is the difference between the design-time and run-time data tables?
How to delete an object from the object repository?
How will you find the current time of the remote machine using QTP script?
In qtp, how you can remove the spaces from string?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
What are the types of object repository in qtp?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
What is an object repository?