Skip to main content

Automated test process framework

Project description

QualiPy

QualiPy is a framework for assisting with the automated testing process. Qualipy is not meant to replace pytest, behave, or other testing frameworks. Instead, it is meant to augment the process to provider further automation. It can be configured based on the needs of the project and the availablility of other technologies.

QualiPy features include:

  • Exporting feature files from JIRA for progression and regression testing
  • Uploading test results to JIRA

Coming Soon:

  • Moving user stories based on the outcome of the tests
  • Loading test data to be used during the testing process
  • Cleaning up the test data after the testing has completed
  • Data management across steps and scenarios

Test Plugins

QualiPy is built to use multiple testing frameworks via plugins. Currently, QualiPy only supports the behave framework for business-driven development.

Project Management Plugins

Like the testing plugins, QualiPy can also use multiple project management software suites (such as JIRA) via plugins.

Authentication

In most cases, authentication needs to happen in order to interact with project management software suites. This interaction can use certificates, API keys, or simple username/password combinations. The difficult part is how to secure the credentials. For starters, a keyring authenticator is implemented that just uses the keyring functionality for the underlying OS.

Initial Setup

In order to test using JIRA, you must have a running JIRA instance. If you are using Linux, there is a 'run.sh' file that will handle cleaning, building, installing, and running tests using QualiPy and the QualiPy test project. If you are not using Linux, follow the below steps.

  1. Clone the repository
  2. Change to the root directory of the project
  3. Optional Create and activate a virtual environment
  4. Execute pip install -r requirements
  5. Change to the qualipy folder
  6. Ensure that the dist folder is removed (or at least empty)
  7. Execute python -m build
  8. Ensure that QualiPy is not currently installed by executing pip uninstall -y qualipy
  9. Install the newly built wheel file by executing pip install dist/qualipy-*-py3-none-any.whl
  10. Change to the qualipy-test directory
  11. Execute python -m qualipy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qualipy-1.0.1.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

qualipy-1.0.1-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page