What is Equivalence partitioning,Boundary value
analysis,Decision table testing,State transition
testing,Use case testing. Plz explain with example and
differences if any
Re: What is Equivalence partitioning,Boundary value
analysis,Decision table testing,State transition
testing,Use case testing. Plz explain with example and
differences if any
Boundary Value analysis is the testing carried out at the
boundary values. Ex: if any application is said to have some
2-3 levels of values with which it should behave
differently, the tester exclusively tests those boundary
values specifically with decimal values, characters
etc.(like <40% fail, 40% to 50% third class, etc...
Re: What is Equivalence partitioning,Boundary value
analysis,Decision table testing,State transition
testing,Use case testing. Plz explain with example and
differences if any
EQQIVQLENCE PARTITIONING:As per Pressmen if i/p is range of
number then test for 1 valided no & 2 invalided ex:100-
500,then test 100, 99, 501. if i/p is set of values then
test for 1 valided & 2 invailed Ex:{10,45,67} test for
10,80,90.
BVA:IF I/P is range of values b/w "A" to "B" then test for
A,A-1,A+1,B,B-1,B+1.
Suppose,u have written 10 test cases for an application,but
ur developer is not satisfied wht u wrote,then how will u
justify him that ur test cases are correct?