I am quite new to visual studio. I am having visual studio community 2015.
What I would like to do is when outputting specific data in my unittest with MSTest, I would like to save the output into a file.
I have seen that at each running test, a folder is generated automatically in TestResuls/Deploy_username date hour/out
. I am looking for a way to save the tests output in that folder.
Is this possible or is there other ways to copy the files or report my data? I have looked at these following links: https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.unittesting.deploymentitemattribute.aspx
https://msdn.microsoft.com/en-us/library/ee256991.aspx
DeploymentItem not deploying files
Generating Unit Test Reports in Visual Studio 2013
None of these links helped me in achieving what I wanted.
Thank you in advance for your help.