anyone can explain about "Smart Identification" in QTP.
what is the use of "Smart Identification" ???
Answer Posted / 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 |
Post New Answer View All Answers
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
What are the steps involved in the recovery scenario wizard?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How to use transactions in qtp?
What are the features and benefits of quick test pro (qtp 8.0)?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
What the differences are and best practical application of Object Repository?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
How you can delete excel file in qtp?
Through array we can execute the testcase how ? give me example
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
What is the basic concept of quicktest professional?
What is the syntax to call one script from another?