Session Based Testing Is About Limits
TL;DR In the last post, we presented Exploratory Testing Antipatterns and how to avoid those using Testivator. Today we talk about Session-Based Testing Limits, presented by WorkRoom Productions. Many thanks…
A Bug Magnet Story, I Refuse To Open Your File!
TL;DR One more interesting bug magnet story. This time I have trouble with Microsoft Excel on Windows 10 OS, let’s say the latest Desktop version. Well, the screenshot above clearly…
Use WebSocket Ports In Elm Application
TL;DR We created Elm ports and some Javascript code to connect to the WebSocket server using Elm in the previous post. Let’s use Elm ports to start to listen to…
What Is Graph Coverage Criteria
BBST Foundations, introduction
TL;DR In the previous post, we gave a solution for exercise on Test Paths in Directed Graphs. Today we discuss Graph Coverage Criteria. We will introduce you to software testing…
Fight Exploratory Testing Anti Patterns With Testivator
TL;DR In the last post, we talked about the five W questions that we use for information gathering. Today we present great advice from Tony Bruce, how NOT to do…