11/12/2024

In safety-critical software projects, software quality is paramount. Especially for Class C software, which must be certified according to strict standards such as IEC 62304 (medical technology), it is essential that every aspect of the software is thoroughly tested. Errors can ...

Read more

In this blog post, I would like to use a simple example to show you how you can use interfaces in C# to enable independent testing of individual classes in your C# projects. The example used for this purpose is based on my last ...

Read more