Skip to content

TC102 - 002

Test Case description Check that a regression test for user registration and security authorization under development
Test Case ID TC102-002
Autohor/Designer Guan Xinyu
Date of creation 5.4.2024
Class Feature - regression test

Test description / objective

This test case should verify that the user registration functionality works as expected after recent code changes.

Links to requirements or other sources

Test pre-state * Start

Test steps

  1. Access to the Tukko website
  2. Click the Create Account button
  3. Create account
  4. Fill in the registration form with valid user information: Username, Password, Confirm Password, Email
  5. Click on the "Register" button
  6. Verify Successful Registration
  7. Verify Database Changes

Test end-state

  • What happens after running the test: The registration form should accept valid user information without errors.

To be taken into account during test

  • Notion 1: This test case should be executed both before and after any code changes to ensure that the user registration functionality remains intact.
  • Notion 2: Any deviations from the expected behavior should be reported as defects and addressed promptly.

Test result (Pass/Fail Criteria)

  • PASS condition: All steps execute without encountering any errors.
  • FAIL condition: Any step encounters an error.