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 tell me different testing methodologies
Explain about Loop Testing methodology?
What is smoke testing and when it wil be done?
my mail id is mudaseer123@gmail.com and password:qwertyiop but if i enter mail id in capital letters and password correctly should then what will happen?does it display login failed?
What if the software is so buggy it can't really be tested at all?
what is the difference between maintenence release and hot fix release?
Nowadays Product based testing is done is almost all companies. What does a "Product" actually means.
diffrence between banking domain and medical domain
HI, This question is Investment Banking domain related Question. I was asked in an Interview to tell the 5 test cases for Equity,Bond,Futures and options. Please help.. Pragya
Did u come across STUBS and DRIVERS?How did u use these in u r project ?
Do you handle deployment? How?
What do you understand by the terms ?Response Time?, ?Pages Per Second?, ?Transactions Per Second??