This project is a template to help you with creating your own test project. When you enter your tests in TestLink (http://gazelle.ihe.net/testlink), you have the possibility to associate a Java class to each test suite and a Java method to each test case. These fields are used by the automation framework to execute tests specified in TestLink using TestNG. With this little project, you have the possibility to write your integration tests and execute them by running the run.sh script. As soon as you have checkout this project from the forge, execute the python script (initialize.py), the one will ask you for the name of the new project you want to create and its location. Then all svn files will be deleted and the TestManagerTemplate project name will be replaced by the one you have chosen.