anyone can explain about "Smart Identification" in QTP.
what is the use of "Smart Identification" ???
Answer / jay prakash
When you run a test, QTP searches for an object based on
the description it lerned (Object Repositry). If QTP cannot
find anyobject that matches the desription it learnt than
it uses Smart Identification.
Smart Identification feature tries to find a unique set of
properties to identify an object. This is normally required
in tests that you create for web based applications.
Please let me know if it satisfies you.
| Is This Answer Correct ? | 3 Yes | 1 No |
what testplan contents and what test strategy contents,what is the diff b/w them
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
How to suppress warnings from the test results page?
How can we make a shared object repository in QTP 9?
3 Answers Kanbay, Ordain Solutions,
Explain the types of object repository?
can anyone please send me qtp framework material please its urgent
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
Can we do Load Testing with QTP?
what r the send key commands in QTP why they r used
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.