System Requirements - SelinGungor/pairwise-testing GitHub Wiki
Requirements of the system
Functional Requirements
- User should be able to upload test data to the system.
- User should be able to ask to system for possible pair test cases.
- System should be able to respond with test cases including all possible pairs.
- System should support more than one parameters.
- System should be able to document all generated test scripts.
- User should be able to save all generated test scripts in friendly format such as .csv, .txt.
- System should have easy to use UI web application
Non-Functional Requirements
- Web application shall be developed by using python.
- Web presentation side of application shall be implemented using Bootstrap.
- Client side shall be a responsive web application.
- System shall use matplotlib library to visualize test case results.
- The web application should be compatible with Chrome.