Plugins Directory » Testcase Management Plugin by Redmineflux
|
Author: | Zehntech Technologies Inc |
---|---|---|
Website: | https://www.redmineflux.com | |
Code repository: | https://www.redmineflux.com/product/redmine-plugins/testcase-management/ | |
Registered on: | 2025-04-02 (1 day ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x | |
User ratings: |
The Redmineflux Testcase Management Plugin simplifies software testing by enabling structured test case creation, execution, and reporting. Users can define detailed test cases, organize them into test suites, and execute them efficiently. The plugin provides graphical reports, including activity summaries, defect reports, tester scorecards, milestone reports, and a requirement traceability matrix. It also supports milestones for test runs, helping teams track progress and ensure comprehensive test coverage.
Key Features of Redmineflux Testcase Plugin¶
- Create, edit, and delete milestones to track project progress and ensure timely delivery effectively.
- Define, edit, and delete test environments, which can later be used during test run creation to enhance test coverage.
- Organize test cases efficiently by creating, editing, and deleting test suites and sub-test suites for better test structuring.
- Easily create, import, edit, and delete test cases.
- Drag and drop test cases into test suites and remove them as needed for better test organization.
- Create and delete requirement documents while linking multiple test cases to a single requirement to ensure comprehensive traceability.
- Create, edit, delete, and close test runs. Execute test cases within a test run to validate software functionality.
- Filter test cases based on reported defects to quickly identify, analyze, and resolve issues efficiently.
- View all executed test cases and monitor the latest executed test runs to improve test cycle management and decision-making.
- View To-Do’s, track testing activities, monitor execution history, and stay updated on pending tasks within the plugin.
- Generate, edit, and delete test reports
- Maintain the traceability matrix to ensure complete coverage of requirements and test cases.
Installation notes
Follow the below steps for installation:¶
- Make sure you have a working installation of Redmine.
- unzip the plugin and copy it to redmine_root/plugins or copy the archive in the same location and perform the unzip command in the console
- Run the following command from the Redmine root directory to install the plugin dependencies:
bundle install
- Run migrate command for database migration:
RAILS_ENV=production bundle exec rake redmine:plugins:migrate
- Install Redis (if not already installed)
- On Ubuntu/Debian
sudo apt update
sudo apt install redis-server
- On macOS (using Homebrew)
brew install redis
- On Ubuntu/Debian
- Start Redis
sudo service redis-server start
- Install Node.js and Puppeteer
A Node.js environment is required for the plugin. Follow these steps to set it up
1. Ensure Node.js is installed (if not, install it from the Node.js Official Website).
2. Add Puppeteer as a dependency in your package.json file:
3. “puppeteer”: “^22.8.2”
4. Install Node.js dependencies by running:
5. npm install
6. Install the necessary browser for Puppeteer:
7. npx puppeteer browsers install chrome - Start Sidekiq for Background Jobs Sidekiq is required to process background jobs for the plugin. Start Sidekiq using
bundle exec sidekiq
- Start Sidekiq for Background Jobs
Rails s
- Login as an administrator.
- Navigate to the Administration tab from the top menu.
- Click on Settings and find the API tab and enable the rest API
- Restart Redmine
- To access the Testcase Plugin in your Redmine instance, log in and select your preferred project. Then, enable the Testcase Management module and save the changes. You can also access the multi-project Testcase Management from the application menu.
3. Explore All Premium Redmineflux Plugins
- Redmineflux Knowledge Base
- Redmineflux Gantt Chart
- Redmineflux Timesheet
- Redmineflux Time Tracker Desktop App
- Redmineflux Agile Board
- Redmineflux Checklist
- Redmineflux Fluxshot Chrome Extension
- Redmineflux Issue Template
- Redmineflux Custom Dashboard
- Redmineflux Workload
- Redmineflux Notification
Explore All FREE Redmineflux Plugins¶
Explore All Premium Redmineflux Themes¶
Changelog
0.0.1 (2025-04-02)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.