Software Testing: QTP and Load Runner Essentials
Comprehensive quiz covering software testing fundamentals with practical knowledge of QTP (QuickTest Professional) for functional/automation testing and Load Runner for performance/load testing. Includes questions on static testing, formal reviews, configuration management, QTP checkpoints and recording modes, and Load Runner functions and components.
Questions
Which component of Load Runner is used for running a load test scenario?
- VuGen
- Controller
- Analyser
- a & b
- None of the Options
Load runner can be used for
- Volume testing
- Functional Testing
- Endurance Testing
- a&c
- All of the options
Loadtest process follows the sequence
- Plan > Create script >Define Scenario > Run Scenario >Analyse Result
- Plan > Run Scenario>Create script >Define Scenario >Analyse Result
- Analyse Result > Create script >Run Scenario>Define Scenario >Plan
- Plan > Create script >Run Scenario >Define Scenario > Analyse Result
- None of the options
For increasing the user load at a particular transaction by simultanious execution of the transaction by all the virtual users , we may use
- Parameterization only
- Correlation Only
- Randezvous point only
- a & b
- a , b, &c
A Unix/Linux machine can be used for
- LR Controller
- LR Vugen
- LR Analyser
- Load generator.
- Unix machine can't be used
According to Little's law
- Response time is directly proportional to square of throuput
- Response time is inversly proportional to throughput
- Product of response time and throughput is a constant
- a & b
- b & c
To capture the all the dynamic data with the same boundary values in the same response , we may use the attribute _________________ in web_reg_save_param function.
- "ORD=EACH"
- "ORD=ALL"
- "ORD=EVERY"
- "ORD=WHOLE"
- "ORD=TOTAL"
The time period in the load test during which the number of users increases at a constant rate is generally called
- Ramp-Up time
- Think time
- Elapsed Time
- Mountain Time
- Spike time
The LR function corresponding to Text check is
- web_reg_save_param
- web_set_max_html_param_len
- lr_get_attrib_string
- lr_check_text
- web_reg_find
Can QTP scripts run from Load runner
- Yes
- No
- Depends on the Controller License
- May be
1.QTP is used for
- Integration testing
- Functional testing
- Regression testing
- Load testing
Most commonly used mode of recording in QTP is
- Analog
- Context Sensitive
- Low level recording
- Digital
We can have any number of shared object repositories associated with an action
- True
- False
Identification properties are the properties defined within the application for each object which will act as base properties and may not change dynamically
- True
- False
What is the extension of function library in QTP
- .trs
- .tsr
- .vbs
- .txt
Which of these is NOT a type of checkpoint in QTP
- Standard checkpoint
- Basic checkpoint
- Text checkpoint
- Bitmap checkpoint
Which of the following is the standard for the Software product quality
- ISO 1926
- ISO 829
- ISO 1012
- ISO 1028
From a Testing perspective, what are the MAIN purposes of Configuration Management?
- Identifying the version of software under test
- Controlling the version of testware items.
- Developing new testware items
- Tracking changes to testware items
Find the correct flow of the phases of a formal review
- Planning, Review meeting, Rework, Kick off
- Planning, Individual preparation, Kick off, Rework
- Planning, Review meeting, Rework, Follow up
- Planning, Individual preparation, Follow up, Kick off
In which phase static tests are used
- Requirements
- Design
- Coding
- All of the above