Book a Demo

Author Topic: Request: import unittest results into EA  (Read 3361 times)

JohnDoe

  • EA User
  • **
  • Posts: 191
  • Karma: +0/-0
  • EA rocks !
    • View Profile
Request: import unittest results into EA
« on: September 25, 2006, 12:51:27 pm »
Hello,

doing a number of unittests programmatically, I would like to load the test results into EA, creating tickets with open topics automatically. In my unit tests I would be willing to create a specially formated logfile, that EA would be able to import and create tickets associated with classes or other entities automatically.

At the moment I have to interprete logfiles manually and then googling inside EA model to find the locations where the sources probably have walked the wrong way.

It would be nice creating a logfile such as below for later import:
{#10}{EA Entity identifier}{severity flag}{Ticket text}{Date}{Time}
{#20}{EA Entity identifier}{severity flag}{Ticket text}{Date}{Time}
[...]

Another strategy would be to integrate EA and external tracking systems such as TRAC agreeing on some common entity identifier. Then unittests could automatically could create TRAC entries, which point to EA's model entities.

Regards
Bernd
« Last Edit: September 25, 2006, 12:58:03 pm by BerndWill »