This is a migrated thread and some comments may be shown as answers.

[Solved] Reporting the test results

1 Answer 28 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Archana Sathyanarayan
Top achievements
Rank 1
Archana Sathyanarayan asked on 08 Dec 2009, 04:15 PM
Hi,

After I complete my test execution, I want the results to display in the form of report.

As we do In WinRunner, where we can save the test results in a notepad.
 
Please let me if there are any options to connect to reporting tools??


Thanks & Regards
Archana

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 08 Dec 2009, 07:16 PM
Hello Archana,

When a WebUI test is run via Visual Studio (as in Test View execution), a TRX file is created and saved to the Test Results folder. If you want to add any custom messages to the results that are already written to that file, you can add custom code like:

Log.WriteLine(
"My Custom Message");

If you are looking to create your own custom report, you can probably parse out the results in the TRX file looks to be more or less in XML format.


Sincerely yours,
Nelson
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

Tags
General Discussions
Asked by
Archana Sathyanarayan
Top achievements
Rank 1
Answers by
Missing User
Share this question
or