What is the best way to accomplish publishing test results so that you have an HTML link to them? Can this be done thru the scheduling server, or some other way?
3 Answers, 1 is accepted
0
Ivaylo
Telerik team
answered on 03 Mar 2015, 12:57 PM
Hello Mike,
Unfortunately you cannot export test results in html format. We do have this logged as a feature request which you can vote for using this public URL.
Thank you for your understanding regarding this matter.
Can you please tell me how can we check the results after executing a testlist in Visual studio 2012 plug-in as per telerik documentation mentioned for VS2010 we can check the results in 'Results' option (TestView) and we can also get the reports generated in Results folder as '.trx' extension files but in VS2012 it was generating as ".mdf" and ".ldf" extensions files (DB Transaction Logs) in 'TestResults' folder under respective solution which is generated by SQL server . It would be so helpful if you give me clear idea about how can I get the tests results reports in VS2012 and tell me if there is any way to convert these test result reports into HTML file.
Thanks,
K. Sreekanth Kumar.
0
Ivaylo
Telerik team
answered on 06 Mar 2015, 04:06 PM
Hello,
You can only create a test list and edit it in Visual Studio 2012 and later. In order to execute the test list you need to use MSTest via the command line.
When executed with MSTest the results are always exported in trx files. Regarding converting from trx to html please refer to this article.