Thursday, February 20, 2020

Why do we need a separate environment for developers and testers

(Q). Why do we need a separate environment for developers and testers?
Because developers have often lot of other tools running on their environments which might affect the outcome of the test and hence needs to be separated from a test environment.
A test environment would be setup as close to the production as possible so as to ensure good quality testing. It would also allow setup and installation testing.
A separate environment also allows QA to test installation issues and fulfillment of all software requirements. You usually setup a separate QA environment, because you want to give the testers an isolated environment on which to test, so that developers and testers can work at the same time.

Different environments in Software development...

No comments:

Post a Comment

Featured Posts