How to change the Default synchronization method time and
where?
Answer Posted / johnson
In qtp 9.2 File-->settings-->select run tab in Test setting
window - change the values in object synchronization timeout
text box.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of Object Repository?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Explain object spy in qtp.
How will you test a stapler?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How is a Step generator used in UFT?
after click on compose mail how can we attached a file in qtp with vbscript code
what are the limitations of smart identification in qtp 9.0
How to integrate the qualitycenter with qtp
how to convert 100 into hundred repees only and viceversa
Explain the types of object repositorys in qtp?
If you are testing a web application then what will you test in that application?
To which environments does quicktest professional (qtp) supports?
What test you perform mostly? Regression or retesting in your testing process?
What is the new version of qtp which is recently released in the market?