So my company just decided to move to git from SVN. Basically, we move our SVN repo to new GIT Repo. We've done that. And we also already compared the files from the SVN as our sources and GIT as our target. But our supervisor insist that we need to test each of our migrated application manually.
So here's the detail of our supervisor demand :
- We migrate the script of our 100 application from development and production to GIT.
- We will clone the script containing 2 branches, dev and prod on a new server.
- We will test each applications manually, we will login to the apps, test each modules, etc.
My question is, is this the best practice for testing application migration to GIT? As far as I know, testing GIT is as far as we compare the object from the source repo and target repo. Or I was mistaken?