question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide documentation on using Microsoft.Bot.Builder.Dialogs.Adaptive.Testing

See original GitHub issue

Is your feature request related to a problem? Please describe. I have seen the Microsoft.Bot.Builder.Dialogs.Adaptive.Testing preview package and perhaps due to the preview state there seems to be little documentation on this.

I’m in the progress of building a bot using the adaptive dialog. I’m struggling with how to properly (unit)test this code. For instance, I’m using PropertyAssigments to assign LUIS returned entity values to my dialog properties. Works fine for simpler assignments, but I can’t seem to get it to work for an array of timex values. Apart from the fact that this in itself could be better documented, I’d also like to be able to write some tests to verify that the code is working as intended and will keep doing so in the future.

Describe the solution you’d like Whilst searching I found this package which is probably going to help, but documentation on how to use it seems to be nonexistent (or perhaps I’m looking in the wrong place!). So therefore this ticket to see if this could be sorted out.

Describe alternatives you’ve considered None

Additional context None

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
peterinnesmsftcommented, Sep 1, 2020

Hi @jsiegmund,

Apologies, it looks like this got closed in error. In terms of handling this work item, the appropriate owners of this area will need to internally triage and assess prioritization of this against other asks to determine when this can be done. I would expect that they update this issue accordingly.

For enhancements and feature requests from external customers, we do our best to ensure we turn them around within 90 days or less. We ask for your patience while we work to schedule this.

If there’s anything else in the meantime, do let us know.

0reactions
ryanisgrigcommented, Oct 13, 2020

The Microsoft.Bot.Builder.Dialogs.Adaptive.Testing package is still in preview, any documentation supporting this would not be provided until this is publically available. In the meantime, I would suggest keeping an eye on the project as it is in active development (since the original reference it was migrated to XUnit and continues to have new commits). Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

botbuilder-dialogs-adaptive-testing package
Dialog action which allows you to add assertions into your dialog flow. AdaptiveTestBotComponent. Adaptive Testing of BotComponent. DialogInspector. Class for ...
Read more >
TestScript Class (Microsoft.Bot.Builder.Dialogs.Adaptive. ...
A mock Test Script that can be used for unit testing of bot logic. ... Builder.Dialogs.Adaptive.Testing.dll. Package: Microsoft.Bot.Builder.Dialogs.
Read more >
Microsoft.Bot.Builder.Dialogs.Adaptive.Testing 4.20.1- ...
Library for creating declarative test scripts for testing Bot Framework Adaptive Dialogs. ... Versions Compatible and additional computed target framework ...
Read more >
Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime 4.21.0- ...
Version Size Last updated Downl... 4.21.0‑daily.20230711.359531.377ea52 94.25 KB Tue, 11 Jul 2023 15:08:35 GMT 0 4.21.0‑daily.20230623.356901.377ea52 94.3 KB Fri, 23 Jun 2023 09:55:30 GMT 0 4.21.0‑daily.20230622.356857.e588d62...
Read more >
Integration Testing with Adaptive Dialogs in Bot Framework v4
Learn how to perform integration testing with Adaptive Dialogs in Bot Framework v4.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found