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
To which environments does quicktest professional supports?
How to find the path of folder in which the test is saved in qtp?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What are advantages of test automation?
When using descriptive programming?
How to save your test using quicktest professional (qtp)?
distinguish between old version and new version QTP features.
Which features or drawbacks of QTP lead to the upgrade for a newer version?
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
Explain hybrid framework with advantages and disadvantages?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
How may types of defects identify application or your currently working application?pls give me answer..
Hi Samrat, Thank u very much, what u said it is right.