0

performance Online Quiz - 7

Description: performance Online Quiz - 7
Number of Questions: 20
Created by:
Tags: performance
Attempted 0/20 Correct 0 Score 0

Scripts are created using

  1. VuGen

  2. Controller

  3. Analyzer

  4. Generator


Correct Option: A

Which is the central console from which Load test is managed?

  1. Analyzer

  2. VuGen

  3. Controller

  4. Generator


Correct Option: C
  1. controller

  2. generator

  3. analyzer

  4. None of the above


Correct Option: C
  1. Analyser

  2. Controller

  3. Generator

  4. None of the above


Correct Option: C

Which of the following is not a performance testing tool?

  1. Load runner

  2. J Meter

  3. QTP

  4. Rad view webload


Correct Option: C

Which protocol is used for Mainframe applications?

  1. HTTP

  2. RTE

  3. RMI

  4. NONE OF THE ABOVE


Correct Option: B

Which of the following is a disadvantage in Load runner?

  1. Does not support XML

  2. Does not support middle ware protocols

  3. License is expensive

  4. All of the above


Correct Option: C

What is the recommended Logging Run-time setting when playing back a script prior to manual correlation?

  1. Standard

  2. Disable Logging

  3. Extended -> Parameter Substitution

  4. Extended -> Data Returned by Server


Correct Option: D

What will happen when you set the animated run delay to 5,000 milliseconds?

  1. When replaying the script, the Run-time Viewer will pause for 5 seconds when an error has occurred.

  2. When replaying the script, the Replay Log will only display the last 5 seconds of logging information.

  3. . When the script is replayed, the Run-time Viewer will display 5 seconds behind the current line being executed.

  4. When replaying the script, a line will execute, pause for 5 seconds, execute the next line of code, pause for 5 seconds, and so on.


Correct Option: D
  1. . Enable the Auto Correlation feature

  2. Play back the script at least one time

  3. Ensure the snapshots are visible in the Tree view

  4. Add the web_auto_correlation function to the global.h section


Correct Option: B

You want to loop through a block of code 10 times using the for loop. What would accomplish this?

  1. For (i = 0; i < 10; i--)

  2. For (i = 1; i < 10; i--)

  3. For (i = 1; i < 10; i++)

  4. For (i = 1; i <= 10; i++)


Correct Option: D
  1. Vuser ID

  2. Group Name

  3. Iteration Number

  4. Random Number


Correct Option: B

Which function allows you to select the next available parameter?

  1. lr_next_value

  2. web_next_param

  3. lr_advance_param

  4. web_advance_parameter


Correct Option: C

Which function allows you to capture dynamic values returned from the server?

  1. web_reg_find

  2. web_reg_save_find

  3. web_reg_save_value

  4. web_reg_save_param


Correct Option: D
  1. Define a file parameter, start at 1, block size per Vuser: 50, number format: testing%[email protected]

  2. Define a unique number parameter, start at 1, block size per Vuser: 50, number format: Testing%[email protected]

  3. Define a random number parameter, minimum number: 1, maximum number: 99999, number format: testing%[email protected]

  4. Define a sequential number parameter, minimum number: 1, maximum number 999, number format: testing%[email protected]


Correct Option: B
  1. Script view

  2. Recording Log

  3. Tree view -> Client Request

  4. Tree view -> Server Response


Correct Option: D
- Hide questions