Definition: Dev/Test usually refers to development and testing environments that are separate from the production environment.
Developers build and experiment in Dev, while Test is used to verify that the software works correctly before production.

Examples:

  1. Developer changes code → deploys it to Dev → tests the feature.
  2. QA tests a new version in Test without affecting real customers.
  3. A bug is fixed in Dev → promoted to Test → QA approves it → Production.

Software-Development My-Journey-In-Codeless