A desktop app for structured manual QA. Import TEST_SCENARIO.md suites, execute runs with clear status tracking, and export complete reports for handover.
OlympTestManager is a free desktop application for manual test execution. It is designed for QA engineers, developers, and release managers who need a clean workflow for importing markdown-based test suites, running checklists, documenting findings, and exporting readable reports.
Website: https://olympstack.com
Contact: contact@olympstack.com
Support: support@olympstack.com
Manual QA needs a reliable run structure, not just a text file. OlympTestManager keeps the whole cycle visible:
- Import complete
TEST_SCENARIO.mdsuites or add a single scenario manually. - Track every checklist item as Open, Passed, Wrong, or Skipped.
- Keep notes and run progress available while moving between modules.
- Complete, reset, or duplicate a suite without rewriting content.
- Export the result as Markdown or JSON for review, handover, or automation.
OlympTestManager is free software. No account, no license key, and no activation are required.
The Suites view lists all imported test suites with progress and last update time.
The Runner view lets you work through scenarios step by step, mark checklist items, and add notes. A completion dialog confirms when a suite is finalized.
Import a full TEST_SCENARIO.md file or create a suite and scenarios manually.
Switch between Markdown and JSON output. Use formatted or source view depending on whether you want human-readable documentation or machine-readable data.
Configure appearance and access the app information from the Settings page.
- Import full
TEST_SCENARIO.mdfiles. - Parse app metadata, workspace, test folder, prerequisites, scenarios, steps, expected results, and what-to-check items.
- Use the import workflow for existing manual test packs.
- Create a new suite from scratch.
- Add scenarios manually when you only want to test a single fix.
- Enter steps, expected results, and checklist items directly in the app.
- Mark checklist items as Open, Passed, Wrong, or Skipped.
- Keep notes for findings, blockers, and follow-up tasks.
- Track progress while switching between scenarios.
- Complete a run with timestamps and keep the content ready for the next cycle.
- Export Markdown reports for human review.
- Export JSON reports for tooling, archiving, or automation pipelines.
- Review reports in formatted or source mode.
- Toggle light, dark, or system appearance.
- Adjust accent colors.
- Access app information and the free-software notice.
This repository includes ready-to-use test scenario examples under olympsoftware-tests.
Use TEST_SCENARIO_Template.md when you want to create a new manual suite from scratch.
Recommended workflow:
- Pick an existing scenario file from
olympsoftware-testsor create a new one from the template. - Import it into OlympTestManager using the Import / Add screen.
- Execute the scenarios in Runner and record the actual result state.
- Finish the suite and export reports from Reports.
Download the latest release from the public release repository:
https://github.com/OlympProject/olymptest-manager-release/releases
Run OlympTestManager-Setup-vX.Y.Z-windows-x64.exe or unpack OlympTestManager-vX.Y.Z-windows-x64.zip for a portable installation.
Extract the tarball and start the binary:
tar -xzf OlympTestManager-vX.Y.Z-linux-x64.tar.gz
cd olymptest-manager
./olymp_test_managerAlways verify the integrity of downloaded files before running them.
Linux / macOS:
sha256sum -c SHA256SUMS.txtWindows (PowerShell):
Get-FileHash .\OlympTestManager-Setup-vX.Y.Z-windows-x64.exe -Algorithm SHA256
# Compare the output against SHA256SUMS.txtIf SHA256SUMS.txt.asc is present, import GPGPublickey.md and verify the checksum file:
gpg --import GPGPublickey.md
gpg --verify SHA256SUMS.txt.asc SHA256SUMS.txtExpected output:
gpg: Good signature from "Alexander Stusse <contact@olympstack.com>"
For product questions and support:
- Website: https://olympstack.com
- Contact: contact@olympstack.com
- Support: support@olympstack.com
When reporting an issue, include the app version, operating system, the active test suite, and the affected workflow. Do not include passwords, private keys, or other sensitive information.
OlympStack is a suite of native desktop tools for developers and DevOps engineers.
| App | Repository |
|---|---|
| OlympAPI | github.com/OlympProject/olympapi-release |
| OlympAtlas | github.com/OlympProject/olympatlas-release |
| OlympCron Manager | github.com/OlympProject/olympcron-manager-release |
| OlympSSH Commander | github.com/OlympProject/olympssh-commander-release |
| OlympTest Manager | github.com/OlympProject/olymptest-manager-release |
OlympTestManager is proprietary software. This repository contains binary releases and related documentation only.
Use of the software is governed by the OlympTestManager EULA.
Copyright (c) 2026 OlympStack. All rights reserved.









