Puneet Varma (Editor)

Development, testing, acceptance and production

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The acronym DTAP is short for Development, Testing, Acceptance and Production. It is a rather common acronym in ICT expressing a phased approach of software testing and deployment. The four letters in DTAP denote the following common steps:

  1. The program or component is developed on a Development system. This development environment might have no testing capabilities.
  2. Once the developer thinks it is ready, the product is copied to a Test environment, to verify it works as expected. This test environment is supposedly standardized and in close alignment with the target environment.
  3. If the test is successful, the product is copied to an Acceptance test environment. During the Acceptance test, the customer will test the product in this environment to verify whether it meets their expectations.
  4. If the customer accepts the product, it is deployed to a Production environment, making it available to all users of the system.

The set of environments used for a DTAP cycle is often called a DTAP street.

The set of environments can be smaller or larger, depending on the demands of the project. Examples of other steps are:

  1. Education – This extension of the DTAP-street is a training environment for the users of the production environment.
  2. Backup – The Backup site is used in case of Disaster recovery.

Though the methodology is called DTAP, some projects might use DTAPB, DTP, DTEP or any other variant addressing the project needs.

References

Development, testing, acceptance and production Wikipedia