HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me
sample script for this where there is some condition. like
if "text" THEN msgbox() else endif
Answer Posted / sdf
textProp=Browser("").Page().WebEdit().GetROProperties
("text")
If textProp<>"password" Then
msgbox "Enter Proper Password"
End If
| Is This Answer Correct ? | 11 Yes | 19 No |
Post New Answer View All Answers
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?
Explain actions in qtp ?
How do you open adobe acrobat file in QTP and do some testing on that file ?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How to record a qtp script ?
How can we conduct U-I Testing by using QTP??????
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
What is the expert view?
how to disable the pop ups through QTP using a script
i can done the project with QTP in that time i can say how many members in my team size?
Can you list some technologies that support qtp?
How to run a test using quicktest professional (qtp)?
what is the hierarchy to use properties in descriptive programming
Is it possible to split an action? How?
what is the latest version of QTP? Main difference between 9.2 and 10 version