Black Box and Glass Box Testing

Поділитися
Вставка
  • Опубліковано 14 лют 2017
  • MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016
    View the complete course: ocw.mit.edu/6-0001F16
    Instructor: Dr. Ana Bell
    This in-class question explains aspects of testing, including path-completeness and boundary conditions.
    License: Creative Commons BY-NC-SA
    More information at ocw.mit.edu/terms
    More courses at ocw.mit.edu

КОМЕНТАРІ • 8

  • @gideonb.grateful3742
    @gideonb.grateful3742 2 роки тому +9

    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
    ua-cam.com/video/9H6muyZjms0/v-deo.html
    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

  • @beefpancakez8097
    @beefpancakez8097 Рік тому +3

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

  • @Alex-ii3tv
    @Alex-ii3tv 6 років тому +3

    This is a good video series.

  • @TheAbsoluteSir
    @TheAbsoluteSir 4 роки тому +31

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

  • @donfeto7636
    @donfeto7636 2 роки тому +2

    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!

    • @peasant7214
      @peasant7214 2 роки тому +3

      it still completes all 3 paths so,,,

    • @nashsok
      @nashsok 7 місяців тому +3

      @@peasant7214 To add, the lecture this question is associated with specifically mentions that path-complete tests can still miss bugs and that care should be taken to test boundary conditions as well.

  • @adiletnasirov4413
    @adiletnasirov4413 2 роки тому +3

    no explanation huh