Some Oracles Could Only Be Created Manually
TL;DR There are cases when the system under test is so complex, so it could only be tested by creating handcrafted oracle or human observation oracle. The post is aligned…
TL;DR There are cases when the system under test is so complex, so it could only be tested by creating handcrafted oracle or human observation oracle. The post is aligned…
TL;DR To become a passionate tester, you need to contribute to the organization as a top performer. Knowing the real business of your organization is not always an easy task….
TL;DR Calder is the most famous American sculptor, and 35 of his pieces are in Zagreb. This Saturday afternoon was reserved for Calder, here is my learning experience and one…
TL;DR Being a passionate software tester means that you are a top-performing software tester in your team. As everybody thinks of themselves as top performers, this post will help you…
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 This is an experience report for teaching the BBST Foundations course the first week. It explains what is expected from the course co-instructor. After you finish the BBST Instructor…
TL;DR This post is about regular expressions and how case sensitive has a totally different meaning from my heuristics. A regular expression is a powerful tool in pattern matching. Regular…
BBST Foundations, BBST Instructor, Uncategorized
TL;DR In our previous post, we explained that to become a passionate software tester, we should become a mentor. The best mentoring is to be part of the course teaching…
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…