Submitted Questions

  • Test cases for Mandatory Fields

    A Page/Form has 4 Mandatory fields to be entered before you Submit.How many no. of test cases are required to verify this?And What are they?

    Kavita

    • Sep 30th, 2022

    Test cases for mandatory fields.
    1. field should not contain Blank
    2. Space not allowed

    Sagar

    • Jun 14th, 2017

    Approach is checking with all the 4 mandatory fields and then missing one of the field respectively like give 3 fields and miss one field and giving 2 fields and missing 2 and giving 1 field and missing the other 3 fields.