Skip to content

Deliverable #5

aaron-monahan edited this page Nov 24, 2015 · 5 revisions

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.

Clone this wiki locally