Forum Discussion
>but is only available with test plans and not single runs
try to use aqTestCase object, maybe it helps
>Does SmartBear recommend any reporting apps
TestComplete has special support of Jenkins, AzureDevOps, Zephyr - these tools are for orchestration, but have their reporting as well.
This tools have their pros and cons. And maybe you need to choose one of it mostly not as reporting tool, but if you have plans to get additional value to your QA processes.
If we talk only about reporting systems, internally, we test how TestComplete works with Allure. And it works π
>when you export the html files, do you know if there is a way to add the test title to the report (with editing it manually)
it depends how do you export the log. If you do it automatically, yes, you can set the name of the file:
TestComplete.exe "C:\My Projects\MySuite.pjs" /run /p:MyProj /exportLog:"C:\TestLogs\Log.html"
>Is there a way we can output the text name automatically - that I can add to, say, the event 'onStopTest'
not sure how you split the code by tests and what do you run, but maybe this helps for you:
function EventControl1_OnLogError(Sender, LogParams)
{
var strFoo = aqConvert.VarToStr(arguments.callee.caller);
Log.Message(strFoo.split(" ")[1].split("(")[0])
}
AGubarev :
> we test how TestComplete works with Allure. And it works
Sounds really promising. Is it possible to prepare another demo or a sort of a HowTo article with an example?
- AGubarev4 years ago
Alumni
yes, we have a lot of internal things which we will be glad to share.
Thanks sonya_m and TanyaYatskovska we've had a chance to "say" something to community π
For now, we have no ready video/tutorial for that. But I found that we already have something in Community: https://community.smartbear.com/t5/TestComplete-Questions/Allure-Reporting-using-TestComplete-14-1-Junit-or-JavaClasses/m-p/186731/highlight/true#M65490
- AlexKaras4 years ago
Champion Level 2
> Thanks @sonya_m and @TanyaYatskovska we've had a chance to "say" something to community
Our sincere kudos go to Tanya, Sonya, management who approved this event and all guys who participated in the event and assisted in its preparation.
- AlexKaras4 years ago
Champion Level 2
Alexandr,
> I found that we already have something in Community:
Thank you for the link! I seem to miss this thread as I don't remember it. Will read it for details.
> For now, we have no ready video/tutorial for that.
This was a kind or request for the future π
- sonya_m4 years ago
Alumni
This has been one of the most active threads, thanks everyone for being so involved!
The best question bonus points will go to hannecroonen!