What is Black Box Testing

Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component.

Showing Answers 1 - 15 of 15 Answers

Abhishek

  • Sep 12th, 2005
 

in this type of testing we can't bother about the internal functionality of the program. we just test the output is produced properly by the program according to the input.

  Was this answer useful?  Yes

Eswar

  • Sep 13th, 2005
 

It is that type of testing which doesnt require the knowledge of internal structure or program design.Its like an opaque.

  Was this answer useful?  Yes

neenuksr

  • Sep 28th, 2005
 

Basically done by testing term or testers. There is No need of knowledge about the coding. Tester can done the process

  Was this answer useful?  Yes

Illur Iqbal

  • Oct 4th, 2005
 

The exercise of testing done to ensure the Functionality part of the Application is working fine is termed as Black box testing.

Illur Iqbal....New Delhi

  Was this answer useful?  Yes

supraja

  • Mar 23rd, 2006
 

Its a kind of testing not based on any knowledge of internal design or code. Tests are based on requirments and functionality.

  Was this answer useful?  Yes

sudhakar2068

  • Sep 14th, 2006
 

Black Box Testing: Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component

sudhakar kolla.

If you have doubts can ask me.

  Was this answer useful?  Yes

Sujatars

  • Mar 20th, 2007
 

Data driven testing that focuses on evaluating the function of a program against its specification.Basically done to evaluate the functionality of a program.

  Was this answer useful?  Yes

Hi

Black box testing takes an external perspective of the test object to derive test cases. These tests can be functional or non-functional, though usually functional. The test designer selects valid and invalid input and determines the correct output. There is no knowledge of the test object's internal structure.

Thanks and Regards
Bindu Dey.

  Was this answer useful?  Yes

vijay

  • May 22nd, 2007
 

Black Box testing is the build level testing technique, which involves in looking at the specifications and does not require examining the code of the program. Black Box testing is done from the customer's view point and can also be done without the internal knowledge of the program but requires the functional knowledge of the product under test.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions