1. What kind of activity is “break it” testing?
-Validation activity
2. What is not considered a classic testing mistake?
-Staffing the team with Domain Experts
3. In a traditional phase driven waterfall model, when does
the test phase start?
-Once the Coding Phase is Complete
4. Agile development does testing through:
-Continuous Integration & Testing
5. In test driven development, what is the equivalent of
gathering requirements during the software development
process?
-Gathering Test Objectives
6. True or False? The objective of integration testing is to
test units and components as a group to determine if they
can perform higher level functions and features.
-True
7. True or False? Acceptance testing is typically done by the
customer themselves.
-True
8. True or False? Functional testing looks at performance
requirements, usability, etc.
This study source was downloaded by 100000850872992 from CourseHero.com on 04-04-2023 01:52:15 GMT -05:00
https://www.coursehero.com/file/128849921/WEEK-1-3-GRADED-QUIZ-CSE565docxpdf/
, -False
9. Testing only shows the:
-Presence of Defects and not the Completeness
10. True or False? Does an absence of errors in a program
show that the right product was built?
-False
WEEK 2 GRADED QUIZ
1. Which of the following is not considered as an error in a
state machine.
2. True or False? Every requirement must be tested by at
least one test case.
-True
3. True or False? Scenario based testing helps identify
missing requirements.
4. A text field on a form only accepts numeric values in the
range of 19 to 26. Please identify the invalid equivalence
partitions.
-<16, >26
5. True or False? In model based testing, “a test generation
criteria” is used to guide the model based testing tool on the
types of tests to generate.
This study source was downloaded by 100000850872992 from CourseHero.com on 04-04-2023 01:52:15 GMT -05:00
https://www.coursehero.com/file/128849921/WEEK-1-3-GRADED-QUIZ-CSE565docxpdf/