tags:

views:

12

answers:

0

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.

Edit: I think the answer is: at the very very end. In other words, what I want to do isn't possible.