Answered by:
Tagging in Specflow

Question
-
Hi,
Am not able to work with tags in specflow.
Am using Visual Studio Enterprise 2015 update 3 and Specflow.MsTest 2.1.0
My app.Config look like this
<unitTestProvider name="MSTest"
generatorProvider="TechTalk.SpecFlow.CodedUI.MsTest.SpecFlowCodedUITestGenerator, TechTalk.SpecFlow.CodedUI.MsTest"
runtimeProvider="TechTalk.SpecFlow.UnitTestProvider.MsTestRuntimeProvider, TechTalk.SpecFlow"/>
<plugins>
<add name="SpecRun" />
</plugins>Once The application is launched immediately it will get closed and giving error as null reference exception but without tagging the same code is working fine.
If I make changes in app.Config file like the below
<unitTestProvider name="SpecRun" />
<!-- generatorProvider="TechTalk.SpecFlow.CodedUI.MsTest.SpecFlowCodedUITestGenerator, echTalk.SpecFlow.CodedUI.MsTest"
runtimeProvider="TechTalk.SpecFlow.UnitTestProvider.MsTestRuntimeProvider, TechTalk.SpecFlow"/>-->
<plugins>
<add name="SpecRun" />
</plugins>Am getting error as License has been Expired.
Your help is highly appreciated.
- Moved by Annie Chen-MSFT Wednesday, November 15, 2017 2:41 AM
- Edited by Divya M R Wednesday, November 15, 2017 4:57 AM
Tuesday, November 14, 2017 1:04 PM
Answers
-
May need to ask for help over here.
https://groups.google.com/forum/#!forum/specflow
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP Wednesday, November 15, 2017 3:43 PM
- Marked as answer by Richard MuellerMVP Monday, November 27, 2017 9:54 AM
Wednesday, November 15, 2017 2:51 AM
All replies
-
Hello,
I will move your thread later since it is not so appropriate for this thread to be here.
Thanks for your understanding.
Best Regards,
Annievia
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.Wednesday, November 15, 2017 2:36 AM -
May need to ask for help over here.
https://groups.google.com/forum/#!forum/specflow
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP Wednesday, November 15, 2017 3:43 PM
- Marked as answer by Richard MuellerMVP Monday, November 27, 2017 9:54 AM
Wednesday, November 15, 2017 2:51 AM