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

Answers were Sorted based on User's Feedback



If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can w..

Answer / kapilet05

Hi all,

Try this one as well

"Browser("browsename").Page("Pagename").WebButton
("Login").WaitProperty "visible", TRUE, 100000"

For above code identify ant object in next web page it will
wait for that object for specified time which you mention
in script. In above example it is "100000" ms.
If that object found before the specified time it it will
not wait and execute next step.
If the object will not found in specified time script got
failed.

Regards,
Kapil Gupta
kapilet05@gmail.com

Is This Answer Correct ?    7 Yes 0 No

If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can w..

Answer / uday

Hi,

Put 2 hours as maximum web navigation timeout.

Thanks,
Uday.

Is This Answer Correct ?    6 Yes 0 No

If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can w..

Answer / dhana

Use .Exist method for that particular page

for ex:
Browser("Browsername").Page("Pagename").Exist

Is This Answer Correct ?    6 Yes 5 No

If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can w..

Answer / priya

wht is he fun in going automation for such kind of
objects ,v vil go for automation to reduce time right

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More QTP Interview Questions

tell me abt a time when u had to go above &beyind the call of duty to get the job done

0 Answers  


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

0 Answers   TCS,


I open login gmail page after that QTP is not able to identify the object present in it then what u will do

3 Answers   Accenture,


I Selected for TCS-Chennai(Contract to hire) position plz suggest me whether i have to join or not

2 Answers   TCS,


What is object spy in quicktest professional?

0 Answers  






Is it possible to switch between recording modes during a test creation?

0 Answers  


Basically why we need testing?

14 Answers  


can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???

1 Answers  


Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office they want to schedule individual scripts of QTP so that it can run unattended during night time, Please help me how to do that. 2. what is the use of silent test run in qtp can I schedule the scripts in Silent runner, Please explain. 3.I retrieved data from the database using output value -> Database output value. the result of the query for eg is 5 rows, iam able to output the first row by selecting the cols and adding it to output, but am not able to do it for the rest of the rows. please tell me how to do it. Sorry for posting so many qns, am not able to find answ to any of the above in any websites, hoping that someone would really help me with these here, please help me. awaiting for ur immediate revert. Priya

5 Answers  


What is the diff between image and bitmap check point?

0 Answers  


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

0 Answers  


hen do start automation testing after manual testing

1 Answers   Infosys,


Categories