-
Notifications
You must be signed in to change notification settings - Fork 1
Deliverable #5
Deliverable #5
https://github.com/CSCI-362-03-2015/Team6
For the fifth deliverable in the project, we were assigned to design and inject 5 faults into our code that causes at least 5 tests to fail, but not all tests to fail. These 5 faults should be simple, such as flipping some login in 'if' statements or a small typo in a function call.
As a progress report from our last deliverable, we have a functioning framework that automatically runs tests on the Eden application. The framework is automated to be run through the command line and display 25 test results in an html page. Since deliverable 4, we have caught up on our framework and functions as normal. The faults, however, have not been integrated into the framework. We will be inserting them in the future.