at what point in the test cycle are the test results written to a file?
Posted
by jcollum
on Stack Overflow
See other posts from Stack Overflow
or by jcollum
Published on 2010-05-28T21:54:57Z
Indexed on
2010/05/28
22:02 UTC
Read the original article
Hit count: 319
I'd like to take the entirety of the test results and publish it to a database. Got the database, got the table, got the script to publish it. Question is, at what point in the ms-test cycle would the results be fully written to the file? And how can I get the path to that file? I'd especially like to grab the "TextMessages" node and put it into my database.
I assumed AssemblyCleanup, but the TestContext doesn't seem to be available then.
© Stack Overflow or respective owner