Write a command for setvalue function in a webedit
Answer Posted / sudha tiwari
To set Value in edit box:
browser("name").Page("name").WebEdit("name").Set "SSSS"
To set the value of the specified property in the test
object description:
browser("name").Page("name").WebEdit
("name").SetTOProperty "propertyname, "value"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to start recording using quicktest professional?
Can we Test Welcome Screens and Process Images with QTP
How qtp recognizes the object?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
If I change the property value at runtime is it effect is object repository?
What are benefits of qtp?
How to handle dynamic objects in quicktest professional?
How many types of parameters are available in quicktest professional?
Explain in brief about the qtp automation object model (aom).
What is regular expression?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
What do you to script when objects are removed from application?
For which type of projects the iterative model is not suitable?