Be Master Of Test Data Sets
TL;DR Data-driven testing is when you create oracles based on data set with known characteristics. This post will explain what data set with known characteristics is. The post is aligned…
TL;DR Data-driven testing is when you create oracles based on data set with known characteristics. This post will explain what data set with known characteristics is. The post is aligned…
BBST Foundations, Uncategorized
TL;DR When you have fuzzy requirements, it means that requirements are driven by statistics. How to create statistical testing oracles? The post is aligned with the Black Box Software Testing…
TL;DR Your task is to test mathematical function that is part of your program under test. It is time to use the mathematical model oracle. The post is aligned with…
TL;DR To test Earth or Moon gravity, we need to use theoretical model oracles. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed by Rebecca…
TL;DR The business supported by application under test is the core of every company. If an application does not match real business cases, we could be quickly out of business….
TL;DR In the previous post, we explained what is model testing. One of the oracles based on model testing is the Interaction Model Oracle. The post is aligned with the…
TL;DR In the previous post, we explained what is model testing. One of the oracles based on model testing is State Model Oracle. The post is aligned with the Black…
TL;DR Every software tester has its own model of application under test. This post explains how to create effective oracle models. The post is aligned with the Black Box Software…
TL;DR Software testers are responsible for creating test data. They can do it manually or using testing tools, but it is their responsibility. Here we explain the concept of self-verifying…
TL;DR The first software testing technique that every software tester heard off is regression testing. But what is the regression testing oracle? The post is aligned with the Black Box…