How to Prevent Reliably Damages from Cyberattacks

October 31, 2022 0

As soon as your application is linked to a network, it will become the target of cyberattacks by hackers. This article explains how to mitigate the effects of cyberattacks and how to prevent them with good security testing practices.

Tests That Help you Find Defects Faster

October 24, 2022 1

This presentation is about the common mistakes that people make when writing tests. It highlights more aspects like bloated tests which make it hard to figure out what they are about and proper usage of assertions to get better error messages.

Open Source Model-Based Testing Tools

October 17, 2022 1

Model-based testing is a software testing approach that is based on models of the system under test and its environment to define, manually or automatically, the test cases.

Structure and Interpretation of Test Cases

October 10, 2022 0

Throw a line of code into many codebases and it is sure to hit one or more testing frameworks. There is no shortage of frameworks for testing, each with their particular spin and set of conventions, but that glut is not always matched by a clear vision of how to structure and use tests cases. A testing framework is a vehicle, but you still need to know how to drive.