Common Software Bugs With Sequence Control
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…
The Best Job Interview Is When There Is No Job Interview
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…
Awesome Browser Automation – Chapter 04
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…
Dear Software Tester, What Is Your Mission?
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…
Control Structures That Every Programming Language Should Support
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…
Common Software Bugs With Lists
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…
Awesome Browser Automation – Chapter 03
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…
Explain Software Testing In Language Of Business
TL;DR The language of business is often called “Suit Talk.” Developers and software testers talk in technical terms about their work, but your manager would like to hear how software…