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?

Answers were Sorted based on User's Feedback



What is the condition or scenario that leads the use of object spy in qtp? (while recording we can..

Answer / avisek misra

Object spy is of great use when writing Descriptive
programming. It heklps you to find the exact properties
with which you would like to identify an object.
Moreover it is also of use to sometimes find out the exact
changes in the properties of an object when a script fails.
Hoipe this helps.

Is This Answer Correct ?    12 Yes 0 No

What is the condition or scenario that leads the use of object spy in qtp? (while recording we can..

Answer / anusha

It will give both Test-object and run-time object
properties.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More QTP Interview Questions

There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.

0 Answers  


What is the extension of script and object repository files in QTP?

9 Answers  


what about f2&f6 function keys

1 Answers  


will QTP accepts javascript?

14 Answers   AppLabs,


How iteration is related to Test Results in QTP?

1 Answers  






How do u connect database through QTP tell me both Ms Access and SQL

2 Answers   Livetek,


can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function

5 Answers  


can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...

1 Answers   FSS,


Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.

0 Answers  


I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?

1 Answers   FAI,


what is the difference between DP and keyword driven framework?

1 Answers  


How to extract the data in the below scenario and dump it in the excel? Link1 Link2 Link3 Link4 numberlink1 text text text numberlink2 text text text numberlink3 text text text numberlink4 text text text So, Here is my question? -- It is a matrix but is not a web table(QTP does not recognize it as a web table) -- Link1, link2 and link3 are links under which text is available -- numberlink1 to numberlink4 are again LINKS -- All the others displayed are text only I want to extract the data in the above scenario and dump it into an excel in the same scenario as it is displayed above. Kindly help.. Thank you

0 Answers  


Categories