What is Object Spy in QTP?
Answers were Sorted based on User's Feedback
Answer / nitesh srivastava
object spy is used by testers or it displays
properties ,methods and object hierarchy......navigation
click on the spy..Click on the hand icon...and take the
hand icon and Click on the object ,window ,or
dialouge ,webpages....
| Is This Answer Correct ? | 4 Yes | 7 No |
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).
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
What are the ways you can synchronize?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
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 regular expression?
Explain about Checking Bitmaps?
what is debugging testing?
What is wrong in my code?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
Object Repositories types, which & when to use?