certification-tool icon indicating copy to clipboard operation
certification-tool copied to clipboard

[feature] Individual Log Generation for Each Test Case in Automation Tests

Open Survensa opened this issue 1 year ago • 0 comments

Feature description

Currently, when multiple automation tests are executed simultaneously, the logs are consolidated into a single file upon completion. However, for enhanced traceability and debugging purposes, it would be beneficial to have the capability to generate logs for each test case individually.

Use Cases

When multiple automation tests are executed simultaneously, the logs are typically consolidated into a single file upon completion. However, for Test events and official testing purposes, it's crucial to store each test case's log separately, identified by its respective TCID, instead of merging them into a unified log file. Therefore, the Test Harness (TH) must generate logs for each test case individually.

Test Cases

  • Automated
  • Semi-Automated
  • Simulated
  • Python

Survensa avatar Mar 06 '24 07:03 Survensa