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                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   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
What is an equivalence class
 Question Submitted By :: Gayathriseetha11
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is an equivalence class
Answer
# 1
EQC =equlience class particision, this is used to find the 
defect in less time, by dividing 
example in a login screen user ID accpect up 100 string ,if 
we want to test every time we have to pass onstring and it 
is time waste ,so we divide in to 10 parts and check
 
Is This Answer Correct ?    0 Yes 4 No
Bayana
 
  Re: What is an equivalence class
Answer
# 2
Equivalence Class Testing is when you create sets of input
that have equivalent expected behavior. You do this until
all possible inputs show up in one of the groupings. Now
when you test one item from each of the inputs you should be
covering all the possible inputs in that grouping.

Some types of inputs lend themselves really well to this
type of testing – the first is a range of values. You break
it down into values within the valid range, invalid values
above the valid range and invalid values below the valid
range. Lets have an example to better illustrate what I am
trying to describe. We are going to test the
appointment-making part of the program. An appointment has
four fields:

   1. Time
   2. Day
   3. Month
   4. Year


Lets look at the month input field. Depending on how it is
implemented it could take valid values from 1-12 or it could
take the months in a string format. Lets look at the input
of values from 1-12 and what equivalence classes world be
necessary to test this input.

    * valid range of 1-12
    * invalid range below the valid range <1
    * invalid range above the valid range >12


If the input was a string you would end up with two sets.
One that had the valid inputs in it and one that had every
thing else you could think to put in it.

So along with the month input you would also have a day,
year, and time input. The program is written in such a way
that they all have to be tested at the same time. So you
list all the groupings for all the other inputs fields and
test them at the same time. You will notice that you can
test most of the valid test cases at the same time, but you
will have to test the error cases one field at a time so you
can make sure the error is handled appropriately.

This kind of testing will allow you to keep the number of
test cases small, and you could use this type of testing at
any level of testing from unit all the way up to acceptance
testing. One of the limiting factors of this type of testing
is that it assumes identical behavior for all items in a
grouping. This is best suited to testing programs where
inputs are within ranges or values in sets
 
Is This Answer Correct ?    3 Yes 0 No
Gayathri
 
 
 
  Re: What is an equivalence class
Answer
# 3
E.C.P is equivalence class Partision.
Its one of the Block box testingteschnique.
In this the data can be devided into two different classes.
those are
1.valid
2.invalid
ex for valid data:
for ex user enter name with alphabets and 4 to 16 chracters 
long
Then it allows only alphabets and 4 to 16.then only cond. 
is pass
ex for invalid test:
if user enter name field <4 then test fail
if user enter name field >16 then also test fail
if user enter name with special character like ,.?
*&@...test fail
all these are invalid data
 
Is This Answer Correct ?    1 Yes 0 No
D.radhika
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What is the exact difference between Integration & System testing, give me examples with your project.  2
what type of questions we can ask the interviewer after finishing of the interview?  3
What is Testing Measurements and Metrics explain in detail? What is the need of this in the Test Strategy document? HP1
What is the difference between Spiral Model and V-Model  2
1Testing process followed in your company … 3. Testing Methodology 4. Where u maintains the Repositories? 5. What is CVS? 6. Bug Tool used? 7. How will you prepare traceability matrix if there is no Business Doc and Functional Doc? 8. How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such… 9. Testing process followed in your company? 10. Tell me about CMM LEVEL -4 …what are steps that to be followed to achieve the CMM -IV standards? 11. What is Back End testing? 14. How will u write traceability matrix? 15. What is CVS and why it is used? 16. What will be specified in the Defect Report…? 17. What is Test summary Report…? 18. What is Test Closure report…? 21. What are the Testing methodologies that u have followed in your project ? 22. What kind of testing that u have been involved in and explain about it…. 24. What is joins and what are the different types of joins in SQL and explain the same? 25. What is Foreign Key in SQL…? QA2
what responsility of the network administrator? Religare1
how do u do integration testing supose u ar in hotmail login page 2nd is mailing page how do u do integration testing for this kind Sapient4
differentiate test case and test script  2
what is diff between stress & load testing Sonata7
How do u test any "web-site" as a secure site...? or How do you test the security of a web-site...? HCL7
What is CMM-1,2,3,4,5 Level Company? How much levels are there like CMM?  3
can any one give the example for high severity high priority high severity low priority low severity high priority low severity low priority TCS9
When do you go for integration testing?  5
What are the five dimensions of the Risks?  1
What u have choosed testing as your career whyn't developer? Give me some answers.Thank u  3
why r u looking for change?what should be answer for this?i faced this question in an interview.suggest be gud answers.  1
When requirement / SRS document comes to a tester then Do we prepare the test cases +ve & -ve at a time?  4
Mapping the test cases with the requirement. What is this process called? iSoft6
Difference between build verification testing,smoke testing,sanity testing,regression testing,functional testing,,is there any relation between these testing types.Always i am facing the same question in the interviews so plz try to answer to my question...plzzzzzz thank u in advance.............  1
what is testing methodology Wipro3
 
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