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 |
On which module did u involve in your project..?
Which of these is not a compenent of test plan: a. Test cases b. escalation process C.effect report D. Tools to be used for test.
What is meant by preconditions and postconditions in a Test Case? Can anyone give an example?
22 Answers CLG, JDA, Zestwings Informatics,
What are the advantages of manual testing other than "Low cost", "Where automation fails".......?
how to retrieve the test data?
When bug is raised ?
what r the fields present in requirement tracability metrice (RTM)?please explain each and every field as i m not aware.
Is it Mandatory to use "ECP" & "BVA" Techniques for "LOGIN" Page???,Can any one tell me the correct answer ?,If Yes then why?
what is the format of test report?
What is the type of testing that you apply for maintenance phase in V-Model
what is suspension criteria and exit criterai in test plan/????
What is the difference between Game (video game, mobile game, facebook game...etc) Testing and Software Testing? Why some company dont use testcase for Game, they only find bug and describe it directly to bugbase? And some testcase for Game if u think testcase is necessary for game (ex: testcase for Tetris game)