views:

5

answers:

0

Here is a simple task that i want to do while running my VSTS generated UTC - In addition to printing my test result (pass/fail) in the Test Results window, I would also like to print how long the method that I'm testing took for its execution. I can use StartTime & EndTime columns to know how long my test case took to execute. However, I would also want to know how long my actual method took to execute.

Is there a way to do this? Thanks in advance!