Software Testing in Regulated Environments
A regulated environment is basically any controlled environment. Usually controlled by government agencies and institutions such as MedTech, life science, pharma, fintech, and so on. As I’ve been working on multiple [...]
Visual Sense: Autopilot for UI Testing
We have something new and fancy for you today! A sneak peek of our latest TestResults.io feature Visual Sense. It is like Tesla’s autopilot but for UI test automation 💥 But [...]
Become a Software Test Automation Master | Tosca Obstacles Challenge
Do you know the Tricentis Tosca obstacle course? It's a course or challenge Tricentis created to solve common test automation obstacles. The quest is described in their own words: "A collection [...]
How to write unit tests
The post “How to Unit Test: A Guide to a Clean Testing Environment” was more on the theoretical side explaining the needed mindset when evaluating all the parts required to set up [...]
The Importance of Maintaining your Automated Tests
Automated tests should run on their own in the background and we only care about them if they help us find bugs we missed. But not maintaining them is the same [...]
Automated Software Testing for Continuous Delivery
In continuous delivery, you want to bring your changes as fast as possible to your development, testing, and ultimately production systems. To develop and deploy often, you also need to always [...]
What is a regression test and what is regression testing?
A regression test is a test to ensure that you know your regression bugs. Regression testing is a technique to identify the minimal set of regression tests that need to be [...]
How to Unit Test: A Guide to a Clean Testing Environment (PART 2)
In part 1 we talked about how to choose the right technology for a greenfield and a brownfield project and what to keep an eye on. In the second part of [...]
How to Unit Test: A Guide to a Clean Testing Environment (PART 1)
Introducing automated testing is a topic that is mostly underestimated and not planned accordingly. In any successful development project, the development team, led by the software architect, evaluates the requirements and [...]