How to change the run-time value of a property for an
object in QTP?
Answer Posted / vijaybhaskar
suppose if u want to change runtime property of the edit
box simply type
browser(" ").page(" ").winedit("username").set "bhaskar"
]
correct me if i am wrong
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How to use output values in qtp ?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is the new version of qtp which is recently released in the market?
Have you used xml check point in your project? How?
Explain the concept of object repository and how QTP recognizes objects?
What is recovery scenario in qtp?
What is the pros and cons between QTP and Rational Robot
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
banking project description for software tester
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
How can you identify the browser and its information using QTP script?
How can you give wait up to 10 seconds in qtp?
What is a data driven test in qtp?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance