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 soon the bug should get fixed?
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
What is verification in software testing?
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
What is the responsibility of programmer’s vs QA?
What makes a good test engineer?
What is your daily process? I have 2+EXP IN MANUAL TESTING.PLEASE SUGGEST ME HOW i ANSWER
What is stub?
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
How do u go about testing of web application?
What is known as data-driven testing?
Is an "A fast database retrieval rate" a testable requirement?
What type of projects can include in Logistics Domain? and what is the type of domain for project which include Driving license renewal, Different type of title registration etc...
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
how to write test cases for epos/pos testing.