what is objectidentification?
Answers were Sorted based on User's Feedback
Answer / prakash roy
test engineer use this concept if windowof an appllication
consist of same objects like two OK action buttons are
there ... so when we recorded a test and while that test
the QTP will not identify which button its...so for these
case we go for object identification...
for every object have physical properties like text, native
class.. so we need to add one more properties to show the
difference between two objects....that we add property
nav: tools - objectidentification-select object-add
Assistive properties - click ok...
this is exact ans...pervius answer is wrong .. vpls check
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / md sadiq
This is used to identify the object which was captured
earlier or to capture the new feature from the updated
screen.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain about invoking of application?
What is the file extension of the code file in qtp?
Explain about import and export files?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
Explain how you can delete excel file in qtp?
Give me the Example of standard check point and text check point with syntax?
3 Answers IMI Soft, IMI Soft Engineering,
what frame work you are following?
what type automation is fofollowed in the project?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
How Does Run time data (Parameterization) is handled in QTP?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?