Skip to content

Commit 5cf323b

Browse files
Merge pull request #5 from intoinside/master
Added similar question with different choices
2 parents 0eb2ea9 + 24fd70c commit 5cf323b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
4. Questions are similar to the actual exam, without duplications (like in other courses ;-)).
4343
5. The Practice Test Exams simulate the actual exam's content, timing, and percentage required to pass the exam.
4444
6. This course is **not** a Professional Scrum Developer I (PSD I) Exam Dump. Some people use brain dumps or exam dumps, but that's absurd, which we don't practice.
45-
7. 280 **unique** questions.
45+
7. 281 **unique** questions.
4646

4747
## ☝️ Course Updates
4848

@@ -358,6 +358,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
358358
| 278 | [Who should be present during Product Backlog Refinement? (choose all that apply)](#who-should-be-present-during-product-backlog-refinement-choose-all-that-apply) |
359359
| 279 | [You are on a Scrum Team that is enhancing an existing Product. Which is the LEAST useful piece of documentation you want to have at your disposal?](#you-are-on-a-scrum-team-that-is-enhancing-an-existing-product-which-is-the-least-useful-piece-of-documentation-you-want-to-have-at-your-disposal) |
360360
| 280 | [Test-Driven Development is a predictable way to develop working, well-organized code?](#test-driven-development-is-a-predictable-way-to-develop-working-well-organized-code) |
361+
| 281 | [Which types of tests can be automated?](#which-types-of-tests-can-be-automated) |
361362

362363

363364
### When can Product Backlog Refinement occur?
@@ -2919,3 +2920,14 @@ _[⬆ Back to Top](#table-of-contents)_
29192920
- [x] False.
29202921

29212922
_[⬆ Back to Top](#table-of-contents)_
2923+
2924+
### Which types of tests can be automated?
2925+
2926+
- [ ] Exploratory
2927+
- [x] Performance
2928+
- [x] Unit
2929+
- [x] Smoke
2930+
- [x] Functional
2931+
- [x] Integration
2932+
2933+
_[⬆ Back to Top](#table-of-contents)_

0 commit comments

Comments
 (0)