What Is Graph Node Coverage Criteria
BBST Foundations, introduction
TL;DR In the previous post, we discussed Graph Coverage Criteria. Today we move onto Graph Node Coverage Criteria. We will introduce you to software testing based on the remarkable book, …
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…