Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.01 KB

MockChannel

This mock channel was cloned from the MockChannel sample provided in the BotFramework-Samples repo.

When creating load tests, you need a mock channel service to pass as activity.ServiceURL which the bot framework will then use to POST back it's response as described in Load testing a Bot blog post.

To use:

  • Configure all 3 configuration files:
    • Web.config - in project root folder
    • appsettings.json - in EchoBot project folder
    • app.config - in WebAndLoadTestProject proect folder

When you've configured the solution start both the EchoBot and MockChannel proejects and then double click the LoadTest1.loadtest to launch the load test designer and run the load test. You can fiddle with the load test to your likings.

Here are a set of PostMan request that will help you with the load test