TL;DR In chapter five, we implement a simple scenario with Given/When/Then steps for adding a specific shirt to the shopping cart. In this pull request, you can see all the…
TL;DR Software development that supports software testing (usually wrongly called test automation) is a handy skill that could help in the testing effort. This post is about a very tricky…
TL;DR The purpose of the unit test is to help the author to remember how production code works, or to help another developer to follow author code design mind thread….
TL;DR This post is about common software bugs related to sequence control. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed by Rebecca Fiedler, Cem…
TL;DR The best job interview is when you decide should you start working with a company. The job interview begins by reading your public voice on the Internet. The post…
TL;DR Let’s introduce page objects into our awesome browser automation project. The following pull request shows changes for introducing page objects for the home page. features/support/home.rb Page objects gem searches…
TL;DR As a software tester, you could be a task executor or a passionate software tester with a mission. The post is based on a remarkable book written by Chad…
TL;DR After data sets, you need to add support to your programming language for control structures. Using those structures and your imagination, developers would create excellent programs in your programming…
TL;DR In this post, we present common software bugs for the list data structure. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed by Rebecca…
TL;DR This is chapter 03 on our journey to awesome browser automation. In this chapter, we add two cucumber steps and two scenarios. We run Cucumber features using the HTML…