Black Box and Glass Box Testing

preview_player
Показать описание
MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016
Instructor: Dr. Ana Bell

This in-class question explains aspects of testing, including path-completeness and boundary conditions.

License: Creative Commons BY-NC-SA
Рекомендации по теме
Комментарии
Автор

It seems some people are arriving at this video from a search rather than as part of the lecture series playlist. This is a supplementary video to a lecture. These links may come in handy to connect to the lecture this is based on. Timestamps & description from Lei Xun
3. Testing approaches: natural boundaries for numbers, random testing, black box testing and glass box testing 7:45
4. Black box testing is based on specification, an example 9:05
5. Glass box testing tries to test every single path of the code 10:20

gideonb.grateful
Автор

I like how she said "so yes is the answer" and then more and more people kept putting no

beefpancakez
Автор

Ah, no explanation for Glassbox and Blackbox testing. Thanks!

TheAbsoluteSir
Автор

the path isn't complete cuz of the 0 cases haven't been covered since 0 is even and the method returns false for it!

donfeto