Test Functionality
π Your Tasksβ
- Write the Equivalence Class Partition (EP/EC) for one input variable of the addStudent functionality.
- Write JUnit tests for 2 of the identified (EP/EC)
- Push the project to a 'gitea' repository
- Run the Jenkins job which runs the tests and generates the test report
π Resourcesβ
π Equivalence Class Partitions Tableβ
Equivalence Class | Example Inputs | Expected Output | Notes |
---|---|---|---|
β E1: Valid Prime Numbers | 2, 3, 5, 7, 11, ... | true | |
β E2: Non-Prime Natural Numbers | ... | ? | |
β ... | ... | ... |
π Download the EquivalenceClassPartitions.doc
π₯ EquivalenceClassPartitions.doc