Software Testing Fundamentals
Test your knowledge of software testing concepts including testing models (V, Agile, Waterfall), defect management tools (Bugzilla), testing lifecycle, risk-based testing, configuration management, and quality assurance principles.
Questions
Which of the following is a feature of Structure based test design technique?
- Models, either formal or informal, are used for the specification of the problem to be solved, the software or its components.
- Knowledge of testers, developers, users and other stakeholders about the software, its usage and its environment.
- Information about how the software is constructed is used to derive the test cases, for example, code and design
- Knowledge about likely defects and their distribution
Which of the following is NOT a factor in deciding “When to stop testing”?
- Code coverage
- Cost
- Resource availability
- Defect Density
Which of the following best defines Quality?
- Zero Defects
- Conformance to requirements
- Completing testing as per plan
- Finding more defects
Risk based testing is a/an ____________
- Analytical approach
- Model-based approach
- Methodical approach
- Consultative approach
Describing any guiding or corrective actions to be taken as a result of information and metrics gathered and reported is ___________
- Test progress monitoring
- Test reporting
- Test control
- Test planning
Test process can start after __________
- Code is complete
- Design is complete
- Requirements have been approved
- Code is delivered
____________ helps to uniquely identify (and to reproduce) the tested item, test documents, the tests and the test harness
- Risk Management
- Defect Management
- Configuration Management
- Incident Management
Cyclomatic complexity is also known as ______
- Mcaffee Number
- McCabe Number
- Test complexity value
- Defect density
Defect detection and correction is ______
- Quality Assurance
- Quality Control
- Defect management
- Software testing
Which of the following is NOT a Testing Model?
- V model
- Agile model
- X model
- Waterfall model
A defect with a Severity value of 1 should NOT have priority as ______
- Low
- Medium
- High
- Should not be prioritized
Bugzilla is a _________
- Scenario generator
- Defect Management tool
- Regression testing tool
- Test data generator