Skip to main content

Test Reporting

Test Reports

Pidima supports uploading and managing test execution reports, giving you a centralized view of test results alongside your requirements and test case definitions.

Overview

Test Reporting allows you to:

  • Upload test execution results from Excel (XLSX/XLS) or CSV files
  • View report summaries per project
  • Download original report files
  • Track test execution history over time

Uploading a Test Report

  1. Navigate to Reports from the sidebar
  2. Click Upload Report
  3. Select your report file (supported formats: .xlsx, .xls, .csv)
  4. The file is uploaded and processed — Pidima extracts test results and maps them to existing test cases where possible

Supported File Formats

FormatDescription
XLSXMicrosoft Excel (recommended)
XLSLegacy Excel format
CSVComma-separated values

Viewing Reports

Project Reports List

Navigate to Reports to see all uploaded reports for the current project:

  • Report name — Derived from the uploaded file name
  • Upload date — When the report was uploaded
  • Summary — Pass/fail/skip counts at a glance

Report Details

Click on a report to view its full details:

  • Test case results — Individual pass/fail/skip status per test case
  • Execution metadata — Timestamps, environment info (if included in the file)
  • Traceability — Links to the corresponding Pidima test case definitions

Downloading Reports

To download the original uploaded file:

  1. Navigate to the report in the reports list
  2. Click the Download button
  3. The original file is downloaded in its original format

Deleting Reports

  1. Navigate to the report you want to remove
  2. Click Delete
  3. Confirm the deletion

Deleting a report removes the report record and its uploaded file. It does not affect the underlying test case definitions.

Best Practices

  • Upload regularly — Upload test reports after each test execution cycle to maintain a history of results
  • Use consistent naming — Name your test cases consistently between Pidima and your test execution tool for accurate mapping
  • Review before milestones — Check report summaries before compliance reviews to ensure adequate test coverage and pass rates