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
How many tabs are available to view your test in a test pane and what are they?
How many types of recording modes in the qtp?
Explain the differences between table and db checkpoints?
what is the difference between modular framework & datadriven framework
What is test object model in quicktest professional (qtp)?
Explain QTP using different development techniques ?
Can we record an application running on a remote machine using qtp?
Explain different recording modes?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
What are the types of properties that quick test learns while recording?
What is the quicktest professional (qtp) testing process?
Have you used xml check point in your project? How?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.