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
Explain the types of object repositorys in qtp?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Explain the concept of how quicktest professional (qtp) identifies object?
How you can decide which type of object repository you have to use?
How many types of recording facility are available in quicktest professional?
What is the Difference between test object and run time object?
What is the syntax to call one action in another?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
What is QTP scenario.
What is the difference between Keyword Driven test and Data Driven test?
can u please explain what is the exact difference between qtp8.2 and 9.0
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What are private functions in QTP? How they can be called from the function library?