ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
what is BVA,EP?if any body knows this, post the answer for 
me.
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is BVA,EP?if any body knows this, post the answer for me.
Answer
# 1
ECP-Equivalence Class Partitioning 

Concepts: We define "Equivalence Class Partitioning" as a
method that can help you derive test cases. You identify
classes of input or output conditions. The rule is that each
member in the class causes the same kind of behavior of the
system. In other words, the "Equivalence Class Partitioning"
method creates sets of inputs or outputs that are handled in
the same way by the application

A more generalized definition "A technique in black box
testing. It is designed to minimize the number of test cases
by dividing tests in such a way that the system is expected
to act the same way for all tests of each equivalence
partition. Test inputs are selected from each class. Every
possible input belongs to one and only one equivalence
partition"

Why ECP? This method drastically reduces the number of test
cases that are required to be tested because we don't have
time, money or manpower to test everything. In addition, it
can help you find many errors with the smallest number of
test cases.

How to use ECP? 
There are 2 major steps we need to do in order to use
equivalence class partitioning:
1. Identify the equivalence classes of input or output. Take
each input's or output's condition that is described in the
specification and derive at least 2 classes for it: 
a)One class that satisfies the condition – the valid class. 
b)Second class that doesn't satisfy the condition – the
invalid class. 
2. Design test cases based on the equivalence classes. 
 
Example 1

In a computer store, the computer item can have a quantity
between -500 to +500. What are the equivalence classes?
Answer: Valid class: -500 <= QTY <= +500
                Invalid class: QTY > +500
                Invalid class: QTY < -500

Example 2
In a computer store, the computer item type can be P2, P3,
P4, and P5 (each type influences the price). What are the
equivalence classes?
Answer:         Valid class: type is P2
                Valid class: type is P3
                Valid class: type is P4
                Valid class: type is P5
                Invalid class: type isn’t P2, P3, P4 or P5 
BVA-Boundary Value Analysis
Concept:-BVA is a method that tests the boundary whether
it's an input, an output or a performance boundary. Our
tests focus on the boundaries values and not on the entire
range of data. We will use it when we have a field that can
contain a range of values as an input, an output or as a
requirement.
How to use?
If you have a range: (a to b), you will test the following:
1. a-1-invalid
2. a-valid
3. a+1-valid
4. b-1-valid
5. b-valid
6. b+1-invalid

but according to ISTQB we only test following:
1. a-1-invalid
2. a-valid
3. b-valid
4. b+1-invalid

Why ISTQB has less test cases, because we can say that if
'a' and 'a-1' are working well, then we can assume that
'a+1' is working well. The same claim will be about the
upper bound. If 'b' and 'b+1' are working well, then we can
assume that 'b-1' is working well.

Here are some more rules from my experience that you can
take in consideration: 

Always test 0 if it is inside the range and sometimes even
if it's out of range because 0 has special effect on
software (like dividing in 0). 
Always test the empty string if it is inside the range and
sometimes even if it's out of range. 
Sometimes you can test a value that exists inside the range
and not in the boundary just in case…(It allows you to sleep
deeper at night…). 

****now im really tired....LOL****
 
Is This Answer Correct ?    0 Yes 0 No
Vivek.Gupta
 
  Re: what is BVA,EP?if any body knows this, post the answer for me.
Answer
# 2
Superb explanation vivek gupta, keep it up.
 
Is This Answer Correct ?    0 Yes 0 No
Qtp Specialist
 
 
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
what is the way to explain about project of 3 years experianced  2
what are the Test cases we can write for pop-up window, Anybody can let me know in detail. Thanks in advance. Siemens2
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?  3
give an example for load testing  1
What do u do if the bug that u found is not accepted by the developer and hez saying its not reproducable.Note:The developer is in the onsite location AZTEC6
What types of code coverage do you know? 3i-Infotech1
define 1)test methodologies, 2)test data 3) test scenario 4 ) test environment ACS1
black box techniques  4
How we prepare the Requirement Traceability Matrix(RTM). Write the format please.  2
What is non-functional testing? Wipro7
What is pairwise testing? MBT9
what are the risks involved in testing ?  1
What is an Use Case ? How can we write the Use Case and how can we write the Test Cases for that? What role plays the Requirements in the Use cases ?  2
How much percent of time you spend in testing and writting test cases? does testing comes first or writting test cases?  1
How can we explain about matrics..Every time iam getting this question..Have you involved in metrics??..Plz..plz Can any anybody give the sugessions..What is the best way to explain about metrics..give me your valuble answer..thanks in advance...  3
explain v-model IBM4
what is test report? Semantic-Space4
how many types of functions in qtp  1
what is the difference between test plan and test strategy?  2
what is the architecture for your project?  3
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com