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 host files web application testing?
What is decision table testing?
you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.
can anyone help me in getting unix on manual testing i.e can u forward material & web sites to my mail id (suresh_57599@yahoo.com) to understand how the work flow working on manual testing on unix and the contents.plzzzzzzzz help me its urgent.
what r the 5 major defects that u found in ur shopping related project?
what is a usecase?
can any one give the example for high severity high priority high severity low priority low severity high priority low severity low priority
In a web application one page is getting open in server & if i tries to open the same page in the local system,application is throwing page not found error. what are all the possible scenarios? Please let me know the scenarios
what are the levels in testing? (Asked in Zensar Hyderabad today(17-1-12010))
What is the diffference between Web-based applications and Client-server applications ??
Can anyone explain about metrics
who is responsible for QA and QC?