Sample Exam 3 Flashcards
Which of the following provides the definition of the term test case?
A set of preconditions, inputs, actions, expected results and postconditions, developed based on test conditions.
Which of the following is a typical objective of testing?
To find defects and failures
Which of the following is an example of a failure in a car cruise control system
The system stops maintaining a set speed when the radio volume is increased or decreased.
Which of the following is a defect rather than a root cause in a fitness tracker?
An incorrect configuration variable implemented for the GPD function could cause location problems during daylight saving times.
- Test Design
- Test Implementation
- Test Execution
- Test Completion
Entering change requests for open defect reports -> Test Completion
Identifying test data to support the test cases -> Test Design
Prioritizing test procedures and creating test data -> Test Implementation
Analyzing discrepancies to determine their cause -> Test execution
Which of the following BEST describes how value is added by maintaining traceability between the test basis and test artifacts?
It is possible to determine if a new test case has increased coverage of the requirements
Which of the following qualities is MORE likely to be found in a tester’s mindset rather than in a developer’s?
Ability to see what might go wrong
Given that the testing being performed has the following attributes:
Based on interface specifications
Focused on finding failures in communication
The test approach uses both functional and structural test types
Integration testing
Which of the following statements about test types and test levels is CORRECT?
It is possible to perform functional, non-functional and white-box testing at any test level
Which of the following statements BEST compares the purposes of confirmation testing and regression testing?
The purpose of confirmation testing is to check that a previously found defect has been fixed, while the purpose of regression testing is to ensure that no other parts of the system have been adversely affected by the fix
Which of the following statements CORRECTLY describes a role of impact analysis in Maintenance Testing?
Impact analysis is used when deciding if a fix to a maintained system is worthwhile
Which of the following statements CORRECTLY reflects the value of static testing?
Since we started using static analysis, we find coding defects that might have not been found by performing only dynamic testing.
Which of the following statements on the use of checklists in a formal review is CORRECT?
As part of the review initiation, the reviewers receive the checklists needed for the review
Which of the following CORRECTLY matches the roles and responsibilities in a formal review?
Manager - Decides on the execution of reviews
There is a role of a scribe
The purpose is to detect potential defects
The review meeting is led by the author
Reviewers find potential defects by individual review
A review report is produced
Walkthrough