Generate TDD for a Oracle VBCS project in a minute.
I have implemented a python based program to create technical design doc of a VBCS applictaion.
Updating the Technical Design Doc was a tedious job. Feel free to fork and create pull requests!
Download Repository in D: Drive [WINDOW]
- Create virtual Env
python3 -m venv .venv
- Activate virtual env
source .venv/bin/activate [LINUX]
venv\Scripts\activate [WINDOW]
- Install required packages
python -m pip install -r requirements.txt
-
Delete the existing demo project and upload your project in project directory
-
Run
python main.py
If you face any issue please raise a issue request under issue.
Technical Design Doc will be generated in main folder. [TDD.docx]