On one of my form there are three text boxes for 1.To Enter
Survey no.-Special characters / and - allowed in input and
2.Village Name 3.Project Name all having Input Range 2 to
50 char.and One SUBMIT button on form then How many Test
cases can I write for Funtion Testing of Above fields and
button



On one of my form there are three text boxes for 1.To Enter Survey no.-Special characters / and - ..

Answer / revati

Hi,
I don't think so i can tell exact number of test cases you
should write for above example. It's all depend on your
perception towards it.
But i can tell you what type of test cases you can write.
For example:
For all 3 text boxes and button you will have to write +ve
and -ve test cases as follows:

1. Survey no.:
# +ve test case would be enter the / and - special chars.
# -ve would be enter special chars. other than the above
# enter alpha chars
# the length of the survey no and blank,so on

2. Village name and Project Name :
Same as mentioned above like
# enter only alpha chars
# enter alphanumeric and/or special chars
# for blank
# the input range is given from 2-50 chars. So using
equivalence partioning,BVA,error guessing validation
techniques write the test cases
# and so on

Submit button:
# press Enter key
# on click
# press Alt ot Ctrl key combinations
# on submit check for mandatory fields

I hope this would help you.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is meant by spiral model?explain with picture?

3 Answers   TCS,


How you will assure client that the number of test cases written by you is sufficient or can complete the test coverage completion criteria?

1 Answers  


How will you determine when to stop testing?

0 Answers  


Hi can any one plz answer me how to set up the test environment does it done by tester it self? its urgent thanks in advance roli

3 Answers   Cap Gemini,


What are the qualites should tester have?

7 Answers   CTS, Minecode, Wipro,






The scenario is "while reviewing requirement docs(SRS)if u find or feel any requirement is not meeting the client's requirements" whom do you report?and what is your action?

7 Answers  


what is usecase? tell me the attribute of usecase?

6 Answers   Expertus,


When u r executing a test case an error dialog or window appeared on screen describing some msg . u have to send that dialog/window as an attachment to the developer to let him understand properly abt the error dialog /window. how do u capture that error dialog/window as a snapshot , in manual tesitng ?

9 Answers   Accenture,


pls tel ans for this scenario:two Textboxes(both accept only single digit numbers)and a button"ok"which when clicked returns addition of two numbers entered in textboxes question:Write test cases which will cover all requirements and scenarios

3 Answers  


define incident and test ware.

3 Answers  


is integration testing a part of system testing?

2 Answers  


what is incosistent testing

0 Answers   Ordain Solutions,


Categories