Final Integration Testing for Q.A.

Posted by CalebHC on Stack Overflow See other posts from Stack Overflow or by CalebHC
Published on 2010-05-16T20:53:22Z Indexed on 2010/05/16 21:00 UTC
Read the original article Hit count: 169

A medium sized rails app that our company has been working on is getting close to the end of development and we are going to start doing Q.A. testing on it. We've have been writing unit, functional and integration tests all along and our test coverage is about 99% (even though that really doesn't mean anything).

We feel like we have a pretty good test suite but I was wondering if we should be writing final integration tests for every little action we are going to do during our Q.A. process. If so, would using Shoulda or Cucumber be a good idea? We haven't used either of those testing tools yet, but they sound really great. Any ideas or thoughts would be really helpful.

Thanks

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about testing