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

Hoe we can export TEST RESUALT IN to XL-sheet?

1 Answers   IBM,


how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?

3 Answers   HCL,


difference Between LowLevel and Normal Recording Modes?

4 Answers  


what difference between runtime object and text object and what property they have. whether they have same properties or different properties.

0 Answers   Intel, Satyam,


when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?

1 Answers  






What does VBS file contain?

1 Answers  


It is a SQL question. Write a query to find top three salaries in an EMP TABLE?

7 Answers  


Is there is any method how to connect remote desk throw QTP if yes please answer with a example?

3 Answers   HP,


If you are testing a web application then what will you test in that application?

0 Answers   Infosys,


How will you test a keyboard?

0 Answers  


How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.

2 Answers  


What is the parameterization? Give one example?

0 Answers  


Categories