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 / sree
val=window("customer").edit("").GetTOProperty("text")
msgbox val
if (val=true) then
msgbox "pass"
else
msgbox "fail"
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are the technics follow in writing VB script?
Can you brief the hurdles you faced during Automation testing?
explain abt dyanamic changing object with example?
How to find the name of the machine where you are running your automation scripts in qtp?
What are the different properties of an web object
Does Low-level recording capture mouse movements?
Explain advantages and disadvantages kdf?
How to run a test using quicktest professional (qtp)?
Write a script to verify font style and color of a windows object using descriptive programming
banking domain description for software tester for interview
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Give the syntax to load function at run time.
How to call a test from another test?