IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT
PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS
INDIVISUALY.

Answers were Sorted based on User's Feedback



IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE..

Answer / vamsi

with the help of index handle this issue

ex:
Browser("name:=").page("title:=").WebButton("index:=o").click

Is This Answer Correct ?    10 Yes 0 No

IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE..

Answer / shyamala

Also By Ordinal identifier we can identify

Is This Answer Correct ?    0 Yes 0 No

IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE..

Answer / dinesh

Using the ordinal identifier(index value) we can identify the object which has same property and value

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.

2 Answers   IBM, Wipro,


how many wayes we do the parameterization?

1 Answers  


Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???

1 Answers  


tell me types of environment variables? what r they? explain details? pls give anwer any one?

2 Answers   IBM,


what is On Error Resume Next ?

1 Answers   Accenture,






How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize

2 Answers  


Can you brief the hurdles you faced during Automation testing?

0 Answers  


does the vb script knowledge is mandatery in testing using QTP

1 Answers  


plz can any one send me what is Automation Testing Frameworks.. Thanks in advance

1 Answers  


After running scripts how you report results ,there is any specific report form

1 Answers  


how to re-install QTP 9.0 trial version.

25 Answers  


How to create an Action Template?

1 Answers  


Categories