White Box Testing or Glass Box Testing

Test case design method that uses the control structure of the procedural design to derive test cases. SW Engineer can derive test cases that guarantee that all independent paths within a module have been exercised at least once. Software Engineer also can exercise all logical decisions on their true and false bounds, execute all loops at their boundaries and within their operational bounds, another thing software engineer can exercise internal data structures to assure their validity.
Why not just validate the requirement ?

Logic errors and incorrect assumptions are inversely proportional to the probability that a program path will be executed, We often believe that a logical path is not likely to be executed when, in fact, it may be executed on a regular basis and Typographical errors are random.

Here is the Task's answer Pembahasan Case Study WhiteBox Testing

Popular posts from this blog

Introduction to Use Case Diagram - Case study: Facebook

Kenapa tidak berkurban?

Sequential Search