You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
The BotBuilder Samples repo doesn't include any examples on how to test a bot, it would be nice to have a Test Project for the non trivial bots so developers can see a test project in action.
Proposed change
Imlement unit test project for the CoreBot
The unit tests should show case how to:
Use Dependency Injection to swap different components of the bot solution with mock objects
Create mock objects for LUIS
Use the testing framework and related tools for implementing tests
How to unit test custom dialogs and custom prompts
How to unit test controller code
How to manage State for unit tests without having to rely on CosmosDB (MemoryState)