Skip to content

Commit b0c4eb6

Browse files
Improve: question66 correct answers
1 parent 7880bb6 commit b0c4eb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
183183
| 63 | [True or False: Best Practices are recommended to solve complex problems.](#true-or-false-best-practices-are-recommended-to-solve-complex-problems) |
184184
| 64 | [When is Performance Testing most effectively performed?](#when-is-performance-testing-most-effectively-performed) |
185185
| 65 | [Which three of the following criteria are most helpful as part of a Scrum Team's Definition of Done? (choose best three answers)](#which-three-of-the-following-criteria-are-most-helpful-as-part-of-a-scrum-teams-definition-of-done-choose-best-three-answers) |
186-
| 66 | [A team has expressed requirements as a set of failing Acceptance Tests. What are three benefits? (choose best three answers)](#a-team-has-expressed-requirements-as-a-set-of-failing-acceptance-tests-what-are-three-benefits-choose-best-three-answers) |
186+
| 66 | [A team has expressed requirements as a set of failing Acceptance Tests. What are three benefits? (choose best two answers)](#a-team-has-expressed-requirements-as-a-set-of-failing-acceptance-tests-what-are-three-benefits-choose-best-two-answers) |
187187
| 67 | [Which is LEAST useful when measuring Code Maintainability?](#which-is-least-useful-when-measuring-code-maintainability) |
188188
| 68 | [Which two criteria are useful in deciding if something should be documented every Sprint? (choose best two answers)](#which-two-criteria-are-useful-in-deciding-if-something-should-be-documented-every-sprint-choose-best-two-answers) |
189189
| 69 | [What factor should be considered when establishing the Sprint length?](#what-factor-should-be-considered-when-establishing-the-sprint-length) |
@@ -1050,13 +1050,13 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
10501050

10511051
**[⬆ Back to Top](#table-of-contents)**
10521052

1053-
### A team has expressed requirements as a set of failing Acceptance Tests. What are three benefits? (choose best three answers)
1053+
### A team has expressed requirements as a set of failing Acceptance Tests. What are three benefits? (choose best two answers)
10541054

10551055
- [x] Improves quality in the requirement itself.
10561056
- [x] Clear Acceptance Criteria for each feature.
10571057
- [ ] Using a code generation tool, the solution can be generated from the requirements model.
10581058
- [ ] Promotes the use of DRY principle.
1059-
- [x] Tracking of competencies.
1059+
- [ ] Tracking of competencies.
10601060

10611061
**[⬆ Back to Top](#table-of-contents)**
10621062

0 commit comments

Comments
 (0)