Why We Measure In Software Testing
TL;DR When we do something, it is essential to know why we do that activity. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed by…
TL;DR When we do something, it is essential to know why we do that activity. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed by…
TL;DR One of the hardest questions that software testers should answer is How much testing have we completed, and how well have we done it? [Cem Kaner, J.D., Ph.D.. http://kaner.com/]…
TL;DR To test everything, we would have to test every possible sequence through the program. Here is why this is not possible. The post is aligned with the Black Box…
BBST Foundations, Uncategorized
TL;DR People consider software testing boring and cheap. Let’s prove them wrong by taking you to a direct graph journey. The post is aligned with the Black Box Software Testing…
TL;DR This post explains combinations. The most popular usage of combination in daily life is the lottery. Let see what lottery and software testing have in common. The post is…
TL;DR Here we explain why it is not possible to test every possible input to every input, output, and intermediate variable. The post is aligned with the Black Box…
TL;DR We give concrete examples of what does it mean to do a complete testing. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed by…
TL;DR In the previous post, 100% Code Coverage Myths, we stated that complete code coverage does not mean complete testing. We extend this further by saying that complete testing is…
TL;DR Software developers must be aware that structural code coverage is only one viewpoint at the code. There are many other essential coverages in use. The post is aligned with…
TL;DR This post discusses the fact that 100% code coverage does not mean 100% testing coverage. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed…