HP Loadrunner Certification Quiz: Online Test
Instructions For Quiz
1) What is the output of the following code snippet?
int i = 10;lr_output_message (answer is: %d --i);
52) You want to loop through a block of code 10 times using the for loop. How would accomplish this?
a) For (i = 0; i < 10; i--)
b) For (i = 1; i < 10; i--)
c) For (i = 1; i < 10; i++)
d) For (i = 1; i
57) Which tab is shown in the VuGen Output window?
59) The image highlights a button on the VuGen floating toolbar. Which function is added to your script when you click on this button?