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 a testing environment. This [...]
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 a testing environment. This [...]
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 as having no test [...]
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 keep testing up. And [...]
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 executed to ensure that [...]
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 this blog series, we [...]
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 decides on the technologies [...]
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 an effective way to [...]
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 extended storage capacity have [...]
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 64bit. 🎉 But [...]