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 the concept of how quicktest professional identifies object?
What are the various automation frameworks available in qtp?
Output values? i want a practical example
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Differences between text and test area checkpoints?
What is the difference between run time object and test object?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Discuss the QTP Environment?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What are the different kinds of test steps?
What is the architecture of your project? Can any one answer for this question plz........
When using descriptive programming?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?