This is the 2nd part of how to become a software testing detective 🧐 If you missed part 1, you can read it here. Being an effective tester requires you to think like a...
When I was pursuing a degree in software engineering, I had a class specific to the concepts of software testing. In this class, it was the first time I had encountered the term...
According to one of the 7 testing principles of the ISTQB Syllabus, “Exhaustive testing is impossible”, so it is not possible to test everything inside an application. Testing...
Test automation is becoming a key driver in modern agile software development practices 🔑 More and more organizations prefer automation testing over manual testing, to speed up...
For a notable portion of my testing career, I was in the "traditional tester" role, meaning that I was doing my testing in a fixed portion of the SDLC. As we know, in such work...
User acceptance testing is something that some Agile teams perform. However, only a few of them are taking advantage of tools to automate it. The general trend for most Agile...
With globalization, our applications need to be available in multiple cultures and languages, so they should also be tested accordingly 🌎 This is called localization testing....
The Selenium WebDriver is still one of the most popular tools to deal with UI automation testing. Especially with Selenium 4, the WebDriver continues to remain popular in the...