Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

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

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

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

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

Answer / rajesh.pothina

Hi,


Both testings are necessary to test a application.

Is This Answer Correct ?    3 Yes 0 No

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

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

Post New Answer

More Manual Testing Interview Questions

For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case

2 Answers  


what is web server ur using at ur current testing of web application.

0 Answers   Wipro,


How to explian the V model. Diagram not required but iwant the answer gnerally No Diagram explanation plzzzzzzzzzz..

2 Answers   Accenture, TCS,


I have 3 years of experience as a software manual tester. What can i study further for a career growth. Please advice if there is anything apart from automation testing

1 Answers   HP,


What is the difference between santity & smoke testing?

6 Answers   Logica CMG,


State a generalized process for load test? Or explain how you did it previously.

0 Answers  


when developer will found bug they will store that bug in Dts 1- yes 2 - sometimes 3 - No 4 - none of these

2 Answers   NIIT,


I had faced in one of the interview that " you have found the bug and assigned to the corresponding developer, but the developer did not accept your bug. what will you do at this situation. can any one help me with clear answer ? I answered like, I will show the SRS,GUI document and show the image of the bug where i got. and again they asked me , still they did not accpet your bug. what you will do ? Answer me....

5 Answers   CMC, Veritas,


Explain spiral model?

3 Answers   AXA,


what is regression testing?

11 Answers   IBM, TCS,


Explain a bug which if you have missed could have created a big problem?

1 Answers   Crea,


What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?

0 Answers   HCL,


Categories