How we know the qtp has used the smart identification
process for identification of the object.
Answers were Sorted based on User's Feedback
Answer / dhana
After running the Script,Go to the Results window,there u
can find the Description of Smart Identification for which
Object QTP has used.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / siva
If object is found using smart identification mechanism the
object is displayed like hat symbol in Test results if any
object are displayed with hat symbol in Test results then u
can say that the object is identified with smart
identification mechanism
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / uday
Hi,
Generally you can see it in Test Results. In Test results
once you click on the object, it will show you what
properties it used and what properties it ignored to
identify the objects.
Make sure smart identification is enabled to that object
class in object identification. If QTP unable to identify
the object with general identification, then it goes for
Smart Identification.
Thanks,
Uday.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / geena
In the result sheet you can see the red ! sign and it says
warning.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is test harness?
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
what is aregular expression?
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
how can we do the frame work in qtp
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?
what is framework? which frame work u follow for writting script?
How to execute a WinRunner Script in QTP?
how to do spell check in QTP? reply please
give the code to count child objects (Total) in the page
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.