In Login two edit box which object class property value is
same, How to enter into 2nd edit box in qtp by vbscript.
Answers were Sorted based on User's Feedback
Answer / netesh
using index property.
browser("x").page("x").webedit("y","index=1").set "abc"
' index 1 means first object which is left to right and top to bottom
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / rahul
If the object class property value is same.
Enable smart identification which can find the unique property value that could't found by quick test,this enables you to further step.
Is This Answer Correct ? | 7 Yes | 0 No |
can we run the scripts of QTP8.2 in QTP7.0?
Read excel using qtp descriptive programing
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
What is keyword view and Expert view in QTP?
Dis advantages of XML checkpoint ?
What r the advantages of automation?
What are the difference between QTP and Winrunner
How to find the difference between 2 dates in qtp?
How many types of object repository in qtp?
examples of user definied functions? how to write user defined functions in qtp9.2?
How does qtp identify the object in the application?
Describe how Smart Identification is used