Set value of a Textbox

How will you set a value of a Textbox in QTP/Winrunner?

Questions by winowiak

Showing Answers 1 - 6 of 6 Answers

a_katiyar

  • Sep 2nd, 2008
 

Set value of a Textbox in Winrunner.
You can do this by different ways, depends on what type of Textbox it is:

edit_set(edit,text);   #if it is of class edit
obj_type(obj,keyboard_input); #if it is of class object
win_type(win,Keyboard_input);#if it is of class window

Regards,
-AK

  Was this answer useful?  Yes

Bela Vaishali Chupahal

  • Aug 11th, 2016
 

Browser("Online Shopping India_2").Page("Online Shopping India").WebEdit("q").Set "value"
by using set property

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions