Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

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 ?

1937


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

4288


Explain the concept of object repository and how qtp recognises objects?

1025


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

6203


What is the difference between byref and byval in qtp?

1087


Explain the terms test and business component?

1016


What is active screen?

976


How to use descriptive programming?

1135


Generic function to search for the unique link in webtable and click on it

3057


What is checkpoints for qtp?

964


How to call a test from another test?

1369


Is it possible to merge two object repository files in qtp?

1176


X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?

2039


How to customize checkpoints with parameters?

3582


How is recording done when a application is over lapping the QTP application it gives a message object not recorded

2055