Understanding testing 😃 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Understanding testing 😃

Traditionally we have two broad approaches to software testing: ● Black-box testing ● White-box testing Black-box testing treats the software as a black box, focusing soles y on inputs and outputs. Whit this aproach any knowledge of internal System workings is not used during testing In contrast, Whit White-box testing, testers use their knowledge of System internals when testing the System. In White-box testing, the testers have acces to the source code.

27th Aug 2017, 11:11 PM
Paolo Torregroza
Paolo Torregroza - avatar
2 Answers
+ 7
thanks for the info.....:D
28th Aug 2017, 3:57 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar
+ 6
Also, we have different levels of testing that are plowed in different parts of software development ●Unit testing ●Integration testing ●System testing ●acceptance testing ●regression testing In another post I will explain
27th Aug 2017, 11:13 PM
Paolo Torregroza
Paolo Torregroza - avatar