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
how to indentify memory leakages after the build
What is defect removable efficiency?
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
Explain Single View Testing ?
How to do security implementation for any URL??
What is a critical bug?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
What type of metrics would you use?
Test cases have written according to Flow of the software working or according to Screens?
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 pilot and beta testing?
what is port testing and do it comes in manual testing?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???