Forum Discussion
Alexandr,
I know it is not part of this video but one thing I wanted to ask about is visibility for TestComplete
I have lots of regression testing that I would like my boss and company to have to audit purposes (test X last week)
I need to have visibility on this to show the results, how can this be done ?
Currently, you can export the results in a format on internet explorer can really use (.mht)
The log file can be limited to X amount - space saving
How can I get a system to link back to, and show results a week/month/year from now without exporting ALL the logs or pulling them in Jenkins
- bear in mind that when building tests the is a large percentage of failed/incomplete tests while building the final product
Hi, Lee_M
thanks for interesting question.
TestComplete has two kind of results representation: ordinary log (which is more technical and mostly need to understand the cause of test failure) and summary (it contains high-level info about pass/failed scenarios).
If you need to show some high-level report for your boss, I'd recommend to use Summary representation (and it can be exported as JUnit and exported in some test reporting system, or just printed as PDF).
Also the next step can be to put the test set in some test orchestration system: Zephyr, AzureDevOps, or Jenkins (which is free to use).
It can give you merged report, scalability, different kind of representations and historical data.
Here some screenshots from Jenkins:
It stores also the "technical" logs, so, you can always can see them and it can options to clean the storage by scheduler.
Another thing which I like in Summary, that you can add all test cases / scenarios which you discussed with you boss or dev. And automate it one by one, and before non-automated-yet test cases just put Runner.Stop() - all the test cases which are not automated will be in Unexecuted group.
So, you boss can see in report the progress - how many tests already automated and what is in backlog. The technical details is usually not so important for management.