in qtp wha t is synchronisatin pt,what is the maximam time out
Answer Posted / shivendra kumar shukla
synchronisatin pt is the halt or wait till the object and
it’sproperties gets fulfilled.
Quick Test waits a set time interval for an application to
respond to input. The default wait interval is up to 20
seconds.
If the application responds slowly during a test run, Quick
Test’s default wait time may not be sufficient, and the
test run may unexpectedly fail.
Synchronization compensates for inconsistencies in the
performance of your application during a test run.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
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
Explain the concept of object repository and how qtp recognises objects?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What is the difference between byref and byval in qtp?
Explain the terms test and business component?
What is active screen?
How to use descriptive programming?
Generic function to search for the unique link in webtable and click on it
What is checkpoints for qtp?
How to call a test from another test?
Is it possible to merge two object repository files in qtp?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How to customize checkpoints with parameters?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded