-
-
-
-
edit_set ("Username:", "engineering");
edit_set ("Password:", "computer");
button_press ("ok");
before writing TSL script for login window should i write following TSL for creating password dialog box?
create_ password_ dialog (login, password, login_ out, password_ out);
suppose password is wrong then how to write TSL script for pop-up message.
">Hi,i am new to this winrunner tool. can anybody solve my following problem?if this is TSL script for login window set_window ("Login window", 1);edit_set ("Username:", "engineering");edit_set ("Password:", "computer");button_press ("ok");before writing TSL script for login window should i write following TSL for creating password dialog box?create_ password_ dialog (login, password, login_ out, password_ out);suppose password is wrong then how to write TSL script for pop-up message.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
How WinRunner handles varying window labels?
We can handle varying window labels using regular expressions. WinRunner uses two “hidden” properties in order to use regular expression in an object’s physical description. These properties are regexp_label and regexp_MSW_class. i. The regexp_label property is used for windows only. It operates “behind the scenes” to insert a regular expression into a window’s...
-
-
Winrunner Interview Questions
Ans