which testing is better equivalenc partitioning or
bouandary value analysis and why?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / narendra
Both Testing's are important because,
Equivalence partitioning is useful for picking a sample from
group or partion .
Boundary value analysis is useful for checking boundary
values ,because most of them commit mistakes at boundaries
(< , <= ,> ,>=)
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / rajesh.pothina
Hi,
Both testings are necessary to test a application.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nikhil
Both Testing's are important because,
equivalenc partitioning is used to define a type of input
object (test data)
example
valid invalid
A to Z Special charactes
a to z Blank spaces.
0 to 9
Boundary value analysis is used to define a size of input
object (test data)
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 ? | 3 Yes | 0 No |
What is meant by Domain knowledge?What are the Domains?How many types of Domains are there?
If we got build [say 2.0]to test, we test it & maintain the log then we got same build [say 2.0] fixing bugs in the same version 2.0 again we test it .My question is How we maintain this second log of testing same build
Can anyone suggest atleast five test cases for a Pencil?
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
A Succesful testcase Means..?
Which test cases are written first: white boxes or black boxes?
Deep structure testing is not designed to Option 1 examine object behaviors Option 2 exercise communication mechanisms Option 3 exercise object dependencies Option 4 exercise structure observable by the use explain deep structure testing
AS we working in Agile methodology How you will prioritize the productlogs??
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.
is integartion tetsing done by..... a.test eng b.developer c.both d. none.. if any body involves , wat will they do?
What is V-model and explain differences between V-model and other SDLC models like waterfall, spiral etc
how testing is carried out in real time agile methodology i mean to say how a job is assigned to one tester in a team