/Testcase_Generators

Generators which create and format excel files. A side project to improve efficiency during my internship. (Python)

Primary LanguagePython

TEST CASE GENERATORS

These scripts were made to automate the process of reading business documents and creating test cases - something which was being done manually at the time of creation and was a very time-intensive task.

The code is also very easy to modify for various different types of tests and parts of the application.

Example: Would turn something like this: Business_Document_Input

To this: Notification_output

INSTRUCTIONS

Requires:

-Python https://www.python.org/downloads/

-The following libraries:
https://pypi.org/project/xlwt/#files
https://pypi.org/project/xlrd/#files

Using pip to install the libararies is fine.

Optional: Manual installation

XLWT and XLRD

  1. Download the tar.gz file from the link provided.

  2. Extract the contents till you reach the directory with the setup.py file

  3. Optional: Rename the directory for easy access on the command line.

  4. Navigate to this folder in Command Prompt OR hold shift and right click inside the directory and click "Open Command Prompt Window Here"

  5. Type:

         python setup.py install     OR      py setup.py install