Tag: testing

Questions Related to testing

There are 5 Vusers participating in the loadtest and there are 5 parameterized values. these values should be used only once throughout the loadtest. Select the appropriate option.

  1. select next row: sequential, update value on: Each iteration

  2. select next row: unique, update value on: once

  3. select next row: random, update value on: Each occurance

  4. select next row: unique, update value on: Each occurance


Correct Option: B
  1. Excel

  2. Comparator

  3. windiff

  4. analyser


Correct Option: C
  1. when vugen is installed and running

  2. when controller is installed and running

  3. when agent process is installed and runnning

  4. when analyser is installed and runing


Correct Option: C
  1. ScriptDebugger

  2. VuGen

  3. Controller

  4. Analyser


Correct Option: A
  1. Virtual Users

  2. Hits per sec

  3. Transactions per second

  4. HTTP response per second


Correct Option: D
  1. the resulting graph shares common X- axis

  2. Y axes of two charts are plotted against each other

  3. Ovelay option is not there in LR

  4. the contents of 2 charts that share a common X Axis, one above the other


Correct Option: A
  1. Text Check

  2. Image Check

  3. All of the Above

  4. None of the above


Correct Option: C
  1. lr_output_message

  2. lr_debug_message

  3. lrd_stmt

  4. lrd_fetch


Correct Option: A
Explanation:

To answer this question, the user needs to have knowledge of the functions in LoadRunner that can send messages to the output window.

Option A: lr_output_message - This function sends a message to the LoadRunner output window during script execution. This option is correct.

Option B: lr_debug_message - This function sends a debug message to the LoadRunner output window during script execution. This option is incorrect as it sends a debug message and not a regular message to the output window.

Option C: lrd_stmt - This function is used to execute SQL statements for ODBC and Oracle databases. It does not send a message to the output window. This option is incorrect.

Option D: lrd_fetch - This function retrieves data that matches the criteria specified in the SQL statement. It does not send a message to the output window. This option is incorrect.

Therefore, the answer is:

The Answer is: A