What is Equivalence Partitioning and Boundary Value Analysis.
Is Boundary Value is subset of Equivalence Partitioning??
Answers were Sorted based on User's Feedback
Boundary value - For example password. In the requirement
doc if they define like password should be 6-10characters.
Then we have to test for 5 characters, we have test 6 and
one between value like 7 or 8 or 9, and with 10 characters
and one with 11character
For ex a to z we have test (a-1),a, g, z,(z+1)
Equivalence partitioning means we have to divide them into
equal parts and we have test each part.
for ex. 500 to 1000. divide them into equal parts like 500,
600,700,800,900,1000 to test them.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / amit_8573
Equivalence Partitioning and Boundary Value Analysis both r
the Test Case Preparation Technique(then explain them).
Yes,Boundary Value Analysis is the subset of Equivalence
Partitioning.
| Is This Answer Correct ? | 1 Yes | 0 No |
Maximum how many defects found in a single module?
What is Web testing & which action we take at the time of Web Testing?
If a interviewer ask me the duration of my project, then should i tell them the total(development+testing) time of the project? Plz tell it's urgent
testing is a process or methodology,diff between methodology and process?
6 Answers BirlaSoft, Cap Gemini,
How many types of bugs are there? What are they? like Deferred bug,cosmatic bug.....
What is a Show Stopper?
Compatibility Testing
What is alpha testing and beta testing?
Can anyone please give me the idea how does Requirement Tracebility Matrix, looks like ? or mail me at: ontesting@gmail.com
Who will excatly assign the priority to the bug.. ...
What are the benefits of automated testing over white box and black box testing?
What is an equivalence class?