===== Black Box Testing ===== [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] **Black Box Testing** is a type of software testing in which the functionality of the software is not known. The testing is done without the internal knowledge of the products. Black box testing can be done in following ways: - [[dido:public:ra:xapend:xapend.a_glossary:s:syntax|Syntax]] Driven Testing – This type of testing is applied to systems that can be syntactically represented by some language. For example- compilers,language that can be represented by context free grammar. In this, the test cases are generated so that each grammar rule is used at least once. - Equivalence partitioning – It is often seen that many type of inputs work similarly so instead of giving all of them separately we can group them together and test only one input of each group. The idea is to [[dido:public:ra:xapend:xapend.a_glossary:p:partition|partition]] the input domain of the system into a number of equivalence [[dido:public:ra:xapend:xapend.a_glossary:c:class|classes]] such that each member of class works in a similar way, i.e., if a test case in one class results in some error, other members of class would also result into same error. Source: [[https://www.geeksforgeeks.org/software-engineering-black-box-testing/]] /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /* To add a discussion page to this page, comment out the line that says ~~DISCUSSION:off~~ */ ~~DISCUSSION:on|Outstanding Issues~~ ~~DISCUSSION:off~~