Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to find whether page get generated or not
#1
Not Solved
Hi All,

i wanna know that whether QTP has implemented internal wait method or not in latest version

recently i have used new automation tool like Sahi, in this tool i observed that after clicking any link or but we need not to write any wait or sync methods to wait until page get redirected/ generated

sahi automation tool was implemented internal wait method to know whether page get generated or not

for example

Code:
browser().page().link().click
browser().page().webedit().set "asduif"


for above example after i click the link the page will redirected to another page, here i need to enter the text in text box

in qtp i have to verify whether the page is redirected to next page or not
once the page is redirected to next page then only i can enter the text in textfield

if page still in progress even the time which i have given for sync or wait, then the next line will execute even page is not yet generated then we will get error page

but we dont have this problem in sahi automation tool, it will check for the page get generated or not,

until page get redirected to next page it will not execute to next step, so there is no chance to fail our script in sahi automation tool

like this sahi tool, does qtp is having any internal wait method to wait until page get redirected/ generated in latest version

please let me know if there is any internal wait method process in latest QTP versions





Regards,
G@veyom
Reply


Messages In This Thread
how to find whether page get generated or not - by gaveyom - 10-20-2011, 12:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Checking if an error message is generated on the page due to wrong data entry pkjakhar 1 2,469 06-19-2008, 01:47 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)