Answer Posted / ramyab.mca@gmail.com
Hai...
Equivalence Partitioning :
In this method the input domain data is divided into
different equivalence data classes. This method is
typically used to reduce the total number of test cases to
a finite set of testable test cases, still covering maximum
requirements.
In short it is the process of taking all possible test
cases and placing them into classes. One test value is
picked from each class while testing.
E.g.: If you are testing for an input box accepting numbers
from 1 to 1000 then there is no use in writing thousand
test cases for all 1000 valid input numbers plus other test
cases for invalid data.
Using equivalence partitioning method above test cases can
be divided into three sets of input data called as classes.
Each test case is a representative of respective class
K,Byeee..
Thanks & Regards
B.Ramysri
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
what are questions asked in TCS for database tester (sqlserver)?ay idea
What is agile testing and why is it important?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
Write 2 scenarios for System testing?
Hi Friends, Can anubody give me brief overview of Automation tools.. (basics of tools-summary)of following tools? 1.Qualty Center 2.Load Runner 3.Win Runner 4.Q.T.P mail me on ...rachna.huda@gmail.com
Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
What is Dynamic Binding and Dynamic Loss?
how can you test the web environment for security testing?
How does a coverage tool work?
Hi i am looking for Test Engineer Job, i have done the course, but i don't have work experience on it, Is it So important to have real time Exp or knowledge is enough? and please let me know like how i can improve for the interview. You can send me a mail on this id: rashmi_vastred@yahoo.co.in
from where do u collect test data if u miss some data what will happen
What and why is api testing?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!