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,…
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,…
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…
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…
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…
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, 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…
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…
TL;DR In the previous post, we added a feature for adding and storing picture comments. Comments were stored in Browser memory, and with page refresh, we lost all comments. Elm Application…
elixir, functional programming
TL;DR In the previous post, we presented the most powerful Elixir Feature, Macros. Today we move on to modules and functions in runtime. This post is part of the functional…
BBST Foundations, introduction
TL;DR In the previous post, we explained the Exercise On Software Testing Limitations And Terminology On Elixir Function. Today we move on to the problem of coverage criteria for testing….