Hi There,
Sounds Ok, that Jenkins and i will definatelly look into it. It might be usefull for me in future, but its not what i want to do at this moment..
What i want to do is make the projects, testcases and teststeps every time i need to do my regression tests so that i don't have to keep track of every single alteration in the wsdl's.
Its supposed to become a time saver.
For this moment all i have to know is what groovy command i need to use to close project A and open project B. If i know that, then i can try (its all try and error atm) to get a step further...
The steps that i want to follow are:
1: automatically make projects
1.1 automatically fill some environment variables like different environment url's, different usernames/passwords, etc
2: automatically make testcases
3: automatically make teststeps
4: automatically fill the teststeps
5: run tests automatically and get a report
Step 1 is working (not 1.1, i will save that for later)
Step 2 isnt atm.
Step 5 is covered, i know how to do that