What is the tsl for login window in winrunner?

Showing Answers 1 - 1 of 1 Answers

kichayagari

  • Nov 10th, 2007
 


set_window(''Login window");
win_activate("login",Time);
edit_set("username:" "xxxx");
set_window("login window");
password_edit_set("password box", Encrypted password");
button_press("OK");    #for cancel as same as "OK" button.
win_close("login",time);

  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