VS Studio Professional - Profiling a "test"
Cumulus
Posts: 2
Hi,
how can i profile a test from the test-view?
I am using VS-Studio Professional 2010 - with C#.
Using your competitors "dotTrace" i can just right-click the unit-test in the project-window and choose "profile unit test". (i hope mentioning a competitors product is not forbidden...)
However i am unable to find such an option in ANTS. :oops:
Since i much prefer the result-viewer of ANTS i would love to know a way to profile my unit-tests with ANTS.d
Any help is appreciated,
Markus
how can i profile a test from the test-view?
I am using VS-Studio Professional 2010 - with C#.
Using your competitors "dotTrace" i can just right-click the unit-test in the project-window and choose "profile unit test". (i hope mentioning a competitors product is not forbidden...)
However i am unable to find such an option in ANTS. :oops:
Since i much prefer the result-viewer of ANTS i would love to know a way to profile my unit-tests with ANTS.d
Any help is appreciated,
Markus
Comments
Basically you can profile nunit-gui as a desktop application or profile the command-line with the arguments necessary to load the DLL. It shouldn't be too difficult but obviously not as easy as right-clicking somewhere.
* Profiling unit tests using Nunit
* Profiling tests in MSTest
Does that help?