Why do production servers and test servers have to be similar?
Reason behind Production server and Test server similarity:
- Production servers and test servers should closely resemble each other because when testers replicate the same environment as users, they will be able to detect issues what in real world user will face, so these issues are resolved before releasing the application to users.
Advantage: User can use bug free application that runs smoothly without any issues.
Comments
Post a Comment