In Login two edit box which object class property value is
same, How to enter into 2nd edit box in qtp by vbscript.
Answer Posted / 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 |
Post New Answer View All Answers
Explain in brief about the quicktest professional (qtp) automation object model?
When should I use smart identification?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
In what occasion we can specify global sheet and action sheet?
How many types of recording facility are available in quicktest professional?
Why is Client side image is preferred over server side image?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How to analyzing the checpoint results?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How to handle Java tree in QTP?
What are the Disadvantages of shared object repository?
Explain the concept of object repository & how qtp recognizes objects?
what is the hierarchy to use properties in descriptive programming
Does QTP record on Objects created on XWindows Environment?
Can we create user defined functions in qtp?