Skip to content
forked from asyrofist/tracereq

this is repository for making traceability requirement using SRS

License

Notifications You must be signed in to change notification settings

amtech/tracereq

 
 

Repository files navigation

DOI image PyPI - Python Version PyPI license Build Status Documentation Status Paper Maintainability Test Coverage Open in Streamlit Imports: isort

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

About

this is repository for making traceability requirement using SRS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.1%
  • Python 3.9%