TRXer - Code testing in Visual Studio

In this blog I wanna share with you something may get in handy upon running Coded testing in Visual Studio.

TRXer is a small useful tool that enables you to rerun your test methods that did not pass, I reused this post, to write a web version with extensible features, it does not only list all your tests in a Grid View but refines all test results with a filter to list only tests you need to rerun once again.
 
In many cases you don’t have Visual Studio installed on a specific testing machine, just Test Agent. All you need is to upload the TRX file to the page and it will tell you what tests you need to rerun.
 
You have an option to download the output with test methods onto your disk as batch files.
 
I launched a Github project to share this tool for more development.