I'm currently developing Teams Bot with Bot framework sdk v4 ( c#) and I can't find a reliable way to test it. I can't use Teams Toolkit because most of the things are automated and Azure Admins won't give me permissions to even use that, I'm only provided with BotId and that's it.
I'm using Bot Framework Emulator for testing; but some of the things are not working in Teams and vice versa. I thought about using Test Tool, but I can't find a way to use it. The only docs and tutorials are for VS Code and JS/TS.
I saw in article Introducing Teams App Test Tool (microsoft.com) that you can Integrate with existing Teams bot applications: The test tool can be integrated with existing Teams bot applications that are built with Bot Framework SDK. But I found that not possible. I would need to create a project with Teams Toolkit and move everything there. So, I would be really grateful, if someone could show me how to integrate Test Tool with existing Bot Framework SDK project in Visual Studio.
I want to test my bot (C#) locally with Test Tool, with use of Visual Studio. Tried a lot of 'hacks' but none worked.