What is Boundary Value Analysis(BVA) and Equivalence Class
Partition(ECP)?
Answer Posted / prashanth chenna
Equivalence Class Partition (ECP): Means dividing the input
Domain into groups and name these groups as Valid and
Invalid. By Using these groups we can derive the Test Cases.
Boundary Value Analysis (BVA): Means finding the boudaries
for given particular value. By Using these boundaries there
is maximum possibilities of finding Bugs/Defects in an
Application.
Example: In an Application User ID takes 5 to 10 Alphabets.
It is the Customer required.
Solution:
User ID: 5-10 Alphabets
ECP:
Valid Invalid
A-Z 0-9
a-z Special Charecters
Blank Field
BVA:
Min = 5 Pass
Min-1 = 3 Fail
Min+1 = 6 Pass
Max = 10 Pass
Max-1 = 9 Pass
Max+1 = 11 Fail
| Is This Answer Correct ? | 74 Yes | 10 No |
Post New Answer View All Answers
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
Who are all involved in an inspection meeting?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
Manual and automation how do they help in bringing out quality product? Explain?
How can you do the usability testing?
What is desk checking and control flow analysis
How should validation activities be handled?
wat is meant by frontend and backend testing
hi friends i have a question while the files are uploading into the web server(for storing)..... securely......... what is the meaning securely.......its regarding virus threating or user authentication.... the files are video files these are ripping and converted into .flv format pls clarify ..........thanks in advance......
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
hi i want manual testing interview question(3+exp)please tell me
Tell me about Agile scrum and what is your role in Scrum ?
what exactly is heuristic checklist approach for unit testing?
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result