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 |
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
how we maintain buid versions without using CVS or any other tools ? are tools neccesary for maintaining versions?
What is UML and how to use it for testing?
Who will assign severity and priority to the bug?
What is defect clustering
why did u chose software testing?
what is the use case ? what is the use of the use case ?
Principles of testing?
What is meant by Entry and Exit points in Testing? Raam - ramumcato@yahoo.com
what is the difference between test case and test scenario.Explain with example?
19 Answers Beryl Systems, Infosys, Intellinet, KUN, Mindteck, TCS,
wat is ur involvement in test plan
What r the input documents to the design test cases?