What is Boundary Value Analysis(BVA) and Equivalence Class
Partition(ECP)?
Answer Posted / a2knch
Boundary valud analysis is that we are setting some
boundaries for our inputs to test.
For example
in the column of date the format is mm/dd/yyyy
mm value should be 01-31 = pass
mm value should be <1 = fail
mm value should be >31 = fail
dd value should be <=12 = pass
dd value should be >=01 = pass
dd value should be >12 = fail
dd value should be <01 = fail
yyyy value should be >= 0001 = pass
yyyy value should be <= 9999 = pass
yyyy value should be <0000 = fail
yyyy value should be >9999 = fail
ECP:
dd |01-31| mm |01-12| yyyy |0001-9999|
| Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
Explain what is exhaustive testing?
What is the difference between stlc and sdlc?
What r the functional testing u perform?
Test Cases For Router&Switch
Give an example for pre testing and post testing ?
can anyone help me in getting unix on manual testing i.e can u forward material & web sites to my mail id (suresh_57599@yahoo.com) to understand how the work flow working on manual testing on unix and the contents.plzzzzzzzz help me its urgent.
How to do Performance Testing manually for a Flash Application?
Explain stub in testing point of view?
what do you mean by Develop test data through sourcing (or) handcrafting techniques
What is big bang approach?
Hi, i am looking job in perfomance testing using Loadrunner can any body help me a project in any domine plz(Usah) chs_29@rediffmail.com
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
What are the benefits of requirement traceability?
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?