-
What is contained in the GUI map?
WinRunner stores information it learns about a window or object in a GUI Map. When WinRunner runs a test, it uses the GUI map to locate objects. It reads an object’s description in the GUI map and then looks for an object with the same properties in the application being tested. Each of these objects in the GUI Map file will be having a logical name and a physical description. There...
-
-
-
How would we test if some urls are provided in an excel sheet automatically.
An Excel sheet contains 10 urls. The winrunner should take the urls from that excel sheet, they should be opened and checked whether the homepages are opening or not. I needed the processor how we do this. expecting a quick response from you.
-
-
-
Call DLL from WinRunner
How to call the dll functions into a script? How to know, what are the functions present in a dll function?
-
-
-
WinRunner - How to Use regular expression in password box
Hi, please tell me how can we use regular expression for password field.e.g i want to check the pasword whether its taking numeric or charcter in Uppercase or Lowercase.and the range...how to compre text which is there in password field....is there any function is there for that..please help me...
-
-
How do I read text inside dialogue boxes or pop ups using winrunner
I want to read text inside dialogue boxes or pop ups using winrunner. I also want to save the pop up as image in a word document. How to do this? Please help
-
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.
-
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?
-
-
-
-
-
-
Input to TSL
How can I give input to a TSL script(like scanf() in C)?
Winrunner Interview Questions
Ans