All Questions
8 questions
0
votes
1
answer
196
views
SpecFlow features are not recognized in test explorer
I added NUnit, NUnit Test Adapter, SpecFlow and my test are not recognized in test explorer. If I run the test from the feature file, with right click, it says that the build was succesful, but ...
0
votes
0
answers
256
views
NUnit tests are not recognized in Visual Studio express 2015?
I am writing tests with NUnit , but tests are not recognized by Test explorer window. I did following steps ,
1) Added Project
2) Added NuGet - NUnit , NUnitTestAdapter and Selenium ,chrome
3) ...
2
votes
2
answers
3k
views
How to generate NUnit XML report while running test using VSTS (Unit Test Adapter)
I am automating web application using Selenium WebDriver with C# NUnit Framework and able to generate report in XML format when run test using NUnit GUI or NUnit Console.
I am looking how to ...
3
votes
0
answers
982
views
Error : Not able to copy file from "obj\Debug\" to "bin\Debug\" folder [closed]
When I debug the project, I get the following error
Unable to copy file "obj\Debug\TestAutomation.dll" to "bin\Debug\TestAutomation.dll". The process cannot access the file 'bin\Debug\TestAutomation....
13
votes
1
answer
17k
views
Run Individual Test from Nunit3-console.exe
when i run
nunit3-console.exe (myfilepath)\dll file
The Console Runner Runs all my tests.
what command do i need to run in order to run individual tests? i tried
nunit3-console.exe /run:namespace....
0
votes
1
answer
762
views
N Log Test Output to XML Format?
Forgive me for the general ness of the question but can someone point me to some documentation or offer advice on how to receive N Log Test Output from N Unit in an xml format. The reason I am asking ...
0
votes
1
answer
143
views
Visual Studio 2015 Selenium WebDriver N Unit Parallel Testing
I have set up the following XML Schema for Parallel Testing N Unit Tests in Visual STudio 2015.
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<RunConfiguration>
<!-- ...
0
votes
1
answer
157
views
Visual Studio 2015 N Unit Test Runs 3 Times
I have created a Selenium WebDriver Test In which I am using N Unit to Run the Test from Test Explorer. The test is running fine but it runs a total of 3 times. I have tried do some self diagnosis but ...