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
how will you load the test cases in ddt?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
Where you are storing your script?
How can we conduct U-I Testing by using QTP??????
what is clean sweep?
unique properties of button,edit box, radio button,check box?
How to associate shared object repository to test in qtp?
Have you used xml check point in your project? How?
What is the differences between image check point and bit map check point?
banking project description for software tester
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
What is ‘object spy’ and what is the function of object spy in qtp?
What are the different types of checkpoints?