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 the scope of manual testing?Please let me know because I want my carrer as a tester.
What is positive and negative testing?
What is TEST PLAN, TEST STRATEGY, TEST SCENARIO, TEST CASE, TEST SCRIPT? can any body give me definition with example.
Hiei have cleared 2technical and hr round at sasken.hr even discussed about salary,he said there would be a client round which final.Can any one tell how to prepare for this round and what type questions i can expect.By the way this job is regarding 1+ exp on mobile app testing
what is dd ?
What is latent bug? the people who is know about this plz kindly give the ans.
What is the initial stage of testing?
difference between change management and configuration management
If you find a crashing bug and the developer resolves it Not Repro, what would you do? What if s/he resolves it as Won’t Fix?
What ishigh severity, low priority bug?
1.what is a test condition ?
what is test model in testing?