Write a command for setvalue function in a webedit
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / harsha
we cab set the value for the webedit by:
Browser("name").page("name").frame("name").webedit
("name").object.setvalue("value")
| Is This Answer Correct ? | 0 Yes | 0 No |
when a test case is written how u test using qtp
What does it mean when a check point is in red color? what do u do?
What is the present version of the VB Script we are using
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?
How to explain a banking project in interview as a test engineer???
What are the features and benefits of quick test pro (qtp 8.0)?
What does mean by Scope of Automation?n How we defined it?
Write a QTP script to print all the link names displayed in a web page