Submitted Questions

  • positive and negative testing

    write +ve & -ve test cases for user id in login form that can accept only alphanumeric characters within range 1 to 10

    chidinma

    • Nov 3rd, 2017

    Ensure that the lower value and higher value specified for the field are handled correctly. Ensure that a space/blank entry in the first position of numeric field is reported as an error. Ensure that ...

    baji

    • Feb 3rd, 2016

    1. Check the min. & max. method
    2. Check by entering only numbers or only alphabets
    3. Check with by entering other special chars with alpha-numberic

  • Positive and negative test cases

    I was asked this question in a interview. Write all positive and negative test cases for user_name field in login form. the user name can accept only alphanumeric character with a range 5 to 10. How will you test it ?

    MK

    • May 21st, 2014

    Positive test cases 1. Test with Username in alphanumeric characters 2. Test with Username is Length of 5 alphanumeric characters 3. Test with Username is Length of 10 alphanumeric characters Negativ...