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 |
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?
Why divide a test into three action calls?
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain
What is the another extention name of library file.If that is exist than what's the differnce between them.
What is Object Spy in QTP?
Explain advantages and disadvantages of ddf?
what is the difference between modular framework & datadriven framework
in qtp how can we do test when the build is not ready