How to identify the objects using descriptive programming
when the object property values are same, i mean in a page
10 objects are there i want to click the 6th object but all
the object property values are same? using descriptive
programming
Answers were Sorted based on User's Feedback
Answer / abi
If u r going to click on the 6th object, then give the
index value as 5 in the descriptive programming. For
example, if u r trying to clcik on an OK button where in
the same page, u have 10 OK buttons, then
Browser("").Page("").webbutton
("name:=OK","Class:=button","htmltag:=sumbit","index:=
5").click
this will click on the 6th OK button of the page.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / narayana
by assigning index value to each object, we can make qtp to
identify the object uniqely
| Is This Answer Correct ? | 3 Yes | 1 No |
What type of problems one will face with QTP , if too many browsers are opened at a time?
What are the common defects found in your project? (in qtp interview)
What is a quick test professional?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
What is Test Fusion Report in QTP?
How to "Turn Off" QTP results after running a Script?
Can I record on netscape browser does it require any special settings ?
How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..
How to face prjoect manager round what type of questions they will Ask ? (Chandana)
1 Answers Call Centre, Convergys, IBM,
Explain the concept of object repository?
how will you load the test cases in ddt?
Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback