White box testing PDF

Title White box testing
Author Eisha Anwar
Course Software Engineering
Institution University of Engineering and Technology Lahore
Pages 1
File Size 30.6 KB
File Type PDF
Total Downloads 79
Total Views 162

Summary

Download White box testing PDF


Description

White Box Testing: White box testing is based on the knowledge about the internal logic of an application’s code. It is also known as Glass box testing. Internal software and code working should be known for performing this type of testing. Under these tests are based on the coverage of code statements, branches, paths, conditions, etc. It is usually performed by the development team or programmers as it requires deep programming knowledge. In this testing we focus on internal mechanisms in order to determine how output is achieved?

Example: In an application of calculating the sum of numbers, the code of the program is observed in detail to determine if the results produced by the logic applied in the code is the same as the actual result....


Similar Free PDFs