Can you give me some examples with answers, as to how to identify the number of test cases to write w.r.t to EP and BVA?
Can you give me some examples with answers, as to how to identify the number of test cases to write w.r.t to EP and BVA?
hi iam chandu i will give my idea about ecp and bva this may help u i feel so!
example name:5 to 30 characters and name contains only alphabetics
valid partition :5 to 30 characters
invalid partition:less than 5 characters
and greater than 30characters
valid boundary:5
30
invalid boundary:4
31
Hi
Boundary value analysis is a software testing design technique in which tests are designed to include representatives of boundary values. The test cases are developed around the boundary conditions. One common example for this technique can be, if a text box (named username) supports 10 characters, then we can write test cases which contain 0,1, 5, 10, >10 characters.
Thought it may be useful
Regards
Dwebb