Hi Folks,
I've a requirement for generating code coverage for my unit test cases in D365 FO. I am using VS enterprise edition to analyse code coverage results for my test case, but unfortunately code coverage results are blank.I can only see the test case getting passed or failed.
I have done the following things in my environment,
- Imported the .runsettings file to include the package in which code coverage needs to be analysed,
- Loaded all the symbols using debugging option.
- In test results folder , I can see the file but no code coverage information is available.
While debugging the selected test cases , i can see "binary was not built with debug information" for my package dll.
Looking for your suggestions on this.
Thanks in advance.
