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
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 |
what is impact analysis
how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction .
what and how to do application testing?
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
What type of testing you do in your project?
3 Answers Geometric Software, TCS,
If there is dropdown field say Select Category. & Default category is Indian. What are the test cases for this field?
Who will prepare test plan and test case? Explain in detail? Advance thanks for your answer?
write test cases on "Login Window" ?
What is diffrence between the functional and black box testing.
Penetration testing
Which are the different tests for apparel testing?
0 Answers Mahatma Gandhi University,
what is Inspection?