What do you do if QTP doesn't recognize object ,what action
should be taken
Answer Posted / venki
If qtp does not recognize the objects then we will go for
smartidentification.
in that qtp uses two types of properties to identify the
objects. 1. Basefilter properties and 2. Option filter
properties.
After enabling smartidentification then also if not identify
the objects then it will go for Ordinal Idetifier.
In Ordinal Identifier it will use three properties to
identify the objects
1.Index
2.Location
3.Creation time (for Browser objects)
Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
give me an example where u used good judgement and logic in solving a problem
How to test fly out menu in qtp?
What are the types of object repositories? Which one is you using?
How you will rate urself in QTP in the range of 0 to 5
What is the basic concept of quicktest professional?
how to do the batch testing in test director using manual testing procedure?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What are the two types of repositories available, explain them?
What are the differences between table and db checkpoints?
What is the architecture of your project? Can any one answer for this question plz........
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Give me some real time point of way where exactly we can conduct audits?
What is quick test pro?
Through array we can execute the testcase how ? give me example