Ask a question
IBM TechXchange Dev Day: Virtual Agents
Join us 23 January from 11 AM - 6 PM ET as over 30 speakers from IBM and key AI industry leaders discuss the latest AI trends.
Unit tests are essential for building production-quality bots. Unit tests give confidence that the bot behaves as expected and prevents regression. If you are automating bot builds, unit tests are a component of the build toolchain.
This lab will examine unit testing by revisiting the customer refunds bot covered in an earlier lab. We will first build ‘hard coded’ unit tests. Then we will look at extracting tests into a test scenario spreadsheet.