Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP is waiting for the page to load succesfully and then doing actions
#4
Not Solved
Here, you can check with "Done" Statement on browser or, Consider any of the object on page like "OK" or "Submit" buttons which is disappeared. Develop a code as it can be go to next step whether the "Done" statement appeared or "Object" disappeared. But, "Done" validation is mandatory... as a good test engineer, consider this first then go with workaround.

Eg:
Code:
Dim Valid
Valid = Object.Exist
If (Valid = True) Then
Do while Not Valid=True
Valid = Object.Exist
Loop
End If
'Once the Valid is False, means that the page is navigated... or

If you find that even the object disappears, the page is not navigated fully,
You can check the Existence of the next page's object (If you have Object's information). I think we have the next page objects too... we can proceed even on this procedure.

any issues let me know.
Reply


Messages In This Thread
RE: QTP is waiting for the page to load succesfully and then doing actions - by bfakruddin - 12-01-2010, 10:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Load Add-in at execution time driverdash 0 2,074 08-11-2015, 12:35 AM
Last Post: driverdash
  Script for Waiting till a text changes anushreebehura 2 2,199 03-01-2013, 05:32 PM
Last Post: anushreebehura
  Page load is not working as desired Charanpreet 1 2,649 04-14-2011, 10:14 AM
Last Post: manabh
  Load Data from Excel SweetyChowdhury 3 4,099 04-28-2010, 07:38 PM
Last Post: basanth27
  QTP Actions in to vbs function anbarasu 2 3,202 04-05-2010, 11:58 AM
Last Post: anbarasu

Forum Jump:


Users browsing this thread: 2 Guest(s)