which testing is better equivalenc partitioning or
bouandary value analysis and why?

Answer Posted / manoj

Both Testing's are important it depends on the situation
what testing should be done and when should be done.

equivalenc partitioning is used to define a type of input
test data and it is done to reduse the number of test
cases .
example if only character data is to be used then

valid invalid
A to Z Special symbol
a to z Blank spaces.
0 to 9


Boundary value analysis is used to define a size of input
test data to reduse memory crash chances. to check loops in
programm.
example, input object should be in between 4 to 8
characters.

min = 4 = pass
max = 8 = Pass
min-1 = 3 = fail
min+1 = 5 = pass
max-1 = 7 = pass
max+1 = 9 = fail

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of api testing are there?

652


In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.

4412


What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.

1212


What is fuzz testing?

644


How to do manual testing of a E-insurance project (end to end process)

2761






What is the difference between pilot and beta testing?

699


Can anybody help i put the pharma and bank project in my resume, but i dont know what to tell about them, any body tell the where can i get the information about them,what i need to tell about these applications,please help me

1597


Which test cases are written first: white boxes or black boxes?

792


Hi Frnds, this is Aman.. can anybody tell me plz what kind of QA Interview questions are asked by IDS Infotech Ltd., Chandigarh? I have lil bit experience only in Manual Testing.. Plz answer my question as soon as possible.. Thnx in advance..

1906


What is the difference between static testing and dynamic testing?

643


Differentiate verification and validation?

820


Genarally what we have to tell. If anybody asks in the interview. what are challenges u faced in the Project and what are the Risks u faced in the Project, Anybody can suggest it ......Thanks in Advance....

1714


What is the difference between functional requirement and non-functional requirement?

665


can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)

2661


If I want to check compability of software in a MAC OS then which steps shold I follow?

1593