we have a lot of regression tests, which are running on each nightly product build. can anybody advise a system to store regression results?
in ideal we want simple tool with API
and ORM
to store simple records like:
test_case1 | build_#1 | ok | timestamp1<br>
test_case2 | build_#1 | failed | timestamp2<br>
and so on or may be something similar.
seems that there is main problem for test teams and so, I believe, that there is already created tool to store regression testing results and ability to generate reports using stored data. Thanks!