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 |
consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees
difference between sainty and smoke testing?
Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.
2 Answers JPMorgan Chase, Zenith,
what are the parameters u apply for doing functional testing?
What is FT Disk?
What sort of things would you put down in a bug report?
What is the term ‘quality’ mean when testing?
why u choosen testing as a career after complation if mba
Difference in web based application,desktop application and client server application? plz explain Us
what is a use case ?.
Is it necessary to do retesting if we are going to do regression testing?please reply
who is responsible to generate test data ,how test data will be developed manually,