Hi, Can anybody tell me what is Boundary value analysis,
equivalence partitioning and error guessing with examples?
Answer Posted / naveen
TEST DESIGN TECHNIQUES:
While developing the test cases if at all the test engineer
feels complex in some areas to over come that complexity
usually the test engineer will use test design techniques.
Generally two types of techniques are used in most of the
companies.
1. Boundary Value Analysis (BVA).
2. Equivalence Class Partition (ECP).
1). Boundary Value Analysis (BVA).
When ever the engineers need to develop test cases for a
range kind of input then they will go for boundary value
analysis. Which describes to concentrate on the boundary of
the rang.
Usually they test with the following values.
LB-1 LB LB+1 MV UB-1 UB UB+1
2). Equivalence Class Partition (ECP).
When ever the test engineer need to develop test cases for a
feature which has more number of validation then one will go
for equableness class partition. Which describe first divide
the class of inputs and then prepare the test cases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is quality Factor
What is junit & api?
What is mutation testing & when can it be done?
what is the architecture of your current project?
Describe your experiences with code analyzers.
What are the various test case for google analytics, api keys , pay pal if you know please post me a answer. And how we will test
When to stop testing? (Or) how do you decide when you have tested enough?
What is positive and negative testing?
Write 2 scenarios for System testing?
When will the testing starts?
Can any one share the domain knwoldege of Telecom Jeeva jeevachr@gmail.com
how agile testing is performed and what are the related documents.
can anyone tell me few critical bugs in ecommerce project.
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
What is test startegy?