How to retrieve the object properties at runtime without
the usage of GetROProperty?
Answer Posted / sampath
Insert> Output Values:
It is used for exporting the object properties and their values into data table.
We can use these properties for our future references.
Note: we can insert o/p values only in recording mode.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can we record an application running on a remote machine using qtp?
please post the interview questions for QA position in FACTSET
Explain different types of action in qtp?
how to idetfy which test cases are automated?who will deside that plz tell me
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
Whats the realtime QTP testing process
What are the features and benefits of quick test pro (qtp 8.0)?
If created one virtual object? Next time I changed the window position will it work?
What are the challenges you faced during you entire life automation ?
How do you capture tooltip using QTP?
what is the difference between IE & Netscape in web testing on a log in page
What are the types of object repository?
What is the short cut keys for the following?
How to start recording using quicktest professional?
How many types of object repository in qtp?