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

We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.

1 Answers   Cap Gemini,


Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.

8 Answers   Microsoft,


3. How to handle the exceptions using recovery secnario manager in Qtp?

2 Answers   Wipro,


how to retreive the xml file data through qtp.can anybody send script for this..

1 Answers   Synechron,


How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?

0 Answers  


What is keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...

1 Answers   Navis,


How many scripts did you have?

0 Answers  


How many ways we can parameterize data in QTP?

2 Answers  


what type of test cases tou will automate?

4 Answers   Google,


Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?

1 Answers   Crea,


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

3 Answers   Livetek,


How will you test a stapler?

0 Answers  


Categories