what is spy, and how can u use?
Answer / moreshwar deshmukh
Using the Object Spy, you can view the run-time or test
object properties and methods of any object in an open
application. You use the Object Spy pointer to point to an
object. The Object Spy displays the selected object’s
hierarchy tree. It displays the run-time or test object
properties and values of the selected object in the
Properties tab. It displays the run-time or test object
methods associated with the selected object in the Methods
tab
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we check environment variable value without existing of environment variable
How to test the login page in different ways in automation testing and i need code?
Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table).
After running scripts how you report results ,there is any specific report form
What is the real use of different actions in QTP
What environment does qtp run in?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
what is the extension for QTP files?
16 Answers American Solutions,
setroproperty and getroproperty difference
How do you delete unwanted results in qtp?
How u prepare Test result summary in QTp?
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?