anyone can explain about "Smart Identification" in QTP
I mean what is the use of "Smart Identification"
Give an example
Answer Posted / mns
QTP recognizes its objects by looking at the object
property name and values in the OR.If for some reason,it is
not able to,(too many checkboxes for example), then QTP
falls back on Smart identification mechanism. Here, QTP
uses the base filter and the optional filter properties to
identify an object.
However,this mechanism only gets activated only in web-
applications.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How you can find the absolute value of the number in qtp?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
How to record a qtp script ?
what is description object?
What is the quicktest professional testing process?
How u will do versioning in QTP?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
What is the difference in the global and action sheet in qtp?
What will be happen if i load object repository at run time, but it has already associated.
Is the qtp course will help to create a virtual object?
What is use of object spy?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?