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

What are compatibility tests and how are they performed?

What Is a Use Case, Purpose of Use Case and How to Write Use Case?

How to log a bug with a detailed description ?