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.
Questions
Defect clustering is A small no of module contains most of the defects
- True
- False
Which of the following is NOT a white box Technique?
- Statement Testing
- Path Testing
- Data flow Testing
- State Transition Testing
Alpha Testing is pre-release Testing done at customer site
- True
- False
What type of revire requires formal entry and exit criteria
- Walkthrough
- Inspection
- management review
- post project review
Which of the following is NOT the reasonable test objective
- to find faults in software
- to prove that software has no faults
- to give confidence in software
- to find performance problems
Which of the following is not a SDLC models?
- Waterfall
- Spiral
- Baig-bang
- Fix-it
Static white box testing is the process of carefully and methodically reviewing software design, architecture, or code for bugs without executing it.
- True
- False
Code coverage is
- Static White-box
- Dynamic White-box
- Static Black-box
- Dynamic Black-box
In Inspections, the presenter or reader is the original programmer.
- True
- False
Which of the following are test-to-fail?
- Repetition Testing
- Stress Testing
- Data Testing
- Load Testing
If a multiple vusers were to perform tasks at exactly the same time during script execution, ------------------- point is used.
- Parameterization
- Correlation
- Rendezvous
- None of the above
Which of these is an example of user generated data?
- Password
- Email address
- Purchase order number
- All of the above
What is the Load Runner term used to define a collection of Vusers within a scenario?
- Group
- Manual
- Run until complete
- Real-life schedule
The three main components of LoadRunner are
- VuGen, Controller, Analysis
- VuGen, Controller, Diagnostics
- VuGen, Sitescope, Analysis
- LoadAgent, Controller, Analysis,
The type of file to choose in scenario groups is
- .lrr file
- .lra file
- .usr file
- .lrs file
In scheduling scenarios, in which scenario, the Vusers are automatically defined is
- Goal-oriented
- Manual
- Run until complete
- Real-life schedule
Controller instructs the load agent to trigger the following states for vusers
- initialize
- Stop
- Pause
- All of the above
Simulation of real user behavior by using dynamic test data is called ---------------------
- Parameterization
- Correlation
- Rendezvous
- None of the above
Simulation of real user behavior by using dynamic data returned by the server is called -------------------
- Parameterization
- Correlation
- Rendezvous
- None of the above
What is a function to capture dynamic values in the web VUser script?
- web_reg_save_param
- . lr_set_debug
- lr_think_time()
- None of the above