-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Java Testing Course
Testing Course Overview
Below you can find the ordered content of the topic, in a linear progression
The linear progression of content aims to cover all content, course by course, workout by workout as follows:
- first course is the only core one, denoted by its manifest
- the next course is denoted by the first item of the next array in each course manifest
- each course has its order of workouts designated by the sections field in the same aforementioned manifest
1. testing-i
Insights:
no | name | content | aspects | standards | PQ | RQ | Quiz | done |
---|---|---|---|---|---|---|---|---|
1 | junit | ✅ | 👶 introduction | ❌ | ✅ | ✅ | ❌ | ❌ |
2 | writing-junit-tests-using-assert | ✅ | 💪 workout 🦑 deep |
❌ | ✅ | ✅ | ❌ | ❌ |
3 | junit-prefer-test-over-extends-testcase | ✅ | 💪 workout 🦑 deep |
❌ | ✅ | ✅ | ❌ | ❌ |
4 | test-parameters | ✅ | 💪 workout 🦑 deep |
❌ | ✅ | ✅ | ❌ | ❌ |
5 | preparing-tests-through-annotations | ✅ | 💪 workout 🦑 deep |
❌ | ✅ | ✅ | ❌ | ❌ |
Exercises:
Game:
2. testing-ii
Insights:
no | name | content | aspects | standards | PQ | RQ | Quiz | done |
---|---|---|---|---|---|---|---|---|
1 | focus-testing-on-key-areas | ✅ | 💪 workout 🦑 deep |
❌ | ✅ | ✅ | ❌ | ❌ |
2 | testing-private-methods-and-fields | ✅ | 💪 workout 🦑 deep |
❌ | ✅ | ✅ | ❌ | ❌ |
3 | junit-specifying-file-locations | ✅ | 💪 workout 🦑 deep |
❌ | ❌ | ✅ | ❌ | ❌ |
4 | use-ignore-to-disable-junit-tests | ✅ | 💪 workout 🦑 deep |
❌ | ❌ | ❌ | ❌ | ❌ |
5 | the-robot-utility | ✅ | 💪 workout 🦑 deep |
❌ | ✅ | ✅ | ❌ | ❌ |
Exercises:
Game:
Given the insights are tagged with aspects, we can filter over the linear content progression and create learning sub-paths.
These sub-path progressions will most likely not cover all content, but they will ensure and enforce an unified learning experience, tailor for the user wish.
For example, a user might be interested in new additions and updates of a language, rather than introduction lessions. Note that these sub-paths don't take games into consideration
If you are being introduced to the topic for the first time
Insights:
Theory put into practice/that’s how you achieve X points
Insights:
- writing-junit-tests-using-assert
- junit-prefer-test-over-extends-testcase
- test-parameters
- preparing-tests-through-annotations
- focus-testing-on-key-areas
- testing-private-methods-and-fields
- junit-specifying-file-locations
- use-ignore-to-disable-junit-tests
- the-robot-utility
Prerequisite knowledge consisting of 2 or more 👶/💪 workouts
Insights:
- writing-junit-tests-using-assert
- junit-prefer-test-over-extends-testcase
- test-parameters
- preparing-tests-through-annotations
- focus-testing-on-key-areas
- testing-private-methods-and-fields
- junit-specifying-file-locations
- use-ignore-to-disable-junit-tests
- the-robot-utility
Recently added/gained traction feature
Stories, obscure details that don’t specifically relate to a learning objective
✅ All content has been tagged with aspects.
Want to contribute to this wiki? Go right ahead! If it has to do with how the Enki software ecosystem works, or editorial guidelines for how to write, let us handle that. Anything else, edit away!
Curriculum Format:
- Topic Documentation
- Course Documentation
- Workout Documentation
- Insight Documentation
- Glossary Documentation
Contributor Resources:
Curriculum overview:
Topic pages: