TL;DR In the previous post, we explained that basic data types tend to cluster together and form records of data. Here are common software bugs related to records. The post…
TL;DR To become a passionate software tester, you should connect your online presence (in forms of blog posts and Tweeter tweets) with your’s in-person appearance. The post is based on…
TL;DR In the previous post, we set up our Cucumber Ruby project. In this post, we prepare configuration variables and env.rb file to run future scenarios. In this pull request,…
TL;DR Software testers are dealing with quite complex applications. To become a passionate software tester, you need to express your thoughts using words. Writing skill is an essential part of…
TL;DR In this post, we point out the most common software bugs that are related to strings. The post is aligned with the Black Box Software Testing Foundations course (BBST)…
TL;DR Every programming language must have the following data structures: strings, records, arrays, and lists. We explain what reasoning is behind that fact. The post is aligned with the Black…
TL;DR Software testers often think that because they do not know how to code, they are less valuable than developers. Based on my experience, I found that developers are afraid…
TL;DR Browser test automation made a long path from the initial selenium project commit. Since then, the selenium project is supported in various programming languages. As we do not think…
TL;DR The usual cause of software bugs is when the program interprets bits pattern in the wrong way. Here are data encodings/decodings basics with examples. The post is aligned with…