TOTAL POINTS 100
Instructions
1.
Question 1
____ answers the question: “Are we building the right product?”
3 points
validation
2.
Question 2
What kind of activity is system testing?
3 points
Neither a verification or validation activity
Both a verification and validation activity
Primarily a verification activity
3.
Question 3
True or False? System testing activities should overlap with development.
3 points
True
False
4.
Question 4
Who performs beta testing?
3 points
Develop
,Engineering managers
Customers
Testers
5.
Question 5
Which of the following is not a best testing practice?
3 points
Begin developing system tests only after integration tests have passed
Accommodating for changes late in development and testing
Utilizing model based testing techniques
Assessing software reliability through statistical testing
6.
Question 6
If a stakeholder is requiring code to be tested in three days, but four days are needed to fully test the
code, how many days should the testing team take to test the code?
3 points
At least four days
Three days
Two days
7.
, Question 7
What happens in the green phase of test driven development?
3 points
Write enough code to pass all the test cases
Write a minimal test case on the behavior needed
Improve code while letting test cases pass
Write enough code to make the failing test case pass
8.
Question 8
Which of the following is a good set of equivalence partitions for a username where the username
must be between 3-10 characters?
3 points
<3
> 10
1. 3-10; 2. < 3 characters; 3. > 10 characters
3-10;
9.
Question 9
Use cases can be used for…?
3 points
Both verification and validation testing