What is the Maximum syncronization timeout in seconds in
QTP 9.5
Answer Posted / uday
For default object synchronization timeout:
setting("defaulttimeout")=your value
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How is the Bitmap checkpoint different from Image checkpoint?
Write a script to customize the test results in PDF and HTML format.
Why script error occur in between recording in qtp?
could any help me please, how to work on visual foxpro application using UFT
How will internal and external links be validated and updated? how often?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
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
What is difference between Recording time object identification and Run time (Execution) time.
Explain the views in the QTP GUI?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How to modify the text checkpoint?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How to use Environment parameterization? Explain with an example.
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks