We have a pretty complex Java system which includes a few back-end tiers including a database, and a proprietary Swing front-end. There are back-end APIs that external parties can attach to that mimic our front-end. There are approximate 5 silos within our org that share this system. In total there are around 15 developers that maintain this system.
I wonder if there is a rule of thumb out there that governs what the size our QA team should be?
Any ideas?
edit:
to add a bit of context based on questions raised in the responses thus far:
- we have about four major releases a year, and a bunch of minor ones in between
- our platform has money changing hands, so there are calcs that mean a lot to our customers
- we do use a formal bug tacking system
- we dont utilize TDD
- we use tools like cruisecontrol for continuous integration
