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 / shiva kumar dokka
if it is a windows based application, then it will be in
this way :
x= Window("Windowname").winedit("editboxname").Getvisibletext
msgbox x (or)
if it is webbased application then :
x =
Browser("Browsername").Page("Pagename").Webedit("Webeditboxname").GetROProperty("value")
msgbox x
| Is This Answer Correct ? | 29 Yes | 8 No |
Post New Answer View All Answers
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
Can you write a script to check if the folder exists or not?
Explain the concept of object repository and how QTP recognizes objects?
Explain about the quicktest professional (qtp) automation object model?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
what is clean sweep?
can any one say that where we can download the QTP trail version ??????????
Explain how you can find length of array in qtp?
What is QTP and the use of QTP in TD?
What are the different types of recovery operation?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Explain advantages and disadvantages of ddf?