Berikut ini adalah deskripsi singkat bagaimana program tracebility requirement dibuat
Project description
Simple-Traceability-SRS-Documents
this is repository how to make simple traceability from requirement documents, you can check this out to live demo
Comparative Studies of Several Methods for Building Simple Traceability and Identifying The Quality Aspects of Requirements in SRS Documents described in our paper at EECCIS2020. Please kindly cite the following paper when you use this tool. It would also be appreciated if you send me a courtesy website and google scholar, so I could survey what kind of tasks the tool is used for.
@INPROCEEDINGS{9263479, author={Asyrofi, Rakha and Hidayat, Taufik and Rochimah, Siti},
booktitle={2020 10th Electrical Power, Electronics, Communications, Controls and Informatics Seminar (EECCIS)},
title={Comparative Studies of Several Methods for Building Simple Traceability and Identifying The Quality Aspects of Requirements in SRS Documents},
year={2020},
pages={243-247},
doi={10.1109/EECCIS49483.2020.9263479}}
Developed by Asyrofi (c) 2021
Cara menginstal
instalasi melalui pypi:
pip install tracereq
Cara menggunakan program
from tracereq.preprocessing_evaluation import prosesData
myProses = prosesData(inputData= 'dataset.xlsx')
myProses.preprocessing()
Check out this youtube link:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.