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

Questions by pritam_parashar

Showing Answers 1 - 6 of 6 Answers

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

  Was this answer useful?  Yes

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 fields with a blank in the last position are reported as an error.
Ensure that both positive and negative values are processed correctly according to the requirement.
If a field functions like a calculator then ensure that:
The system does not crash on dividing a number by zero.
The field generates the value zero on multiplying a number with zero.
Ensure that field accepts valid numbers.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions