multiple users are working on single project and we have git in place is it necessary to publish the test cases on orchestrator?
Welcome to the community
GIT is where you maintain the code(like actual files)…orchetsrator is where you run those codes(Basically as nupkg)
cheers
1 Like
In simple words, Git is a code repository, basically to backup the code and deploy to Orchestrator if configured whereas publishing to Orchestrator enables you to run these test cases and test the scenarios you developed.
1 Like
Thanks for the explanations
1 Like