Unit 17: Testing
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â
- You have successfully completed Unit 10: Set up Project for Implementation.
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.
Support for integration testing is currently not yet available for Domain Java services
You have successfully learned how to test your implemented service, thus concluding your Domain Service training.