-
button pressed using winrunner
I want to know whether a button is pressed by the user or not. I want to use this in an if statement. Does any1 know about this? Please help
-
-
-
-
-
-
-
Recording issue in flight application using WinRunner
I have recorded the regular flight application (flight a) through winrunner.I try to record the login part ,input date,flignt ,fly from ,fly to ,name ,tickets and inserted. But while running the script.It is stopping at the step where is say "obj_type ("MSMaskWndClass","090909");" I don't know the exact reason. Can anyone assit me to solve this issue?Do we have to change the logical name of the object?
-
-
-
-
-
-
-
-
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.
-
-
-
-