carolsmith62's picture
From carolsmith62 rss RSS  subscribe Subscribe

HP0-M12 Practice Tests & Exams 

CertMagic.com is a place where you can find various types of HP0-M12 exam certifications preparation material. CertMagic’s full range of study material for the HP0-M12 exam helps you to be prepared for the HP0-M12 exam fully and enter the exam centre with full confidence.We provide you easy, simple and updated study material. After preparing from the HP0-M12 exam material prepared by us we guarantee you that you will be a certified professional. We guarantee that with CertMagic HP0-M12 study material, you will pass the Certification exam.

 

 
 
Tags:  HP0-M12 Exams  HP0-M12 Certification  HP0-M12 Training  HP0-M12 Practice Exams  HP0-M12 Tests  HP0-M12 Exam Materials  HP0-M12 download 
Views:  138
Published:  November 19, 2009
 
0
download

Share plick with friends Share
save to favorite
Report Abuse Report Abuse
 
Related Plicks
No related plicks found
 
More from this user
MB7-221 Practice Tests & Exam

MB7-221 Practice Tests & Exam

From: carolsmith62
Views: 1121
Comments: 0

000-301 Practice Tests & Exams

000-301 Practice Tests & Exams

From: carolsmith62
Views: 992
Comments: 0

4H0-100 Practice Tests & Exams

4H0-100 Practice Tests & Exams

From: carolsmith62
Views: 823
Comments: 0

650-175 Practice Tests & Exams

650-175 Practice Tests & Exams

From: carolsmith62
Views: 872
Comments: 0

000-743 Practice Tests & Exams

000-743 Practice Tests & Exams

From: carolsmith62
Views: 858
Comments: 0

HP0-763 Practice Tests & Exams

HP0-763 Practice Tests & Exams

From: carolsmith62
Views: 805
Comments: 0

See all 
 
 
 URL:          AddThis Social Bookmark Button
Embed Thin Player: (fits in most blogs)
Embed Full Player :
 
 

Name

Email (will NOT be shown to other users)

 

 
 
Comments: (watch)
 
 
Notes:
 
Slide 1: HP0-M12 HP WinRunner 9.2 Software Exam: HP0-M12 Demo Edition CERT MAGIC 1 http://www.certmagic.com
Slide 2: HP0-M12 QUESTION: 1 Exhibit: 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); 2 http://www.certmagic.com
Slide 3: HP0-M12 Answer: C QUESTION: 2 How do you specify a 15-second timeout in the global timeout settings? A. 15 B. 150 C. 1500 D. 15000 Answer: D QUESTION: 3 Exhibit: 3 http://www.certmagic.com
Slide 4: HP0-M12 Which method should you use to synchronize the application after logging in? 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 QUESTION: 4 4 http://www.certmagic.com
Slide 5: HP0-M12 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 QUESTION: 5 Which synchronization statement is automatically generated during recording? A. win_activate("Flight Reservation"); B. set_window ("Flight Reservation 10"); C. obj_wait_bitmap("Flights","Img2",6,7,8,101,114); D. obj_wait_info("Insert Done...","label","Insert Done...",10); Answer: B QUESTION: 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 5 http://www.certmagic.com
Slide 6: HP0-M12 F. analyze results G. execute the test Answer: B, C, E, G QUESTION: 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 QUESTION: 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 QUESTION: 9 During recording, WinRunner "listens" to the actions a user performs on the application 6 http://www.certmagic.com
Slide 7: HP0-M12 (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 QUESTION: 10 What is the default recording mode that WinRunner uses? A. Analog B. Low-level C. Standard / Default D. Context Sensitive Answer: D QUESTION: 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 7 http://www.certmagic.com
Slide 8: HP0-M12 QUESTION: 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 QUESTION: 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 QUESTION: 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 8 http://www.certmagic.com
Slide 9: HP0-M12 D. Function Generator Answer: B QUESTION: 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 QUESTION: 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 QUESTION: 17 Exhibit: 9 http://www.certmagic.com
Slide 10: HP0-M12 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 QUESTION: 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. 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 10 http://www.certmagic.com
Slide 11: HP0-M12 QUESTION: 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 QUESTION: 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: A, D 11 http://www.certmagic.com

   
Time on Slide Time on Plick
Slides per Visit Slide Views Views by Location