1. Home
  2. DevOps
  3. Standards
  4. Deployment Standards

Deployment Standards

Contents

Deployment standards help to prevent errors from occurring in a production environment. Our test cycle is designed to prevent as many unforeseen errors as possible through repeated testing.

Test Cycles

GreatIdeaz uses multiple developers when testing. The first developer writes the code and tests it in their own environment. The second developer integrates the first developer’s code into the Dev master branch and retests it. When this code is determined to be properly written in the Development environment, it is released to the Quality Assurance environment. In the QA environment, it is tested again with more up to date data, with joint testing with the client. Once the code has passed all tests in the QA environment, it is pushed to the Production environment where it is tested again. The tests done in the production environment are even more rigorous than the tests in the development and QA environments. There may be differences between the QA environment and the production environment, and any errors here must be solved as quickly as possible. All developers involved as well as any participating IT professionals from the client are involved with testing at this stage to ensure that there are no problems going forwards.

Updated on November 22, 2021

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment