Manishv005 / AgileWebDevProject35

0 stars 0 forks source link

Create puzzle unit testing #53

Closed kumars21 closed 5 months ago

kumars21 commented 5 months ago

Expected Test cases:

  1. Test the create puzzle form labels.
  2. Test creating a puzzle with valid data.
  3. Test creating a puzzle with an invalid form.
  4. Test creating a puzzle with an invalid category.
  5. Test creating a puzzle with an invalid word.
  6. Test redirection to the login page if not logged in.
  7. Generation of HTML report with test case status.
kumars21 commented 5 months ago

https://github.com/Manishv005/AgileWebDevProject35/pull/51 was created for this and closed.