installing specflow for vs2013 mssing TechTalk.SpecFlow reference -


I have installed Specflow using the download button

I add new object to my eyepiece project and Choosing SpecFlow Feature File

When I create this project, I get an error 1 type or namespace name 'tectech' could not be found (are not you missing access director or assembly reference?)

I also get an error that the NUINT is missing.

Where can I find a file for reference and how do I check that they are right to go with tectech. SPEsflow 1.9.3.0?

Visit the Visual Studio Package Manager console.

To set up a sample for NUnit,

  Install-Package SpecFlow.NUnit   

To work with NUnit For all the necessary package and a configured app.config will install.

If you have handled all the references rather than hand-in-hand, you still have to make app configurations correctly Detecting the right config for MSTest or NUnit may take a while to take the right time , So it is better to use the nugget package.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -