Why do production servers and test servers have to be similar?

Why do production servers and test servers have to be similar?

 Test environment has to be closely matched with the production environment so when testers replicate the same environment as users, they are able to detect as many issues as possible the users would face that affects performance and functions of the application, so these issues are resolved before it is released to the user, so the latter is able to use a bug free application that runs smoothly without any issues.

Comments

Popular posts from this blog

How to log a bug with a detailed description ?

How to push changes to Git Hub using the command line?

How to log a defect with a detailed description?