Register now or log in to join your professional community.
If you are creating many test cases using the Selenium tool for automation testing, you will need a tool to manage the sharing test cases, tracking history of them, and getting latest of any test case. What are some of the available tools for this?
You can use eclipse to manage your test cases
the good thing about eclipse svn is that you can centralize your wok, commit, be able to go over history and so on
Well.. in this case.. you can use any version control tools.
There are many such tools.
Open source like CVS, SVN etc
or proprietary like VSS (Visual Source Safe), ClearCase etc
To view more visit: http://en.wikipedia.org/wiki/List_of_revision_control_software
Please feel free to post if you need further help in deciding which one is better for you.
OR
You can try using Selenium Maven Plugin.