Write a command for setvalue function in a webedit

Answers were Sorted based on User's Feedback



Write a command for setvalue function in a webedit..

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

Write a command for setvalue function in a webedit..

Answer / venkatesh

Browser().page().frame().webedit().settoproperty " "

Is This Answer Correct ?    1 Yes 1 No

Write a command for setvalue function in a webedit..

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

Post New Answer

More QTP Interview Questions

What is Version control?

3 Answers  


normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer

2 Answers  


3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.

5 Answers  


What are the different recording modes?

1 Answers  


Explain in brief about the qtp automation object model (aom).

1 Answers  


we have 10 automation scripts. how to call them from one main script.

2 Answers  


How to change the run-time value of a property for an object?

3 Answers   Crea,


There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?

1 Answers  


What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...

1 Answers   IBM,


For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?

0 Answers   Nokia,


Explain about the Test Fusion Report of QTP?

1 Answers  


How can i initiate the objects to find uniquely in OR

1 Answers   IBM, Livetek,


Categories