Answer Posted / sreeprasad
1). wait()
2). inserting Synchronization point.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How to get Traceability matrix from TD?
In qtp, explain what is qrs file?
What are the trigger events in qtp?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How to find operating system information using the qtp script?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is QTP scenario.
What are the ordinal identifiers in web page?
What is a Patch in QTP?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
what type of automation is follwed in the project?
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
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is reusable action?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?