Skip to content

Version Control managing in DataBase

bobmarthin edited this page Jan 29, 2014 · 1 revision

When you manage your tests in DataBase , finally you find that it's very difficult to keep two versions of test i.e. QA and Production . The same happened with Applenium , there for additional development is required now ..... After considering some options I decided to continue manage it in DB and not in source control. The pros : that we continue sharing all test between users. The solution is very simple for understanding - just add columns for each version and mark each test or step with 1/0 . For some cases required to copy test for updating.

It's attached example of the DB table with the solution.

Clone this wiki locally