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 [...]
What is black box testing and how to use it in functional tests
Black box testing is a software testing method that doesn’t require in-depth knowledge of the internal structre design, logic, or source code of the item being tested. Black box testing is [...]
AI Test Automation for Software Tests. Is everything better with AI?
AI has been around for more than 50 years. Artificial intelligence is not new, but the recent developments of deep learning and convolutional neural networks combined with increased compute power and [...]
Visual Studio 2022 ❤️ TestResults.io
Visual Studio 2022 is released With the official release of Visual Studio 2022, the TestResults.io extension with the new designer is one of the first extensions available for VS2022 in [...]