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
what is ODC and GDC?
Explain the checkpoint in qtp?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
how to disable the pop ups through QTP using a script
Explain hybrid framework with advantages and disadvantages?
What are the different types of checkpoints?
what is the structure for the data driven framework
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
With what extension you can save the list of tests in a file to run in test batch runner?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
What is the difference between shared and local object repository?
In Remote acess server how u run a test?
How do you create new test sets in td?
what type of framework u r using in ur organization
How do you do batch testing in wr & is it possible to do in qtp, if so explain?