what is black box testing, and what are the methods for BBT
plz explain it

Answers were Sorted based on User's Feedback



what is black box testing, and what are the methods for BBT plz explain it..

Answer / abdul

The process of selecting test cases which are related to
specfication of the component and not related to internal
structure is known as black box testing.
diffrent type of bb testing are
1. Boundary value analysis
2. Equivalence partition
3. State transition
4. Decision table

Is This Answer Correct ?    10 Yes 0 No

what is black box testing, and what are the methods for BBT plz explain it..

Answer / shilpa

blackbox testing is testing the system witout going in the
inner structure

methods of bbt
eqvilance partioning
error guessing
boundary value analysis

Is This Answer Correct ?    9 Yes 1 No

what is black box testing, and what are the methods for BBT plz explain it..

Answer / vachepallyreddy

blacking box testing mean's external view of the test object.

Is This Answer Correct ?    4 Yes 0 No

what is black box testing, and what are the methods for BBT plz explain it..

Answer / chethan p

Treating the Software as a Black Box, passing inputs and
checking for resepective response is called Black Box
Testing. Here the user is not worried about the code or
structure of the programme.

Checking if ACTUAL RESULT = EXPECTED RESULT.

Is This Answer Correct ?    4 Yes 0 No

what is black box testing, and what are the methods for BBT plz explain it..

Answer / varshab

Black box testing is also known as requirement based
testing.In this we dont require internal knowledge of the
application.We are concerned about what it does.We provide
some input then it gets processed & we observe the
output.By observing this output we conclude test is passed
or failed.(By comparing actual result with expected one).

Below are the methods used in BBT.

1) Equivalence Partitioning
2) Boundry value analysis
3) State stansition
4) Decision table.

Is This Answer Correct ?    3 Yes 0 No

what is black box testing, and what are the methods for BBT plz explain it..

Answer / krishna

here black box testing means just giving the i/p and
checking the o/p wht we r looking for,no need of going
through the structure of the program..user can do this one

Is This Answer Correct ?    2 Yes 1 No

what is black box testing, and what are the methods for BBT plz explain it..

Answer / vijay

In short, it is Behavioural Testing/Fuctional testing.

Is This Answer Correct ?    1 Yes 0 No

what is black box testing, and what are the methods for BBT plz explain it..

Answer / rkcr

Testing the application with out having any knowledge of
internal logic.

The different techniques which are used for black box
testing are :
1. Boundary value Analysis.
2. Equivalance partitioning.
3. Decision tables techniques.
4. State transition techniques.
5. Use case based testing techniques.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is configuration management in software testing ?

2 Answers  


Expalin about PET model?

1 Answers   AppLabs,


Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B

5 Answers   CVC, Global Logic,


My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?

0 Answers  


What do u mean by Functional Testers and Performance Testers? Need the Answer Immediately. Thank u

6 Answers  






What is red box testing and yellow box testing?

10 Answers   IUGO, T systems,


Nowadays Product based testing is done is almost all companies. What does a "Product" actually means.

3 Answers  


what documents need to write test case

9 Answers  


What do u mean by Top down approach and Bottom up approach? How will u implement these in u r project ?

7 Answers  


What is the format for accentence testing. please answer me ASAP

1 Answers   ADP,


Different environments in software testing?

3 Answers  


What Defect Density?

2 Answers  


Categories