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

What kind of errors can b handled in QTP in real time scenario?

1 Answers  


How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application. plz explain in detailed or mail the sample code to malepatin@gmail.com

1 Answers  


what is difference between Mandatrary proparties and Assistive proparties? Explain

4 Answers  


What is Virtual Users?

1 Answers   Crea,


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,






What is the difference between call to existing action and copy of an action?

0 Answers  


what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?

6 Answers   Quintegra,


Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine

1 Answers  


Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?

3 Answers  


Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers

0 Answers  


what is mean by soi in object identification

1 Answers  


I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.

3 Answers  


Categories