Skip to content

thiagosegato/RQMExcelImporter

Repository files navigation

RQMExcelImporter

Extracts items from the test plan.

This project was based on: IBM Engineering Test Management (ETM) Excel/Word Importer Utility

How to use

$ pip install RQMExcelImporter
>>> import RQMExcelImporter  
>>> RQMExcelImporter.convert('your_rqms_file')

Sample of a conversion

Screenshot_20220522_210424

Steps to test source code locally with two example files

  1. Create environment using virtualenv

virtualenv venv

  1. Install all the packages necessary

pip install -r requirements.txt

  1. Run tests

python -m unittest tests.test_RQMExcelImporter

Steps to create that package and distribute to PyPI

  1. Install package to globally way if not installed already

pip install twine

  1. Create the source distribution of the package

python setup.py sdist

  1. Upload the source distribution on PyPI

twine upload dist/*

About

".rqms" file conversion to excel with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages