Still there is a diamond in the ruff. Rolling out testing to a larger group could be very useful.
I write software and roll it out as so:
1. Unit test system.
2. Business Unit level test system.
3. Smallest production system.
4. Set of next smallest production servers (fewest clients and load).
5. All production servers.
This catches bugs early on, finds performance bottlenecks etc.