Reading Club, Test Cases And Coverage
TL;DR If you need a testing story for explaining that Test Cases are not testing, this article from Michael Bolton for you. Argument story about software testing. You will find…
TL;DR If you need a testing story for explaining that Test Cases are not testing, this article from Michael Bolton for you. Argument story about software testing. You will find…
elm, functional programming, Uncategorized
TL;DR In the previous post, we explored the Elm architecture life cycle by pressing our heart like button. It is time to handle our accumulated technical debt by refactoring the…
elixir, functional programming
TL;DR In the previous post, we present higher-level types: Range, Keyword Lists, and MapSet. Let’s see what Elixir offers in handling Dates and Time. This post is part of the…
BBST Foundations, Uncategorized
TL;DR In the previous post, we introduced software controllability and observability. Today we talk about test preconditions and postconditions. We will introduce you to software testing based on the remarkable book, …
TL;DR Now that we explored simple explanations for heuristics and oracles with examples let’s see Elizabeth Hendrickson’s ideas on how to create charters for exploratory testing. This is a part of…
TL;DR In the previous post, we defined the first game, Bring Me A Rock. Let’s explore the second game, Hope Is Our Most Important Strategy. The post is based on…
This resource is a free book, Test Driven Development With Python. Every skill starts with an excellent book. If you are using Python for web development, this is for you!…
TL;DR In the previous post, we created a Picshare Browser Program. Let’s explore the Elm architecture life cycle by pressing our heart like button. This post is part of the…
elixir, functional programming
TL;DR In the previous post, we introduced the last two Elixir Basic Types, Reference, And Pid. Today we present higher-level types: Range, Keyword Lists, and MapSet. This post is part…
BBST Foundations, introduction
TL;DR In the previous post, we introduced a definition for the test expected result. Today we talk about software controllability and observability. We will introduce you to software testing based…