Hi, I have about 50 webservices in a project. I have various test cases for those webservices. I want to test the test cases against multiple environment. Exp: Production,Dev,QA,Integration envir...
Usha, the way the I am accomplishing this is to create a test case, and run it multiple times from command line (in my case from ant), passing in the host name that I want to execute against.