Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 360 Bytes

QA-RPTOOL-UI

Record and Playback tool for Software Testing Automation Integrated with Testlink (POC).

alt text

Installation

python3 -m venv env

source venv/bin/activate

pip3 install -r requirements.txt

Running the application

python3 src/rptool.py

Running the Tests

cd src

python -m unittest discover -s tests