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
What are the recording modes in wave event?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
what kind of frame work you used in your last project?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Describe how Smart Identification is used
Explain the concept of how quicktest professional identifies object?
What is the difference between qtp and selenium?
What are the Test design techniques you uses in ur project?
What are main panes available in qtp test browser?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How the smart identification is used in real time?Please explain with an example
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
Explain about Test Fusion Report of QTP?
How to use output values in qtp ?
How to interact tool & application build in QTP?