How to test an app with multiple devs?

This SOP outlines the process for testing an app collaboratively with multiple developers. It ensures thorough and coordinated testing to identify and resolve issues efficiently, maintaining high-quality standards throughout the development process.

Development

  1. Everyone works in a different branch
  2. NEVER merge to main
  3. Copy and paste changes from your branch to main
  4. Try not to stay in the same branch for more than 2 days

 

See you branch → make changes → update main → and then re-branch for further updates.

For testing/QA

Create a branch called QA and test on that branch.

 


Was this article helpful?
© 2025 LowCode Internal Docs