What are the different testing techniques that can be followed while writing test cases for a text box. Such as BVA, Equivalence Partitioning... and anymore like this? Please answer...

Questions by venumadhavdv4

Showing Answers 1 - 4 of 4 Answers

Requirement : Text box can allow integers between 10 to 1000

Test Data using Boundry Value analysis : 9.10,11,999,1000,1001

1. System should not allow user to enter non integers

    - Char,Spl char,alphanumeric

2.System should throw message if user not entered any value if the specified text box is mandatory field

  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