Explain Boundary value analysis, Equivalence partitoning
and Error guessing?
Answer Posted / aa
Boundary value analysis : Designing test cases at boundary
values. If field take values from 10 to 20 numbers,
following are the boundary values which is taken care while
doing testing.
Valid boundary values 10, 11, 19, 20
Invalid Boundary values 9, 21.
Equivalence partitioning : Designing test cases by deviding
the input values in to equivalence partitions.
valid Equivalence partitions 14 or 18
Invalid equivalence partitions 5, 26
Error guessing : From testers experience , are able to guess
where bug will come and in which scenario.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
How we will test ubercate
In simple steps how will you do unit testing using VSTS?
What is error cusing tecnique
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
What is difference between Build, Version and Release
Should testing be done only after the build and execution phases are complete?
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
What does entry and exit criteria mean in a project?
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
What is fuzz testing?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What are the advantages of waterfall model?