Can you tell me what is boundary value analysis and
Equivalence partitioning, and error guessing with examples
Answer Posted / abbas
bva - ex:- input box should accept no.s 1 to 5
test scenario desc expected outcome
b.v=0 don't accept
b.v=1 accept
b.v=2 accept
b.v=3 accept
b.v=4 accept
b.v=5 accept
b.v=6 don't accept
in equivalence partition first u divide a set of test condn into a partition
ex:-input data from 1 to 10
test scenario desc value
enter 0 to 5 chars don't accept -------------------partition 1
enter 6 to 10 chars accept--------------------------partition 2
enter 11 t0 16 chars don't accept-------------------partition 3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How the application is launched to the production environment?
Hi Can any one tell wht type of questions will be asked in project manager round...urgent plz...
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
To specify the test artifacts involved in testing.
What and why is api testing?
How to do security implementation for any URL??
Explain crud testing.
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
What is the full form of cmmi?
hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
Explain the strategy for testing a Java application?
consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees
Can you explain exploratory testing?
What is boundary value testing? Give an example.