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 the difference between Product-based company and Projects-based company?

22 Answers   CTS, Google, Wipro,


can anyone please tell me how to test the functional specification?

3 Answers   Mastek,


can any one send me all the interview point of view questions from manual testing please..........

1 Answers  


Q. 21: Given the following decision table: Which of the following test cases and expected results is VALID? Rule 1 Rule 2 Rule 3 Rule 4 Conditions Age <21 yrs 21-29 yrs 30-50yrs > 50yrs Insurance Class A A or B B, C or D C or D Actions Premium £100 £90 £70 £70 Excess £2,500 £2,500 £500 £1000 options: A. 23 year old in insurance class A Premium is 0 and excess is,500. B. 51 year old in insurance class C Premium is 0 and excess is 00. C. 31 year old in insurance class B Premium is 0 and excess is ,500. D. 43 year old in insurance class C Premium is 0 and excess is ,000.

3 Answers   ISTQB,


What is a ‘test plan’?

0 Answers  






Can the static testing be done for both web and client server application?

4 Answers  


Hi frnds can any one tel me , "How can we do security testing while testing a project" ?pls reply soon correct answer ?

1 Answers  


Hello every1 , i am a 2008 BE graduate & i am trained in S/W Testing., Would doing any certification course like ISTQB (foundation level) would help get a job in a good MNC ... veerudsce@gmail.com

2 Answers  


What are cookies? tell me the advantage and disadvantage of cookies?

5 Answers   AZTEC, College School Exams Tests,


Write 2 scenarios for System testing?

0 Answers  


Have you ever created a test plan?

5 Answers  


How we can test the performance of an application by manual with out using any tool like loadrunner etc?

10 Answers   Kanbay,


Categories