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…
Common Software Bugs With Arrays
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)…
Common Software Bugs With Records
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…
In Person Comes Before Online
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…
Awesome Browser Automation – Chapter 02
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,…
Dear Software Tester, You Should Learn To Write
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…
Common Software Bugs With String Data Structure
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)…
What Every Programming Language Must Have
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…
Dear Software Tester, Developers Are Afraid Of You
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…