Visual Studio Professional 2015 test drive

I am trying to configure opencover with a version of Visual Studio 2015 Professional.

I am using Visual Studio In Build MS Test to test modules.

I have a few problems on this,

1. First I installed opencover Version 4.6.519

  1. Then Report Generator Version 2.4.3.0

The first challenge I faced was to get the test result from the visual studio. I am doing the default setup.

Although it creates the Test Result folder, I do not see the available test result files.

Then I tried to install the OpenCover UI extension, available here .

As soon as I installed, I get the following error,

enter image description here

, C:\Users\MyUserAccount\Desktop\MyApp\123244-43434-343434....\TestResults

, "".

, out

: Platform Architecture .Net Framework . : X86.Net Framework: Framework45. http://go.microsoft.com/fwlink/?LinkID=330428.

'C:\Users\vsuvinith\Desktop\RFS\OpenCover\f83ba963-16d1-450d-915b-6920d402c961\TestResults'. System.IO.__ Error.WinIOError(Int32 errorCode, String maybeFullPath) System.IO.FileSystemEnumerableIterator 1.CommonInit() at System.IO.FileSystemEnumerableIterator 1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) System.IO.Directory.GetFiles(String path, String searchPattern) OpenCover.UI.Processors.MSTestExecutor.UpdateTestResultsFile() OpenCover.UI.Processors.MSTestExecutor.ReadTestResults() at OpenCover.UI.Processors.TestExecutor.Execute() at OpenCover.UI.Commands.ExecuteSelectedTestsCommand.b__1()

, .

  • X64
  • Windows 7 Enterprise Edition.
  • .

- .

+4
1

Viduru. , ? OpenCover . OpenCover.Console.exe. % localappdata%\Apps\OpenCover .msi https://github.com/opencover/opencover/releases (opencover.4.6.519.msi)

0

Source: https://habr.com/ru/post/1628729/


All Articles