if Object repository contain x and y properties. we do not
know whether they are mandatory or assistive properties.
While executing the script qtp will use both the properties
or only sufficient properties to identify the object.
It means it use OR (or) AND
Answer Posted / udham singh
i
The right answer is
Qtp first checks all Mandatory properties .it means AND operation on all Mandatory properties ,if all properties matches then the object is identified and operation is performed.if even a single property in MANdatory property mismatches then it fails. in this case QTP will move to ASSISTIVE properties.IN assistive qtp PERFORMS or OPERATION.IF EVEN A SINGLE PROPERTY MATCHES THEN (INCLUDING MANDATORY) THEN ALSO IT WILL IDENTIFY THE OBJECT.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How software tester can use constants and variables in scripts?
Explain quicktest professional testing process?
What is the parameterization? Give one example?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
what is supply chain management?
What are main panes available in qtp test browser?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
How to open a new test using quicktest professional?
Explain different types of action in qtp?
How do we analyze the checkpoint results?
What are benefits of qtp?
Is it possible to call win runner script in qtp?
How to add synchronisation points in qtp?