Software Quality Assurance and Testing
Covers software quality assurance methodologies, quality control techniques, test coverage measurement, and risk-based testing strategies
Questions
A program can operate incorrectly but still appear to pass your test because (choose correct answer from the following):
- The test is automated and it is not programmed to compare the specific misbehavior to an expected result.
- The test is manual (run by a human) but the human is paying attention to other aspects of the program's behavior and doesn't notice the misbehavior.
- The tester knows how to run the test but doesn't know what to look for as a result.
- option1 and 2
- All of the above
risk-based testing involves
- Identifying tests that pose too much risk to be run, except under carefully controlled circumstances.
- Designing tests that are optimized to expose serious problems.
- Thorough documentation of high-risk attributes of the program under test.
- Evaluation of a product's risks in the field.
Quality Assurance methods are usually considered
- Detective
- Corrective
- Preventive
- Protective
Quality control methods are usually considered as
- Detective
- Corrective
- Preventive
- Protective
Select the correct options for the PROBLEMS in testing from the end user perspective
- defects
- routine checks
- zero defects
- faults
- monitoring
- flaws
Select the correct options for the Quality Control in testing
- inspection
- warranty
- zero defects
- routine checks
- monitoring
- customer satisfaction
Select the correct options for the Customer service
- routine checks
- monitoring
- customer satisfaction
- compensation
- after sales care
- Questionnaire
Which of the following does not represents ways to define and measure test coverage?
- Statement coverage
- Point to point coverage
- Branch coverage
- Basic path coverage
Choose the correct from those given below
- Compliance Testing – Business rules
- Black Box Testing – Path Coverage
- Regression Testing – End users
- File Integrity – Control Totals
- None of the above
Who has the primary responsibility of setting the quality culture in the organization
- The Training Dept.
- The Quality Dept.
- Senior Management
- All of the above
- None
Pareto analysis will tell us
- Which problems occur most often
- Why problem occur
- Relative value of walkthrough and inspections
- All of the above