I am new to Servicenow and investigating the capabilities of ServiceNow. I am trying to understand how we can implement standard development best practices in ServiceNow.
- Versioning
- CI/CD
- Source code integration with code review
So far I found some information from SNOW documentation.
So far it seems Team Development is the best pick when multiple developers work. But it seems cost is higher as it needs separate standalone instances.
I already went through development using Update Sets and I need to know how code reviewing can be done when using Update Sets?
Further, From my experience, It seems that Update Sets are not isolated development methods. So it seems Update Sets not works as how branching in GIT works.
Could you please advise me which SNOW practices is well suited for my requirements.
Thanks.