Skip to main content

Test Functionality

Alt Text

πŸ“Œ 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 ClassExample InputsExpected OutputNotes
βœ… E1: Valid Prime Numbers2, 3, 5, 7, 11, ...true
❌ E2: Non-Prime Natural Numbers...?
❌ .........

πŸ“„ Download the EquivalenceClassPartitions.doc
πŸ“₯ EquivalenceClassPartitions.doc