Reputation: 489
Specflow scenarios can be sync with MTM. But is it possible to Sync Specflow scenarios with Azure DevOps Test plan using specsync? If yes, please mention steps. I need to upload scenarios to Azure DevOps test plan (as Test cases) from Visual Studio.
Upvotes: 0
Views: 1300
Reputation: 51093
But is it possible to Sync Specflow scenarios with Azure DevOps Test plan using specsync?
Yes, it's able to do this. From official link:
Is it possible to synchronize SpecFlow scenarios to existing Azure DevOps Test Cases?
Yes. If you synchronize a test case which does not have a test case tag yet, SpecSync will create a new one and tags the scenario. But if you add the test case tag manually (in the format of @tc:123), referring to an existing test case in Azure DevOps, SpecSync will update that test case at the next synchronization.
More details about the detail tutorials please take a look at here.
Upvotes: 1