

What is the best way to add these items in the GUI Map file?ī. The objects need to be added to the GUI Map file. The application under test has a new Login window. Which WinRunner feature compares the actual object properties versus the properties in the GUI Map and provides a possible reason for the error? You want to compare the actual object properties to the properties stored in the GUI Map file. QUESTION: 16 A test run fails because of an unrecognized object. Upon invoking WinRunner, which feature lists the types of applications you can test?

What is referred to as a WinRunner script that is used to initialize the working environment, including UI_load( ) and GUI_close_all( ) statements before test scripts are run?
#Tutorial winrunner zip file#
Lock, script, chklist, and db in a zip file To provide him with a workable copy, which file or files do you need to supply? Assume that the name of the test is Test1A under which the following files and folders are included: lock, script, chklist, db, debug, exp, res1.ĭ. The test lead wants a copy of the WinRunner script you created. What does the function move_locator_track( ) represent? Which method should you use to switch recording from Analog back to Context Sensitive without capturing the mouse movements in the test script? In a test, you have to record both in Context Sensitive and Analog modes. What is the default recording mode that WinRunner uses? Which language does WinRunner use to create these steps in a script? In which file does WinRunner store user actions on the application under test captured during recording?ĭuring recording, WinRunner “listens” to the actions a user performs on the application (and to the response from the server) and creates a log of these steps.
#Tutorial winrunner windows#
Which function can you include in your script to ensure that windows and objects are in the same locations as when the test was recorded? The script keeps failing on the window where the Analog recording is played back. What are these steps? (Select four.)Ī test script contains both Context Sensitive and Analog recording. The process for building a functional WinRunner script goes through four steps. obj_wait_info(“Insert Done…”,”label”,”Insert Done…”,10) Which synchronization statement is automatically generated during recording?Ĭ. If you were to incorporate this time difference in a script, which WinRunner feature would you use so that the script runs successfully despite the difference in time for the main menu window to appear? At 9 AM it takes approximately 15 seconds for the main menu window to appear after login.

At 8 AM an employee logs in successfully and it takes about 5 seconds for the main menu window to appear. Which method should you use to synchronize the application after logging in? How do you specify a 15-second timeout in the global timeout settings?
