• Skip to main content

Stefan Heinbockel

Home of a Creative Engineer

  • Free eBook
  • Transportation
  • Engineering
  • Software Development
  • Know-how
  • About
  • Contact me

Software Development

Test Driven Development: Test Doubles

10. June 2017 by stefan 1 Comment

To write unit tests for classes, you need to create all their collaborating objects. Test Doubles are a way to provide these objects while focussing on the class under test. This artice presents Test Doubles and how to create them with effortlessly.

[Read more…] about Test Driven Development: Test Doubles

Filed Under: Blog, Software Development Tagged With: TDD

How to Use Test Frameworks

4. June 2017 by stefan 1 Comment

For Test Driven Development, you need a way to execute unit tests and check their results. This is done by test frameworks. This article shows you how a test framework works and how you can use it to write tests quickly.

[Read more…] about How to Use Test Frameworks

Filed Under: Blog, Software Development Tagged With: TDD

Write better code with Test Driven Development

7. May 2017 by stefan 3 Comments

In this article, I describe the concept of Test Driven Development. It is a very important part of your Programmer’s Toolbox. It will help you write better code and have less stress maintaining and extending it.

[Read more…] about Write better code with Test Driven Development

Filed Under: Software Development Tagged With: Test Driven Development, Unit Test

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3

© 2023 by Stefan Heinbockel · About