Apple UX Inconsistency
TL;DR We continue our testing from the trenches series by finding random issues. This time, we present you with a macOS UX inconsistency. The Problem The problem is clearly depicted…
Reading Club, Practical Web Cache Poisoning
TL;DR In this reading club, we gave you an extensive example of a web cache poisoning attack. You will also learn how Web Cache works. And one extra feature for…
How To Understand Elm Decoder In Elm REPL
TL;DR In the previous post, we added an Elm JSON library. Today we will learn how to use the JSON decoder. This post is part of the functional language series,…
How To Run Pure Erlang Functions In Elixir
elixir, functional programming
TL;DR In the previous post, we presented how to run modules and functions in runtime. Elixir is integrated with Erlang. Today we present how to run pure Erlang functions from…
How To Define Test Requirements
BBST Foundations, introduction
TL;DR In the previous post, we explained the problem of coverage criteria for testing. An important part of test coverage are test requirements. What is the test requirement? We will…
Examples Of Software Testing Bug Taxonomies
TL;DR Now that we know about the Taxonomy Of Bugs for shopping cards created by Giri Vijayaraghavan and Cem Kaner, let’s learn how to create our own Software Testing Taxonomies…
Project Schedule Game Seven, Split Focus
TL;DR We presented the sixth schedule game, Pants On Fire, where you will bounce between two or more projects, all with the same high priority. In-Game Seven, we discuss the…
Test Strategy On Problem How To Find Errors In Manuscript
test strategy, testing from tranches
TL;DR In our previous testing from the trenches post, we presented you with a real testing problem. It was about finding errors in Book Manuscript For Asimov Foundations. Here is…
Reading Club, Meaningful Exploratory Testing Metrics
exploratory testing, reading club
In this week’s reading club, we present you with a blog post from Rafaela Azevedo, How to measure exploratory tests? You will found the value of exploratory testing and when…