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