How many test cases can be written uniquely for a text box in a windows application which accepts 1-10 alphabets only?

Showing Answers 1 - 6 of 6 Answers

umesh7a

  • Oct 19th, 2006
 

Hi,

There are total six test cases can written for this text box

a).check for the null value.  error message should be shown.

b). check for 1    should be pass

d). check for 2    should be pass

e). check for 9     should be pass

e). check for 10    should be pass

f). check for 11     should be fail

  Was this answer useful?  Yes

Ravi

  • Oct 19th, 2006
 

hi,

I think if we write the following for this it would be unique.

1. Enter alphabets 1 to 10 Pass (includes min+1,max-1)

2. Enter alphabets 11        Fail  (max+1)

3. Enter Blanks                 Fail  (min-1)

4. Enter Numbers              Fail 

5. Enter Spl chrs               Fail

   If this is wrong pls write suggest the best answer.

  Was this answer useful?  Yes

vivek

  • Oct 25th, 2006
 

hey hi,

            i think there should be 6 test cases for the same .Three for upper boundary and three for lower boundary.

Upper boundary : N N+1 N-1

Lower boudary   :N N+1 N-1

Please suggest?

Vivek

  Was this answer useful?  Yes

subadhra

  • Nov 7th, 2006
 

i cant get ur answer clear pls give me a berify ans

  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