What is Equivalance Class?
Answers were Sorted based on User's Feedback
Answer / sudhakar8
An equivalence class is a subset of data that is
representative of a larger class. Equivalence partitioning
is a technique for testing equivalence classes rather than
undertaking exhaustive testing of each value of the larger
class. For example, a program which edits credit limits
within a given range (1,000 - 1,500) would have three
equivalence classes:
< 1,000 (invalid)
Between 1,000 and 1,500 (valid)
> 1,500 (invalid)
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / qaforfun
Equivalence Class is a collection of test inputs such that
one input check validates all input values in that class.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / santoshnathan
ECP is BB testing technique that divide input domain of a
program into classes.Like
1.If I/P condition specifies range, one valid and two
invalid classes are defined
2.If I/P condition requires specific value,one valid and two
invalid classes are defined
3.If I/P condition is member of set,One valid and one
invalid classes are defined
4.If I/P condition is Boolean,One valid and one Invalid
classes are defined.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / himanshu patel
>> Divide Test Data in to ..
Invalid, Valid, Invalid ... Classes.
Example: For getting licence you must be atleast 18 years of
age. And you can not get licence if your age is 80 years or
more. So if we divide this data using equi class
partitioning then it will be as following:
<15,40,90>
| Is This Answer Correct ? | 1 Yes | 1 No |
What is state transition?
(urgent)hi all can any one answer to following questions.i have an interview tomorrow.it will be a great help if any one answer to this questions.thanks all. 1.when ever we get a build do we need to do smoke test is it compulsory,and how much do they spend for test. 2.generally all the testcases are stored in which place in real time.is there tool used to store that testcases and test plan,suppose we are using test director can we store all our test cases in it, and where does entire application test cases and test plan is stored assuming that company is using test director. 3.and when we file a bug,and it gets fixed after that do we need to do regressing testing only on that test case or any other test cases also.how the process will be there in real time. 4.when ever a new feature is added to the application do all the test cases to be re executed. 5. can we use toad, winaql in oracle database to access sql queries.
What is the difference between unit testing and smoke testing
which process u followed in ur company?
How to test a website???
Assume you are handling multiple projects and the scheduled were clashing how would you mange about this
hi friends i recently finished testing course in hyderabad.now am looking for a job in uk.i need help about the projects in interview point.can any one explain me abt banking project or credit card.like what are the problems faced in u r last project etc.
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
What test cases should be written in performance testing manually?
What is meant by back-end testing?
what is testdata
How to find that tools work well with your existing system?