TL;DR It is time to get rid of those long XPath locators. Our simple shop scenario had a flaw, as a page element locator, it used long Xpath. Let’s refactor…
TL;DR As a software tester that is on a path becoming a passionate software tester, you need to be aware that your name is your brand. The brand has two…
TL;DR The branch control structure is all about Boolean logic. As boolean logic is a rather complicated and extensive concept, many software bugs arise from boolean logic errors. The post…
TL;DR Here I would like to comment statement from the blog post, Can Tests Cause Bugs? By Gregory Paciga where he states that tests are a safety system to prevent…
TL;DR This post is about my comment on Kristin Jackvony’s blog post Measuring Quality. During my software testing career, I noticed that testers like to claim ownership of product quality….
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…