Computer Science - System Analysis and Design - Discussion

Discussion Forum : System Analysis and Design - Section 5 (Q.No. 8)
8.
The black-box concept:
is invoked by describing a system in terms of inputs and outputs, leaving the transformation process a black box.
assumes that the black box is independent
assumes that inputs and outputs will remain stable
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Sacheen Pukhrambam said:   7 years ago
BLACK BOX TESTING, also known as Behavioral Testing, is a software testing method in which the internal structure/design/implementation of the item being tested is not known to the tester. These tests can be functional or non-functional, though usually functional.

This method is named so because the software program, in the eyes of the tester, is like a black box; inside which one cannot see.

This method attempts to find errors in the following categories:

> Incorrect or missing functions.
> Interface errors.
> Errors in data structures or external database access.
> Behavior or performance errors.
> Initialization and termination errors.

Ali Aamur said:   7 years ago
Option D is the correct answer.

Suman said:   9 years ago
Option A is correct.

Anam Khan said:   10 years ago
According to me option B is correct one because in black box testing we made the assumption about stability in concern with input and output of the system.

Abhishek solanki said:   1 decade ago
I think option A is correct because in the black box testing we give inputs and outputs but we are not concerned with the processing or how the input is converted into output.

Post your comments here:

Your comments will be displayed after verification.