Test branch use case for Branch and Merge workflow (Cloud only)
The "Test branch" use case illustrates a real-world workflow for the Branch and Merge feature.
The Requirements Team has completed and approved their main requirements. The Test Team wants to begin writing tests against the approved requirements while the Requirements Team continues to work on future components.

By working in a separate branch, the Test Team makes sure they are writing tests against the approved requirements that are fixed.

The Requirements Team edits other components in the main project (Main Project) while the Test Team starts a test cycle in their branch (Test Branch), capturing any defects along the way.

After the Test Team finishes their test cycle, they perform a review and update requirements as needed.
Finally, the test branch is merged back into the main project.
