Skip to content

A repo for a bug report regarding Excel reliant tests that hang when ran with Code Coverage.

Notifications You must be signed in to change notification settings

ecly/excel_reliant_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to test:

Prerequisites
Identical or simliar installations as seen in Versions

Versions
Windows: 7
Visual Studio: 2017 Enterprise
.NET: 4.5.2
NUnit: 2.6.4
NUnit Adapter: NUnit 2 Test Adapter 2.1.1
Excel: Exel 2016

Reproduction:

  • Open solution and build to discover unit tests.
  • Ensure any currently running instances of Excel are fully closed.
  • Run both the tests without Code Coverage. (NUnit 2 Test Adapter needed for NUnit test)
  • Observe them both executing just fine.
  • Run one of them with Code Coverage.
  • Hangs indefinitely and never closes instance.
  • To prepare for second test, restart Visual Studio and ensure that the background Excel instance is closed manually. Do this through Task Manager and merely look for 'EXCEL.EXE'.
  • Now attempt to run the second test and observe the same behavior as seen in first test.

About

A repo for a bug report regarding Excel reliant tests that hang when ran with Code Coverage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages