Skip to main content

Write test case for testing a screen which takes input for employee details

 Test case: Employee Details Input Screen

Purpose: To test the functionality of the input screen for employee details.

Preconditions:

  • The input screen is loaded and ready for user input.

Steps:

  1. Verify that the input screen displays the correct fields for employee details, including:

    • Name
    • Employee ID
    • Email address
    • Phone number
  2. Enter valid input values for each field, such as:

  3. Submit the input by clicking the "Save" button.

Expected result:

  • The input screen should accept the input values and display them correctly.
  • The input screen should not display any error messages or validation errors.

Notes:

  • Additional test cases may be needed to test for invalid input values, such as empty fields or invalid format for the email address or phone number.

Comments