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

ArtOfTest.Runner vs Telerik.TestStudio.CommandLineClient

1 Answer 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Uroš
Top achievements
Rank 2
Uroš asked on 23 Mar 2018, 11:54 AM

Currently, I am running my test list via Jenkins in the combination with Telerik.TestStudio.CommandLineClient. This combination works fine, but to get result details I need to open Test Studio and drill the results data. In the Console Output, I only have boolean information about the job, success or failure.

Browsing through TS docs I have noticed there is also ArtOfTest.Runner which allows you to store results in the external file and also attach it the job, but this option does not publish test result to the database. 

Is there any way how can I achieve both functionalities?

BR,

Uroš

 

1 Answer, 1 is accepted

Sort by
0
Nikolay Petrov
Telerik team
answered on 28 Mar 2018, 08:40 AM
Hello Uroš,

Thank you for this question.

It is possible to use Telerik.TestStudio.CommandLineClient scheduled run and to have locally stored result files as well. The most natural way will be to create an execution extension library. There in the OnAfterTestListCompleted() method you will have access to the RunResult object that you can save in an external file.

I hope this will help.

Best Regards,
Nikolay Petrov
Progress Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
Tags
General Discussions
Asked by
Uroš
Top achievements
Rank 2
Answers by
Nikolay Petrov
Telerik team
Share this question
or