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   To Refer this Site to Your Friends   Click Here
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
can any one explain with example the diff between boundary
value analysis testcasees and equivalence class testcases
pls urgent
 Question Submitted By :: Sasidhar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
Answer
# 1
Both should be used at the time of Input domain testing. 
Input domain testing can be classified into 2 types 
1. Length testing  2. Value testing

Length testing gives how many values to be entered for this 
BVA is to be used that is values that are on the boundary 
of equivalence classes.

Value testing gives what are the values to be entered for 
this ECP is to be used that is it gives valid inputs and 
valid outputs.

Ex:lets take an User ID field--> Enter 1 to 10 characters 
comes under BVA,,, Enter only alphanumerics without any 
other characters comes under ECP,,,

i think u have clarified with this plz let me know if u 
clarified, if no sorryyyyyyyyyyyyy
 
Is This Answer Correct ?    4 Yes 0 No
Glamorous
 
  Re: can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
Answer
# 2
a)Boundary Value Analysis and Equivalence Classes are two 
techniques in Black Box Testing.

b)while writing Test Cases we can use these two techniques.

Boundary value Analysis:
                       It is nothing but a selection 
technique in which testdata are chosen to lie along certain 
boundaries.
                        That is imagine you have to write 
test cases for a login field. which will accept 1-10 
characters.So if u use boundary value analysis u have to 
check with the boundaries that is test with 1 character and 
10 characters.then check with 2 characters and 9 characters 
and check without any character and with 11 characters.

                        So that means when u are using the 
boundary value analysis that time u have to check withe 
lower boundary,lower bolundary+1,Lower boundary-1,Upper 
boundary,Upper Boundary-1,Upper Boundary+1.(ie 
0,1,2,9,10,11)

Now Equivalence Partitioning:
                         Equivalence partitioning again is 
also a technique.But here we are using with class not with 
a value.
                         if you have to test a field which 
will accept 1-10 numbers,then test with positive class (1-
10_,negative class (<1) and (>10).so checking with any 
value from the positive equivalence class 1-10 will give 
the correct result and checking the result with negative 
class will be same for all the values in the negative class.

Hope now you are clear...
Thanks...
 
Is This Answer Correct ?    1 Yes 0 No
Biswal
 
 
 
  Re: can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
Answer
# 3
hi friend  Glamorous thanks ur reply
u will introduce me two new terminologies. can i consider
both for every input field what we are going to test
 
Is This Answer Correct ?    0 Yes 1 No
Sasidhar
 
  Re: can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
Answer
# 4
hi friend Biswal thanks ur reply 
some how i clear........... so we have to categories
equivalence class partition data as  
positive class data and negative class data........... 
and apply it for testing
 
Is This Answer Correct ?    0 Yes 0 No
Sasidhar
 
  Re: can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
Answer
# 5
Keep it simple
BVA: test cases on boundaries. 
how? min--max is the range

min,min+1,min-1 and max,max+1,max-1 

apply above rule for the min max boundary 

Now ECP: divide the input range in the class
one valid and two invalid (for any type of range)
true and false ( for boolean)
so, when u divide ur input into valid and invalid class
there also falls boundaries. Now, apply ur BVA techniques to
minimise the test cases. 

suppose input domain is 1-20 
valid class=1-20
invalid class less than 1
invalid class more than 20

Hope the answer is clear to you

byeeeeeee
kishore
 
Is This Answer Correct ?    0 Yes 0 No
Kishore
 
  Re: can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
Answer
# 6
I am testing a template and i set rule for this that is it
should be between 2.9 and 4.8 . The value from cache was 4.8
. when i run the application it failed that
template.According to BVA IS IT CORRECT OR WRONG ?
 
Is This Answer Correct ?    0 Yes 0 No
Sanjeev
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What is Test Coverage? iNautix3
what is adhoc testing n when it wil be done?  11
what is the Difference between Integration testing and system testing?  8
What is known Issue??? Yordlee5
What is diference u get in Web based appln testing when compared to Windows based appln.  2
what type of review process u r following in u'r company? IBM4
what is the difference between onshore and offshore company  4
What type of documents would you need for QA/QC/Testing? TCS6
what is the meaning of compatibility testing in view of web application testing? MBT7
Explain Bug Life cycle What is integration testing and regression testing What is verification and validation How does winrunner recognizes the project which is in custom build What is expert view and tree view How does QTP identifies the project What is the difference between Winrunner and QTP What is Test Director and which version of test director your are using in your project What is a test plans what are the contents present in a test plan What is the risk of testing a project Mphasis3
What is "BRS". Plz Explain whats the content in BRS" Diff between BRS,SRS,FRS? BoA11
WHAT IS SECURITY TESTING.HOW TO DO SECURITY TESTING.IS THERE ANY FRAMEWORK AVAILABLE  1
Once a bug is found how do u report it?wat is the process?  1
Suppose Username and Password is there, Username is limited to 8 characters!! Then what r all the Possible Test Cases for it?? Ciena3
I am doing manual testing for on web application.how to prepare the tracebility matrix for that website? whats the use of the tracebility matrix?. canu send one model of the tracebility matrix. SoftSquare1
Example of high severity and low priority bug  1
can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent  6
is validation done in white box testing .  2
Hi all, Can u pls help me with some Testing mannual for Test case preparation, Test planning and for attending ISTQB Examination. Kindly provide your feedback in this mail id (gbijesh@gmail.com) Tnks & Rgds Bijesh G  1
What are the test cases for the fields, Name, Password, Login id, Address, phone,etc.?  1
 
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