Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OlympTestManager

A desktop app for structured manual QA. Import TEST_SCENARIO.md suites, execute runs with clear status tracking, and export complete reports for handover.

Latest Release Releases Download Latest Website

User Manual EULA

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

OlympTestManager Suites

Why OlympTestManager

Manual QA needs a reliable run structure, not just a text file. OlympTestManager keeps the whole cycle visible:

  • Import complete TEST_SCENARIO.md suites 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.

Free to Use

OlympTestManager is free software. No account, no license key, and no activation are required.

Product Screenshots

Suites

The Suites view lists all imported test suites with progress and last update time.

Suites

Runner

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.

Runner

Complete Suite Confirmation

Import / Add

Import a full TEST_SCENARIO.md file or create a suite and scenarios manually.

Import File

Manual Add

Reports

Switch between Markdown and JSON output. Use formatted or source view depending on whether you want human-readable documentation or machine-readable data.

Reports Markdown Formatted

Reports Markdown Source

Reports JSON Source

Settings

Configure appearance and access the app information from the Settings page.

Settings

Appearance

Core Features

Markdown Suite Import

  • Import full TEST_SCENARIO.md files.
  • 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.

Manual Suite Creation

  • 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.

Runner Workflow

  • 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.

Reports

  • Export Markdown reports for human review.
  • Export JSON reports for tooling, archiving, or automation pipelines.
  • Review reports in formatted or source mode.

Settings

  • Toggle light, dark, or system appearance.
  • Adjust accent colors.
  • Access app information and the free-software notice.

Test Scenarios

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:

  1. Pick an existing scenario file from olympsoftware-tests or create a new one from the template.
  2. Import it into OlympTestManager using the Import / Add screen.
  3. Execute the scenarios in Runner and record the actual result state.
  4. Finish the suite and export reports from Reports.

Installation

Download the latest release from the public release repository:

https://github.com/OlympProject/olymptest-manager-release/releases

Windows

Run OlympTestManager-Setup-vX.Y.Z-windows-x64.exe or unpack OlympTestManager-vX.Y.Z-windows-x64.zip for a portable installation.

Linux

Extract the tarball and start the binary:

tar -xzf OlympTestManager-vX.Y.Z-linux-x64.tar.gz
cd olymptest-manager
./olymp_test_manager

Verification

Always verify the integrity of downloaded files before running them.

SHA256 Checksums

Linux / macOS:

sha256sum -c SHA256SUMS.txt

Windows (PowerShell):

Get-FileHash .\OlympTestManager-Setup-vX.Y.Z-windows-x64.exe -Algorithm SHA256
# Compare the output against SHA256SUMS.txt

GPG Signature

If SHA256SUMS.txt.asc is present, import GPGPublickey.md and verify the checksum file:

gpg --import GPGPublickey.md
gpg --verify SHA256SUMS.txt.asc SHA256SUMS.txt

Expected output:

gpg: Good signature from "Alexander Stusse <contact@olympstack.com>"

Support

For product questions and support:

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 Suite

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

License

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.

About

OlympTestManager is a free desktop application for manual test execution.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors