Questions tagged [reporting]

A report serves as a deliberate showcase of information, usually for the scrutiny of individuals. Automated error tracking is a simple type of reporting; whereas "Business intelligence" indicates a more intricate and complex form.

What is the best way to connect my tests to send their results to Azure DevOps?

Our current pipeline includes: pulling code, running unit tests, conducting integration tests, building artefacts, and deploying. We are now looking to have our integration tests report results back to Azure DevOps. How can we achieve this? Our test proj ...

C# Extent Reports are not generating the HTML report file while running a test

I am exploring how to implement ExtentReports in Visual Studio C#. After running a test case, the html report file is not being created. I have checked my code but cannot identify the issue. I believe the path to my reports folder is accurate. I have set ...