When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Creating Maintainable Contexts for Automated Testing

Learn how to create effective and maintainable test contexts that help guide other team members rather than acting as a barrier. Keep your contexts focused on the relevant details through the use of the Object Mother and Object Builder patterns.

     
  • 4
  •  |
  • Reviews ( 112 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (112 reviews )
  • icon1 hour 26 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Creating Maintainable Contexts for Automated Testing

In this course, you'll see a demonstration of a typical hand-built test context, and the factors that make it brittle and hard to maintain. By using software principles we're all familiar with, and some patterns we may not have seen before, we can create contexts that remain focused on the information most important to understanding what the tests are trying to tell your team. We'll start with general principles, and then move into the Object Mother pattern, a common approach to extracting test context creation tasks. From there, we'll move into the Object Builder pattern, a more modern and expressive evolution of the Object Mother. Finally, you'll see how to use Roslyn-based C# scripts to generate the tedious parts of the Object Builder pattern, so that you can get back to the interesting stuff. When you're finished with this course, you will have an appreciation for what makes for a good test context, and the skills to apply this knowledge to your current and future projects.

What You Will Learn?

  • Course Overview : 1min.
  • The Problem with Test Suites : 14mins.
  • Extracting Test Data into an "Object Mother" : 18mins.
  • Evolving an Object Mother into a Builder : 20mins.
  • Automating Builder Creation with Code Generation : 30mins.