What package version of the SDK are you using. botbuilder@^4.8.0
What nodejs version are you using v12.16.1
What browser version are you using
What os are you using Windows 10 Pro
The JavaScript implementation of TestFlow does not offer the same capabilities of its C# implementation.
Attempting to implement some functionalities based on the C# implementation of TestFlow is not possible to use the JavaScript version, especially those that rely on the BotCallbackhandler since its missing from JavaScript.
/libraries/Microsoft.Bot.Builder/Adapters/TestFlow.cs/libraries/botbuilder-core/src/testAdapter.ts, scroll down to line 537.TestFlowI expect TestFlow in JavaScript to use the same implementation as in C#.
TestFlow C# vs TestFlow JavaScript

While migrating bot-solution from the botframework-solutions repository tests, we found that C# uses the callback's context to set the userProfileState, however, that is not possible to do it with the current implementation of TestFlow in JavaScript.
At the moment we rely on using TestAdapter, but neither uses the BotCallbackHandler.
[bug]
@dmvtech, please work with @gabog as needed to iterate on this.
@VictorGrycuk, thank you for bringing this to our attention. We'll begin bringing the two SDKs into parity. Please feel free to check back here for updates as work progresses.
@stevkan what's the status on this?
@stevengum, PR is near to being submitted for review. Working on writing tests and running, then will submit.
Removing customer tags as this was opened by Southworks
@stevkan, any update on this? Was the PR submitted? If so, could you close this? Thanks!
Working on finalizing PR for submission.
@stevkan are there any updates on this issue?
Needing assistance on completing the TestFlow/TestAdapter tests. Set up time with @joshgummersall for help.
An error in the build process, when attempting to build a local copy, has been a roadblock for several weeks. However, I have finally gotten around the issue and will be moving forward on finalizing development of this.
Both the TestFlow and TestAdapter constructors provide a callback parameter, so this is resolved.
Most helpful comment
@VictorGrycuk, thank you for bringing this to our attention. We'll begin bringing the two SDKs into parity. Please feel free to check back here for updates as work progresses.