anyone can explain about "Smart Identification" in QTP
I mean what is the use of "Smart Identification"
Give an example
Answers were Sorted based on User's Feedback
Answer / 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 |
Smart identification is nothing but if the QTP does not able
to identify the object we use smart identification by using
Parametrization(replacing the constant values with
variables) techniques.
It is used to identify one object in the object group.
| Is This Answer Correct ? | 2 Yes | 5 No |
How to use debug tools?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
What r the different type of reports generated in Quality Center?
Define Canvas view of UFT?
How to change the screen name while running the test.
Can Any One Write How to Write the Script for Child Objects
how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.
In QTP, What is Global action and Local action?
How many types of recording facility are available in quicktest professional (qtp)?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What does Reporter.Reortevent2 does?
What is the syntax for how to call one script from another?