Testing with Scala

Learn how to efficiently write high quality tests that cover the full range of possible states for a system.

Book a Training

Overview

Testing is critical to maintaining high code quality and delivering reliable solutions to the business. But modern code can be more challenging to test than ever with highly concurrent applications, numerous dependencies, and interactions between multiple systems.

In this course, developers will learn how to take advantage of next generation test frameworks to efficiently write high quality tests that cover the full range of possible states for a system and zero in issues. It goes from covering basic concepts to advanced features with a focus on helping developers understand the full range of tools available to them and how to deploy the right tool for each situation. Developers will have an opportunity to apply these skills to testing a wide array of domains ranging from actor systems to functional effects to streaming applications.

Are you interested in attending a private training course?

Register for Private Training

Are you interested in attending a public training course?

Register for Public Training

Who Should Attend

Scala developers who would like to better take advantage of next-generation test frameworks to quickly write high quality tests for a large codebase.

Prerequisites

Basic knowledge of the Scala programming language, including classes, traits, and methods.

Topics

  • Defining and structuring tests
  • Zeroing in on the cause of test failures
  • Testing concurrent and asynchronous code
  • Test versus live implementations
  • Tweaking tests based on deployment environment
  • Safely using & sharing resources like database connections in tests
  • Property based testing
  • Mocks and spies
  • Dealing with flaky tests
  • Collecting and analyzing metrics from test execution

Related Courses

Advanced Type Mechanics

Upgrade your Scala knowledge to include all the changes and latest features coming in Scala 3.

# fundamentals
16 hours

Scala 3 for Scala Developers

Upgrade your Scala knowledge to include all the changes and latest features coming in Scala 3.

# fundamentals
16 hours

Learning Scala

Learn the syntax and semantics of beginner through intermediate level Scala.

# fundamentals
16 hours

Book a Training