Software Testing and Quality Assurance Fundamentals
Covers software testing concepts, quality assurance principles, function points, risk management, and QuickTest automation tool fundamentals
Questions
What access permissions do the test and testers need to have?
- Database
- Host systems
- Input/Output data
- All of the above
How can you ensure that the test can be iterated?
- Load the appropriate add-in
- Have all required applications running on the desktop
- Set initial and end conditions as part of the test
- None of the above
Where have to set the option to view the Test Results window after every test run?
- File -> Settings -> Run
- Tools -> Options -> Run
- Automation -> Results
- Both b and C
Which option is helped to save the screenshots in the test results?
- Check “Save still image captures to results” and select the option “Always”
- Check “Save still image captures to results” and select the option “For errors”
- Check “Save still image captures to results” and select the option “On errors and warnings”
- All the above
Quick test Objects are categorized into classes – True/False
- True
- False
Characteristics of an object within QuickTest are called _________
- Class
- Object properties
- Object values
- Run time objects
The ___ is an application of process management and quality improvement concepts to software development and maintenance.
- QS14000
- ISO 9000
- Malcolm Baldridge
- SEI/CMM
The process of identifying the kinds of software failures that can occur and then quantifying how likely it is that they will actually occur is___
- Contingency Planning
- Risk Management
- Configuration Management
- Process Improvement
A process/activity during which a high number of defects occur is known as a defect-prone process.
- True
- False
In the IT workbench, quality, and performance of the work are the responsibility of the QA department
- True
- False
A large portion of the cost of the quality is usually the cost of rework.
- True
- False
Function points quantify data processing work outputs.
- True
- False
The average time between consecutive failures in a system or component during a specified period is known as the mean time between failures (MTBF).
- True
- False
The three parts of the function point count must be determined.
- True
- False
The inspection is an evaluation technique that relies on visual examination of an item.
- True
- False
Quality can be separated from the controls associated with it?
- True
- False
Measurement of function points cannot be used for comparing two different kinds of systems.
- True
- False
The functionality/structure of the system created to solve a problem, satisfy a user need (note that this is the creative part of the design process) is known as the fishbone diagram.
- True
- False
The number-one skill needed for the tester analyst is listening.
- True
- False
Function points measure the lines of code.
- True
- False