Home About

All posts tagged with "Testing"

These are all my posts on (automated) software testing such as unit, integration and system tests. It also contains posts on specific testing frameworks.

Page 1 of 1

Great traits and features of software architectures

I have been wanting to write this article for quite some time, as I have always been interested in Software Architecture. Not any architectural style in »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Software architecture, Scaling software, Testing 12 December 2020

xUnit - How to assert that a call throws an exception

A year ago I made a post on the absence of the DoesNotThrow assertion in xUnit. In this post I show how you can assert if »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on XUnit, Testing, Unit tests 09 September 2020

The Arrange, Act and Assert structure for unit tests

The Triple A (AAA) abbreviation: Arrange. Act and Assert is a way to structure your unit tests into 3 sections: Arrange: Assign variables, setup stubs, mocks »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Testing, Unit tests 23 May 2020

What is a unit test?

In this post I describe what units tests are all about. It seems to me that in the last many years, the focus has drifted away »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Unit tests, Programming, Testing 31 January 2019

Mocks vs stubs, the pros and cons of frameworks vs implementations

I will go right to the point here. In the title I have used the term "stub" in its broad sense. What I really »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Mocking, Test doubles, Testing 03 December 2018

Deciding on what values to use for (unit) test cases

Often when writing tests one value can be as good as any other value. Such as if you need to apply a number within a range »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Testing, Unit tests, Integration tests, System tests 18 February 2018

Levels of automated tests in software - when to use what?

In this post I will describe some automated testing techniques. Testing is done to assure quality in our systems. But what is quality? Quality is that »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Testing, Unit tests, Integration tests, System tests 23 December 2017

Why do we use mocking for unit tests? and the use of test-doubles

In order to understand mocking we need to understand different types of test doubles and what unit testing is. Later in this blog post I will »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, NUnit, Unit tests, NSubstitute, Testing, Test doubles 09 December 2017
Page 1 of 1
Rss
Twitter
LinkedIn
profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2021 Cookie policy