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
- 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
Post a Comment