-
-
WinRunner GUI objects
What happens, if WinRunner does not recognise GUI objects in the application
-
Input to TSL
How can I give input to a TSL script(like scanf() in C)?
-
How to solve Problem "winrunner cannot identify object"
HICan some one Please reply as soon as pos about solution when winrunner gives error " cannot identify object"Details:-I recorded a (dot net ) windows application ,while running it gives this error,when i checked using gui spy ,the window id stored in GUI map editor is totally different from runtime window id in gui map editor it shows: {classmsw id_68259} and run time id is{classmsw id_236789}how...
-
Set value of a Textbox
How will you set a value of a Textbox in QTP/Winrunner?
-
Set_ window and Win_ activate
Explain what are set_ window and win_ activate, How do they differ?
-
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;
-
What is the extension of gui map file?
The extension for a GUI Map file is “.gui”.
-
What is a checkpoint and what are different types of checkpoints?
Checkpoints allow you to compare the current behavior of the application being tested to its behavior in an earlier version. You can add four types of checkpoints to your test scripts: i. GUI checkpoints verify information about GUI objects. For example, you can check that a button is enabled or see which item is selected in a list. ii. Bitmap checkpoints take a “snapshot” of a window...
-
What are the synchronization points?
Synchronization points enable you to solve anticipated timing problems between the test and your application. For example, if you create a test that opens a database application, you can add a synchronization point that causes the test to wait until the database records are loaded on the screen. b. For Analog testing, you can also use a synchronization point to ensure that WinRunner repositions...
-
What is the purpose of tl_step command?
Used to determine whether sections of a test pass or fail. Syntax: tl_step(step_name, status, description);
-
What is the use of function generator?
The Function Generator provides a quick, error-free way to program scripts. You can: i. Add Context Sensitive functions that perform operations on a GUI object or get information from the application being tested. ii. Add Standard and Analog functions that perform non-Context Sensitive tasks such as synchronizing test execution or sending userdefined messages to a report. iii. Add Customization...
-
-
-
-
Winrunner Interview Questions
Ans