What is the condition or scenario that leads the use of object
spy in qtp? (while recording we can get all the properties)
then wat leads to use this?
Answer Posted / anusha
It will give both Test-object and run-time object
properties.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can you identify the browser and its information using the qtp script?
What are the different types of checkpoints?
Should have experience in framework means?
How will you handle java tree in qtp?
How to execute a winrunner script in quicktest professional?
What are the different ways to invoke an application using QTP?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
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
How would you export a script from one pc to another in qtp?
What is the latest version of qtp?
Can we write winrunner language i.e TSL in QTP tool?
How QTP support all types of applications (platforms)?
How to export quicktest professional results to an .xls file?
How to customize qtp?
In qtp, how you can use xpath to identify objects?