a test result report feature

Asked by Jakub

Hi All,

Is there a tool I could use for gathering all the test actions and their results ( which are kept somewhere ) and use them for some report creation ? or do I have to log info about actions and results by myself ?

Best

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

Generally, you have to do your own logging.

If you are talking about the unittest feature of the IDE:
Run your test script on command line and pipe the output messages to a file.

Revision history for this message
Jakub (puav) said :
#2

Thanks RaiMan, that solved my question.