What is black box Software testing?

Sharad Jaiswal
Sharad Jaiswal

Posted On: Nov 18, 2020

 

Blackbox testing, known as Behavioral testing is a software testing method which is used to test the software by focusing on the input and output. It does not require any knowledge of internal code, internal path, and implementation details of the software application.

You can test any software application which you want to. From the operating system to the database, the black box can be used to detect the system. The only thing you need for this is the input and the output. It doesn’t demand any internal code.

blackbox

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Software Engineering Interview Questions

    What is software engineering?

    Software engineering is a branch of computer science that deals with the building and growth of software for both computers and applications. Computer system software uses the operating system and com...

    Software Engineering Interview Questions

    List different phases of Software Development Life Cycle (SDLC)?

    There are mainly 6 phases of SDLC:Requirement gathering and analysis Design Implementation or coding Testing Deployment Maintenance...

    Software Engineering Interview Questions

    What programming languages you have used?

    Answer this question according to yourself as to what programming languages you have used or have knowledge for example C, C++, Java, Python, etc. Also, elaborate about the project if you have done an...