What are the different environments in a software development team?


 Different environments in a software development team




There are mainly three different environments in the software development team 

  • Development Environment
This is the first stage and here the developers will develop the software as per the system requirement specifications and deploy it to the next environment (Testing ).
  • Test Environment
This is the second stage and here the testers will validate the software as per the system requirement specifications from a user perspective. If they will detect a defect during testing, the tester will report it to the development team to fix it. After defect fixing development team re-deploy again for retesting. 

If it is tested without any further defects the software will be deployed to the next environment (production)
  • Production Environment
This is the third stage and here the users will check the software whether it is working properly or not as per their requirements.

Comments

Popular posts from this blog

What is compatibility tests and how are they performed?

How to create a GitHub repository?