| Issue 4: | Acceptance Tests | |
| Back to list |
Write acceptance tests before your write the code. When you encounter a bug, write an acceptance test that fails, fix the bug, and confirm that the acceptance test passes. Write an auxiliary program to randomly generate acceptance tests. Create at least 100 acceptance tests of up to 1000 records, separated by a blank line. Tests corner cases and failure cases. Push and pull the acceptance tests to and from the grader's repository. Prepend <cs-username>- to the file names at Assembla. Reach consensus on the acceptance tests. Use Valgrind.
Mar 9, 2012
Project Member
#1
wingles....@gmail.com
Status:
New
Mar 22, 2012
Acceptance test generator has been made in python. Only outputs for one class. Need a proper text-editor to adjust the python syntax for a thousand outputs
Status:
Accepted
Mar 22, 2012
Acceptance has been made, to output 1000 cases. And Valgrind has been used to print out the info.
Mar 22, 2012
(No comment was entered for this change.)
Status:
Done
|