Excellent Example How To Check Are We Building The Right Thing
TL;DR This week’s reading list gave you an excellent checklist on how to verify we are building the right thing. According to Beizer-Testing levels, a development organization could be at…
Handling Elm Maybe Value
TL;DR In the previous post, we sent an HTTP request using Elm architecture. This post is part of the functional language series, and it is based on a remarkable book,…
Variables In Elixir Pattern Matching
elixir, functional programming
TL;DR In the previous post, we presented the Elixir constants Pattern Matching. Today we move onto Variables In Elixir Pattern Matching. This post is part of the functional language series,…
What Have Black, White, Bottom, Up, Static, And Dynamic Has To Do With Software Testing
BBST Foundations, introduction
TL;DR In the previous post, we answered questions from the coverage criteria exercise to recap that topic. Today we recap some of the oldest software testing definitions. We will introduce…
Recipe For Creating Bug Taxonomy
TL;DR In the last post, we described an example of a process that generates test ideas based on a CRUD bug taxonomy. The idea was from this excellent paper: Bug…
How To Send An HTTP Request In Elm
TL;DR In the previous post, we created our first Elm HTTP Request. Today we are sending this HTTP request using Elm architecture. This post is part of the functional language series,…
How To Pattern Match Constants In Elixir
elixir, functional programming
TL;DR In the previous post, we presented how to pattern-match tuples. Today we move on to Elixir constants Pattern Matching. This post is part of the functional language series, and…