normally by going through the object properties in object
spy we write descriptive programming(correct me if i am
wrong). But how or from where can we get the object
properties in the object spy?plzzzzzz do answer
Answer Posted / rajesh
if u click on the object using object spy,it will display
the properties in the object spy window.in this u will have
2 types of properties namely 1.runtime object properties
and 2.test object properties.generally by default test
object properties will be displayed and we will use these
properties only for our test script.
hope u understand this.
ragards,
Rajesh
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Have you faced any problems with object repository?
What is business process testing(bpt) in qtp?
how to write xml output check point bu useing descriptive programing .means without useing output check point
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How many types of parameters are available in quicktest professional (qtp)?
Explain quicktest professional (qtp) testing process?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How many types of parameters are available in quicktest professional?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
can any one say that where we can download the QTP trail version ??????????
Approach for Installation,comaptibility,system testing
What is Unicode Compatibility?
What is QTP testing process?
What is the Difference between test object and run time object?