ContributionsMost RecentMost LikesSolutionsTest results in Visual Studio Online Hi, I am trying to add our TestComplete test results to the Build steps and dashboard in Visual Studio Online as we keep track of everything through this but have so far failed to make it work. From what I can tell the xml and mht output does not work with vso. Running the tests through the use of MSTest.exe in the commandline gives me a trx format which is supported by Visual Studio Online but I could not get the tests running even though it works when I start it from within Visual Studio 2015. If anyone has managed to get this to work, please share how you where able to achieve this. Any help is much appreciated. Cheers, Erwin Re: TestComplete11 - Organize Tests - Stop on Error Hi ilangovan, I think this is what you are looking for: https://support.smartbear.com/viewarticle/75628/ You can link your own written functions to these event to manipulate the way you log. Hope this helps. Group errors Hello everyone, I have read quite a bit of documentation but one thing that I have not been able to find/figure out is if it is possible to group errors and show them in a seperate tab in the html results. Basically I am looking for a way to group the errors from all tests so that we can quickly see how many unique errors we have. Would love to see some solutions for my issue because I am pretty sure this is possible. Thanks