You are on page 1of 11

Exam Title

: HP HP0-M12 : HP WinRunner 9.2 Software

Version : R6.1

www.Prepking.com

Prepking - King of Computer Certification Important Information, Please Read Carefully


Other Prepking products A) Offline Testing engine Use the offline Testing engine product to practice the questions in an exam environment. B) Study Guide (not available for all exams) Build a foundation of knowledge which will be useful also after passing the exam. Latest Version We are constantly reviewing our products. New material is added and old material is updated. Free updates are available for 90 days after the purchase. You should check your member zone at Prepking and update 3-4 days before the scheduled exam date. Here is the procedure to get the latest version: 1.Go towww.Prepking.com 2.Click on Member zone/Log in (right side) 3. Then click My Account 4.The latest versions of all purchased products are downloadable from here. Just click the links. For most updates,it is enough just to print the new questions at the end of the new version, not the whole document. Feedback If you spot a possible improvement then please let us know. We always interested in improving product quality. Feedback should be send to feedback@Prepking.com. You should include the following: Exam number, version, page number, question number, and your login ID. Our experts will answer your mail promptly. Copyright Each PDF file contains a unique serial number associated with your particular name and contact information for security purposes. So if we find out that a particular PDF file is being distributed by you, Prepking reserves the right to take legal action against you according to the International Copyright Laws. Explanations This product does not include explanations at the moment. If you are interested in providing explanations for this exam, please contact feedback@Prepking.com.

www.Prepking.com

1. Click the Exhibit button. You want to synchronize on the Status Bar with the text "Insert Done... ". Which TSL statement would meet this requirement?

A. wait(10); B. obj_check_gui("Insert Done...", "list1.ckl", "gui1", 16); C. obj_wait_info("Insert Done...","label","Insert Done...",10); D. obj_check_info("Insert Done...","label","Insert Done...",10); Answer: C 2. How do you specify a 15-second timeout in the global timeout settings? A. 15 B. 150 C. 1500 D. 15000 Answer: D 3. Click the Exhibit button. Which method should you use to synchronize the application after logging in?

www.Prepking.com

A. wait for a bitmap to refresh B. wait for a window to appear C. wait for an object state change D. wait for a process screen to complete Answer: B 4. You are testing a banking application. At 8 AM an employee logs in successfully and it takes about 5 seconds for the main menu window to appear. At 9 AM it takes approximately 15 seconds for the main menu window to appear after login. 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? A. Verify B. Data drive C. Synchronize D. Parameterize Answer: C 5. Which synchronization statement is automatically generated during recording? A. win_activate("Flight Reservation"); B. set_window ("Flight Reservation 10");

www.Prepking.com

C. obj_wait_bitmap("Flights","Img2",6,7,8,101,114); D. obj_wait_info("Insert Done...","label","Insert Done...",10); Answer: B 6. The process for building a functional WinRunner script goes through four steps. What are these steps? (Select four.) A. plan the test B. synchronize C. record steps D. parameterize E. add verification F. analyze results G. execute the test Answer: BCEG 7. A test script contains both Context Sensitive and Analog recording. The script keeps failing on the window where the Analog recording is played back. 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? A. win_move function B. GUI_load function C. invoke_app function D. set_window function Answer: A 8. In which file does WinRunner store user actions on the application under test captured during recording? A. lock B. script C. chklist D. debug Answer: B 9. During 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. Which language does WinRunner use to create these steps in a script? A. C Language B. VBScript Language C. Test Script Language D. Virtual User Language Answer: C

www.Prepking.com

10. What is the default recording mode that WinRunner uses? A. Analog B. Low-level C. Standard / Default D. Context Sensitive Answer: D 11. In a test, you have to record both in Context Sensitive and Analog modes. Which method should you use to switch recording from Analog back to Context Sensitive without capturing the mouse movements in the test script? A. Toolbar B. Softkey C. Menu command D. Right click (popup menu) Answer: B 12. What does the function move_locator_track( ) represent? A. a mouse over B. a mouse click C. a keyboard entry D. a function key press Answer: A 13. The test lead wants a copy of the WinRunner script you created. 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. A. Script.zip B. Test1A.zip C. Script, db, exp, res1 in a zip file D. Lock, script, chklist, and db in a zip file Answer: B 14. 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? A. Loader script B. Startup script C. Function Library D. Function Generator Answer: B

www.Prepking.com

15. Upon invoking WinRunner, which feature lists the types of applications you can test? A. Add-In Manager B. RapidTest Wizard C. DataTable Wizard D. Recovery Scenario Answer: A 16. A test run fails because of an unrecognized object. You want to compare the actual object properties to the properties stored in the GUI Map file. Which WinRunner feature compares the actual object properties versus the properties in the GUI Map and provides a possible reason for the error? A. GUI Spy B. Data Driver Wizard C. Run Wizard D. Virtual Object Wizard E. RapidTest Script Wizard Answer: C 17. Click the Exhibit button. The application under test has a new Login window. The objects need to be added to the GUI Map file. What is the best way to add these items in the GUI Map file?

A. use the GUI Map Wizard B. use the Learn feature to learn each button C. use the Add feature to add each button separately D. use the Learn feature to learn all objects in the Login window Answer: D 18. How does WinRunner set up the GUI Map file for a new test? A. WinRunner automatically executes a GUI_load statement. B. WinRunner automatically loads the last opened GUI Map file.

www.Prepking.com

C. WinRunner automatically creates a new GUI Map file for the test. D. WinRunner automatically loads a shared GUI Map file it recognizes. Answer: C 19. If you want to save your recovery function, where is the best location to save the recovery for every test in your project? A. Paste the recovery function in each test. B. Add the recovery function in the startup script. C. Add the recovery function in the function generator. D. The recovery manager saves its own recovery function. Answer: B 20. Which main components must be present in a simple and compound recovery scenario? (Select two.) A. an event B. an exit function C. unknown object D. recovery operation E. post-recovery operation Answer: AD 21. A script contains the function GUI_load and a GUI Map file is loaded in the memory. During the recording of a new script, one of the GUI Map object's properties has changed. What does WinRunner do in order to successfully playback the script? A. WinRunner adds the new object to the loaded GUI Map file. B. WinRunner will stop because it does not recognize the object. C. WinRunner adds the new object to the temporary GUI Map file. D. Nothing. You will have to add the new object to the GUI Map file. Answer: C 22. Which components does the GUI Map file use to successfully play back a script? (Select two.) A. Run settings B. Logical name C. Object function D. Input parameters E. Physical description Answer: BE 23. You are asked to create a GUI Map file that contains all the objects in the application under test. What is the best and fastest way to meet this requirement? A. Use the Run Wizard.

www.Prepking.com

B. Use the RapidTest Script Wizard. C. Use the Learn feature from the GUI Map Editor. D. Consolidate all GUI Map files into a shared GUI Map file. Answer: B 24. A GUI Map file named Bank_App.gui contains a new object that is not yet saved into the file. How does WinRunner specify a GUI Map file with new but unsaved objects? A. Bank_App.gui B. L1 Bank_App.gui C. <Bank_App.gui> D. L0 <Bank_App.gui> Answer: B 25. Select the correct statement about recovery scenarios. A. A recovery scenario is manually activated prior to the test run. B. A recovery scenario works in conjunction with exception handlers in the test script. C. A recovery scenario can be automatically activated each time WinRunner is launched. D. A recovery scenario requires an event, recovery operation and post-recovery operation. Answer: C 26. Which feature do you use to edit an object's property value already saved in the GUI Map file? A. use the Hand icon of the GUI Spy B. use the runtime settings in the GUI Spy C. use the Learn button in the GUI Map file D. use the Modify button in the GUI Map file Answer: D 27. What are considered event types for simple recovery in WinRunner? (Select three.) A. Crash event B. Popup event C. Object event D. Application event E. Function return code Answer: BCE 28. Which element in the test script and GUI Map must be identical for WinRunner to play back on an object successfully? A. GUI Map file B. Logical name C. Parent window

www.Prepking.com

D. Physical description Answer: B 29. Which WinRunner feature acts as a mediator or translator between the application under test (AUT) and the test script? A. GUI Spy B. GUI Map C. WR addin D. Object Properties Answer: B 30. Select the correct information about the TSL statement below. If(divisor == 0) { Return (E_ILLEGAL_PARAMETER); } A. It is a TSL statement that you can define a recovery scenario for. B. It is a TSL statement that already functions as a recovery scenario. C. It is a TSL statement that indicates a compound recovery scenario. D. It is a TSL statement that sends a report message to the test results. Answer: A 31. Test A and Test B are run in succession. In order for Test B to run successfully, Test A should be designed so that Test B is able to start in the same location where Test A finishes running. What is the best practice for setting up scripts to run in succession or multiple iterations? A. data driving B. synchronization C. looping condition D. initial and end condition Answer: D 32. Click the Exhibit button. Refer to the screenshot shown: Step A: obj_type ("MSMaskWndClass","121206"); Step B: list_select_item ("Fly From:", "Denver"); Step C: list_select_item ("Fly To:", "Los Angeles"); Where does the breakpoint pause the test?

www.Prepking.com

100% Pass Guaranteed or Full Refund Word to Word Real Exam Questions from Real Test Buy full version of exam from this link below http://www.prepking.com/HP0-M12.htm

You might also like