Skip to main content

Unit 17: Testing

đŸŽ¯Overview

In this course we will explain how you can do testing with IBM DevOps Solution Workbench.

Outline​

The IBM DevOps Solution Workbench enables developers to maintain code quality by supporting unit testing throughout service development. The tests are automatically executed during pipeline runs to prevent faulty deployments.

Prerequisites​

Unit testing​

In general, with the IBM DevOps Solution Workbench you can implement unit tests as you would in any regular Java or Node.js service. Therefore, there is no explicit exercise needed to complete this course.

If you would like some pointers on how to implement unit tests, check out our learning material here:

Integration testing​

For integration testing, the IBM DevOps Solution Workbench offers support for TypeScript Domain services by use of the CLI, along with auto-generated test stubs. You can read up on more details about this in our product documentation here.

â„šī¸note

Support for integration testing is currently not yet available for Domain Java services

🌟Congratulations!

You have successfully learned how to test your implemented service, thus concluding your Domain Service training.