What is Maximum synchronization time out in QTP(By Default
is 20sec). Anybody can answer it. Thanks in advance.

Answer Posted / kolla

it's max 99999 millisec

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is the Bitmap checkpoint different from Image checkpoint?

619


How to interact tool & application build in QTP?

1456


Explain the views in the QTP GUI?

615


wt is the use of multiple questions in QTP

1671


Where we use data driver in qtp?

601






Define Error Pane of UFT?

684


What are the different types of functions available in qtp and explain ?

560


What is QTP and the use of QTP in TD?

591


How to give a call to another action from one action?

621


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

1547


How many types of recording facility are available in quicktest professional?

557


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

1486


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

2565


What is the qtp testing process?

590


Can we run test with out adding object in object repository? How it is possible?

538