Google Search

Monday, October 14, 2013

Sample Questions - HP Loadrunner Certification HPO-M19 - Part 2

Q. 11: For debugging purposes, you would like to show a browser during replay. Where do you enable this option?

A. General options
B. Playback options
C. Run-time settings
D. Recording options



Q. 12: When performing a manual correlation, where do you search for the dynamic value?

A. Script view
B. Recording Log
C. Tree view -> Client Request
D. Tree view -> Server Response


Q. 13: When do you need to add correlation to your script?

A. Prior to every test run
B. Any time you need to vary user input data
C. Any time there are multiple page loads in a script
D. Any time dynamic data returned from the server appears in the script

Q. 14: What is the purpose of the atoi function?

A. Retrieves the length of a string
B. Concatenates two string values
C. Converts a string to an integer value
D. Converts an integer to a string value

Q. 15: What is the programming term for a value that cannot be changed?

A. Variable
B. Function
C. Operator
D. Constant
E. Statement
F. Consistent

Q. 16: Where should you add a web_reg_save_param function to a script?

A. In the global.h section
B. Before the step that contains the dynamic value
C. Before the step that retrieves the dynamic value
D. At the beginning of the action section that contains the dynamic value

Q. 17: You want to emulate a call center for an airline. All representatives login in the morning, perform their business processes, and log out at night. In one day, a representative will Create 40 flight reservations, Modify 10 flight reservations, and Search for 20 flight reservations. A representative cannot perform a Modify without performing a Search first. Which run logic would satisfy the load testing goal?

A. Create - 67% Search - 16% Block0 - 17% Search Modify
B. Create - 57% Search - 29% Block0 - 14% Search Modify
C. Create - 57% Search - 29% Modify - 14%
D. Create - 67% Search - 16% Modify - 17%

Q. 18: Which function allows you to register a search for a text string for the next Action function?

A. web_reg_text
B. web_reg_find
C. web_reg_save_find
D. web_reg_save_param

Q. 19: You want to have your script always check for the following text on every page: sorry. Portlet is currently unavailable. Please try again later. What is the most efficient way to accomplish this?

A. Create a ContentCheck rule for the text
B. Add an Environment Check for the text
C. Add a text area checkpoint on every page
D. Add a verification checkpoint on every page

Q. 20: Which section in a VuGen script is executed only one time, during Vuser initialization?


A. Login
B. Action
C. vuser_init
D. vuser_end 

No comments:

Post a Comment