What is use of Global Sync Timeouts in QTP9.2?

Answer Posted / kishore

20 sec for windows application
60 sec for web application

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

545


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

3580


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

1778


What are the differences between quicktest professional (qtp) and winrunner?

547


For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?

591






HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.

1600


what is the difference btn risks & Therads in the Test plan documentation?

1560


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

506


can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

1505


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

671


how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)

1408


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com

1466


How do you create new test sets in td?

505


Explain the differences between table and db checkpoints?

552


explain how to write vb script in qtp?when will you write own script?

1836