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 data driven test for Win objects in QTP ?
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.
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
What is keyword driven framework?
How to build scripts that access data from external sources?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
what is supply chain management?
write a script to verify the image path(src property) of the images which are in web pages.
what testplan contents and what test strategy contents,what is the diff b/w them
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Hi ,Can any one pleas explain how to test splash objects using QTP?
How to attach a file to TD?
Give the syntax to load function at run time.
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?