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…
TL;DR Last Tuesday, we gathered at the lovely Q Agency office for Testival #55. This is my learning experience from that meetup. Testival #55 Meetup was hosted by Q Agency,…
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…
TL;DR As with other data structures, common software bugs for Arrays are related to common Array operations. The post is aligned with the Black Box Software Testing Foundations course (BBST)…