by zavg on 9/19/13, 10:52 AM with 25 comments
by jonstjohn on 9/19/13, 4:58 PM
I realize that this may be an issue with a poorly written method or un-anticipated side effects, but with legacy code, that is often what you have to deal with.
Cool stuff, though!
by andybak on 9/19/13, 1:13 PM
by segmondy on 9/19/13, 4:06 PM
by jaredmcateer on 9/19/13, 2:51 PM
by saltvedt on 9/19/13, 12:27 PM
How does it handle that time has passed since the recording of the test?
by waps on 9/19/13, 11:57 AM
What you want to test is the interface of your module to the rest of the application and whether it satisfies the published contract, and preferably if it handles weird cases correctly.
Those tests cannot be done by a tool.