- I have created a UnitTest Project and added app.config as file it didn't come by default with the UnitTest Project and added NuGet package SplecFlow.MsTest.
- Then I have updated the Visual Studio SpecFlow for 2017 from
Tool>>Extensions
and Updates. - Then added a specFlow feature file in it.
I can't see anything added to the App.config
after adding the SpecFlow.Mstest
. Ideally, it should add <unitTest>MsTest</UnitTest>
tag in the config file. The default test case is not seen in Test Explorer. Sometimes it shows error as "No test are found with
fullyQualifiedName=<SolutionNameandTestCase name>"
- Tried to go through the Setup
https://www.testautomationtribe.com/specflow-tutorial-c-project-setup
Tried with Class library project as well
Feature
file >> Properties >>Custom tool
to blank perviously it wasSpecFlowSingleFileGenerator
Test Explorer should display the test cases.