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
Where is the Bitmap checkpoint information stored?
How to export quicktest professional (qtp) results to an .xls file?
HOw to add the recovery file at runtime to the test file .
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Difference between action & Reusable action?
Hi All, How to Compare two strings character by character in QTP
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
How would you directly trigger javascript in a test?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
The hybrid framework can be implemented for any application. Is it true?
Should have experience in framework means?
What is difference in global and action sheet in qtp?
How QTP identify the system time that's changes every seconds?
what frame work you are following?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page