jeudi 19 décembre 2019

What is White Box Testing?

Software development life cycles are incomplete without software testing. Software testing plays a major role in ensuring the quality and proper functioning of your software product. There are two ways in which software testing can be carried out.

White box testing: Line to line testing of the code

Black box testing: Based on inputs and outputs.

In this article, we will read in detail about the white box testing.

What is White Box Testing?

Also referred to as clear, glass box or structural testing. It is a testing method that tests the internal structure of an application. As opposed to black box testing, it does not focus on the functionality but involves line to line assessment of the code.

White Box Testing, the tester has to go through the code line by line to ensure that internal operations are executed as per the specification and all internal modules are properly implemented. Read more

Aucun commentaire:

Enregistrer un commentaire