Software Testing and LoadRunner Fundamentals

Comprehensive quiz covering LoadRunner performance testing concepts (correlation, parameterization, controller, Vusers) and general software testing methodologies including test-to-fail approaches, code inspections, white-box/black-box techniques, and SDLC models.

20 Questions Published

Questions

Question 1 True/False

Defect clustering is A small no of module contains most of the defects

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

Which of the following is NOT a white box Technique?

  1. Statement Testing
  2. Path Testing
  3. Data flow Testing
  4. State Transition Testing
Question 3 True/False

Alpha Testing is pre-release Testing done at customer site

  1. True
  2. False
Question 4 Multiple Choice (Single Answer)

What type of revire requires formal entry and exit criteria

  1. Walkthrough
  2. Inspection
  3. management review
  4. post project review
Question 5 Multiple Choice (Single Answer)

Which of the following is NOT the reasonable test objective

  1. to find faults in software
  2. to prove that software has no faults
  3. to give confidence in software
  4. to find performance problems
Question 6 Multiple Choice (Single Answer)

Which of the following is not a SDLC models?

  1. Waterfall
  2. Spiral
  3. Baig-bang
  4. Fix-it
Question 7 True/False

Static white box testing is the process of carefully and methodically reviewing software design, architecture, or code for bugs without executing it.

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

Code coverage is

  1. Static White-box
  2. Dynamic White-box
  3. Static Black-box
  4. Dynamic Black-box
Question 9 True/False

In Inspections, the presenter or reader is the original programmer.

  1. True
  2. False
Question 10 Multiple Choice (Multiple Answers)

Which of the following are test-to-fail?

  1. Repetition Testing
  2. Stress Testing
  3. Data Testing
  4. Load Testing
Question 11 Multiple Choice (Single Answer)

If a multiple vusers were to perform tasks at exactly the same time during script execution, ------------------- point is used.

  1. Parameterization
  2. Correlation
  3. Rendezvous
  4. None of the above
Question 12 Multiple Choice (Single Answer)

Which of these is an example of user generated data?

  1. Password
  2. Email address
  3. Purchase order number
  4. All of the above
Question 13 Multiple Choice (Single Answer)

What is the Load Runner term used to define a collection of Vusers within a scenario?

  1. Group
  2. Manual
  3. Run until complete
  4. Real-life schedule
Question 14 Multiple Choice (Single Answer)

The three main components of LoadRunner are

  1. VuGen, Controller, Analysis
  2. VuGen, Controller, Diagnostics
  3. VuGen, Sitescope, Analysis
  4. LoadAgent, Controller, Analysis,
Question 15 Multiple Choice (Single Answer)

The type of file to choose in scenario groups is

  1. .lrr file
  2. .lra file
  3. .usr file
  4. .lrs file
Question 16 Multiple Choice (Single Answer)

In scheduling scenarios, in which scenario, the Vusers are automatically defined is

  1. Goal-oriented
  2. Manual
  3. Run until complete
  4. Real-life schedule
Question 17 Multiple Choice (Single Answer)

Controller instructs the load agent to trigger the following states for vusers

  1. initialize
  2. Stop
  3. Pause
  4. All of the above
Question 18 Multiple Choice (Single Answer)

Simulation of real user behavior by using dynamic test data is called ---------------------

  1. Parameterization
  2. Correlation
  3. Rendezvous
  4. None of the above
Question 19 Multiple Choice (Single Answer)

Simulation of real user behavior by using dynamic data returned by the server is called -------------------

  1. Parameterization
  2. Correlation
  3. Rendezvous
  4. None of the above
Question 20 Multiple Choice (Single Answer)

What is a function to capture dynamic values in the web VUser script?

  1. web_reg_save_param
  2. . lr_set_debug
  3. lr_think_time()
  4. None of the above