Best thing for testing code?

2011-08-30 Thread Eric Cobb
We are wanting to put some type of testing system in place here at work. I know there's a ton of stuff out there, and I'm really at a loss as to where to start. I'm not sure if any of the TDD frameworks are what we're after or not. Our main concern right now is setting up something to help

Re: Best thing for testing code?

2011-08-30 Thread Russ Michaels
there are several cf unit testing solutions available. http://mxunit.org/ http://www.cfcunit.org/cfcunit/ http://cfunit.sourceforge.net/ You can use these not only to test that everything is working, but also to test the data being returned is correct as you require. -- Russ Michaels

Re: Best thing for testing code?

2011-08-30 Thread sm...@ibsys.com sm...@ibsys.com
I'm replying via the website, since I don't subscribe to the feed, and I've never been sure if this gets sent out to the list via email or not, but anyway, I found your question very interesting. In your question, you're saying, We have this business process. We have this software, which is