recategorized by
493 views

1 Answer

0 votes
0 votes

 

Black Box Testing is a software testing method in which the functionalities of software applications are tested without having knowledge of internal code structure, implementation details and internal paths. Black Box Testing mainly focuses on input and output of software applications and it is entirely based on software requirements and specifications.

There are different techniques involved in Black Box testing.

  • Equivalence Class

  • Boundary Value Analysis

  • Decision Tables

NOTE— official Ans is OPTION(C)

Answer:

Related questions

1 votes
1 votes
1 answer
1
1 votes
1 votes
1 answer
2
gatecse asked Dec 9, 2020
429 views
$\text{SRD}$ stands for __________.Software Requirements DefinitionStructured Requirements DefinitionSoftware Requirements DiagramStructured Requirements Diagram
1 votes
1 votes
1 answer
3
gatecse asked Dec 9, 2020
409 views
A software Requirements Specification $\text{(SRS)}$ document should avoid discussing which one of the following?User interface issuesNon-functional requirementsDesign so...
1 votes
1 votes
1 answer
4
gatecse asked Dec 9, 2020
769 views
In the Model-View-Controller (MVC) architecture, the model defines the ____________.Data-access layerPresentation layerBusiness-logic layerInterface layer