[go: up one dir, main page]

0% found this document useful (0 votes)
59 views2 pages

Black Box Testing:: Types of Specification Based Testing Techniques: Technique That Divides The Input Data of A Software

Black box testing is a specification-based testing technique where the tester does not have knowledge of the internal structure of the software and is only concerned with the external behaviors and outputs. It involves determining test cases without seeing the source code by analyzing the requirements and specifications. Types of black box testing include equivalence partitioning, boundary value analysis, decision tables, and state transition testing.

Uploaded by

Ali Haider Malik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views2 pages

Black Box Testing:: Types of Specification Based Testing Techniques: Technique That Divides The Input Data of A Software

Black box testing is a specification-based testing technique where the tester does not have knowledge of the internal structure of the software and is only concerned with the external behaviors and outputs. It involves determining test cases without seeing the source code by analyzing the requirements and specifications. Types of black box testing include equivalence partitioning, boundary value analysis, decision tables, and state transition testing.

Uploaded by

Ali Haider Malik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Black Box Testing:

Also known as specification based testing.

Tester doesn’t have any knowledge about the structure of the components.

The tester is only concerned with what the software does not how it does.

Both functional and nonfunctional testing are types of black box testing.

Types of Specification Based Testing Techniques:

 Equivalence Partitioning: Software Testing technique that divides the input data of a software
unit into partitions of equivalent data from which test cases can be derived.

 Boundary Value Analysis: Boundary Value Analysis is the test case design technique to test
boundary value between partitions.

 Decision Tables: Decision table testing is a combination of inputs that generates various
outputs.
 State Transitioning: Software Testing technique which is used when the system is defined in
terms of a finite number of states and the transitions between the states is governed by the rules
of the system.

You might also like