-
-
-
-
How to configure the Email setting in WInrunner
How to configure the Email setting in WInrunner --Tools-General option.I have supplied all the relevant data in email settings. mail server name,username & password and senders email address, recipients email address. but after completing the run its failed to send email to the recipients.Requirement:After each test run the result should be emailed to the concern person. Please let me know if any one...
-
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?
-
-
-
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.
-
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
-
Provide TSL statement which specifies keyboard input...?
Please explain WinRunner architecture.Winrunner is a "record and play" tool.Winrunner process is a six step process.What is Exception Handling in WinRunner?Provide TSL statement which specifies keyboard input
-
Enable a GUI object using Winrunner
How can we enable a GUI object using Winrunner?
-
Custom Object, Standard Object and Virtual Object
What is the use of mapping custom object to standard object?
What is difference between custom object, virtual object and standard object?What anyone will miss if he avoid to mapping or use virtual wizard for custom object? -
Add watch
What is Add watch in Win Runner?
-
Print a value on screen
How can we print a value on screen through WinRunner?
-
WinRunner Function
What are the use of these functions in WinRunner?
1. substr
2. load
3. edit_get_list
4. invoke_application -
Have you performed debugging of the scripts?
Yes, I have performed debugging of scripts. We can debug the script by executing the script in the debug mode. We can also debug script using the Step, Step Into, Step out functionalities provided by the WinRunner.
-
How do you run your test scripts?
We run tests in Verify mode to test your application. Each time WinRunner encounters a checkpoint in the test script, it compares the current data of the application being tested to the expected data captured earlier. If any mismatches are found, WinRunner captures them as actual results.
-
How do you analyze results and report the defects?
Following each test run, WinRunner displays the results in a report. The report details all the major events that occurred during the run, such as checkpoints, error messages, system messages, or user messages. If mismatches are detected at checkpoints during the test run, you can view the expected results and the actual results from the Test Results window. If a test run fails due to a defect...
-
What is the different between GUI map and GUI map files?
The GUI map is actually the sum of one or more GUI map files. There are two modes for organizing GUI map files. i. Global GUI Map file: a single GUI Map file for the entire application ii. GUI Map File per Test: WinRunner automatically creates a GUI Map file for each test created. GUI Map file is a file which contains the windows and the objects learned by the WinRunner with its logical name...
-
How do you unload the GUI map?
We can use GUI_close to unload a specific GUI Map file or else we call use GUI_close_all command to unload all the GUI Map files loaded in the memory. Syntax: GUI_close(<file_name>); or GUI_close_all;
Winrunner Interview Questions
Ans