what are the mandatory and assistive properties of objects
in QTP?What is attached text?Plz assist me with proper
answer.
Answer Posted / venkat
First of all the QTP will learn all the mandatory properties
at a time and then think weather these properties are
sufficient to identify the object uniquely. If it feels
sufficient then it will stop learning otherwise it will
learn the first assistive property and once again stops and
thinks weather these properties are sufficient to identify
the object uniquely. If it feels sufficient then it stops
learning otherwise learns the second assistive property and
checks weather these properties are sufficient or not. This
process continuous till the QTP satisfies or up to the end
of the assistive properties list. At the end of the
assistive properties list also if it feels not satisfied
then it will finally learn the ordinal identifier and stops
learning.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
If I give some thousand tests to execute in two days what do you do?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
What are the differences between quicktest professional (qtp) and winrunner?
What is the difference between run time object and test object in QTP?
Can we create user defined functions in qtp?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What is debugging? How you debug your script?
What are the types of object repository?
What are the 3 main stages involved in testing with qtp?
How to use reporter.report event in qtp ?
what is error and fault in terms of software quality?
What is action? How many types of actions are there in qtp?
What is test object?
Why qtp always start action1 and does not start action?