Testimony On How To Start A Startup Company
TL;DR If you work as a software tester in a start-up company, this Summary: How To Start A Startup by Charles Wong is a great 57-page resource that could help…
How To Receive Data From REST API In Elm
TL;DR In the previous post, we solved the issue of missing stylesheets in our application. Today we map received photos from REST API into our simple Picshare application. This post…
How To Pattern Match Maps In Elixir
elixir, functional programming
TL;DR In the previous post, we explained how to make pattern matching on Elixir Lists. Today we move on pattern matching Elixir Maps. This post is part of the functional…
What Is Test Path In Directed Graph
BBST Foundations, introduction
TL;DR In the previous post, we introduced Directed Graphs that are an important foundation for many test coverage criteria. Today we explain what is Test-Path in the context of the…
What Is Phoenix Checklist Thinking Tool
TL;DR In the last post, we presented an example of risks related to software upgrade error. The idea was from this excellent paper: Bug Taxonomies: Use Them to Generate Better Tests…
How Big Is Your Confluence Wiki
TL;DR Many companies use Atlassian products. It starts with JIRA, and at some point, Confluence becomes a place for documentation. After some time, you will need to know how big…
How To Make Application In Elm
TL;DR In the previous post, we learned how to handle Maybe Elm Value. But our Application did not show a like button. In today’s post, we explain how we solved…