Best Practice
-
How to Prepare for Large Test Sets
So, you've invested quite some time into chatbot test coverage by writing thousands of Botium test cases. That's awesome! Here are some hints on how to structure your test sets to make it easier to manage a large number of te...
-
Setup a Process for Test Case Development
Test cases should be handled in the same way as source code, and the state-of-the-art method for storing source code is Git. Connect your Git repository to Botium and use it for versioning your test cases. In this article, we...