Submitted Questions

  • Set value of a Textbox

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

    Bela Vaishali Chupahal

    • Aug 11th, 2016

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

    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 editobj_type(obj,keyboard_input); #if it is of class objectwin_type(win,Keyboard_input);#if it is of class windowRegards,-AK