Repository Setup









1.    An overview of a typical repository architecture where development, testing, and production are carried out in separate Work repositories.

2.    When the development team finishes work on certain projects, it releases them into the Master repository.

3.    The testing team imports these released versions for testing in a separate Work repository, thereby allowing the development team to continue working on the next versions

4. When the test team successfully validates the developed items, the production team exports the executable versions (called scenarios) into the final production Work repository.

5.    This repository structure corresponds to a simple development-test-production cycle.

No comments:

Post a Comment