Hello Sanjib,
Thanks, that video helped me to get a direction in this. Specially if I pause video at 3:18, I can see how ant command can be extended to override the project properties.
I tried multiple combinations of parameter -DwebMethods.test.setup.location, but haven’t managed to get it running.
When I try the absolute path to the parent folder of the Test Suite xml, I end up getting an error with pipeline file paths.
I think this was anyway a wrong way.
Secondly,
I also tried using option to execute specific test suite using combination of absolute and relative path as per documentation.
but it somehow does not recognizing it properly and ends up executing all the test cases in my project.
Note: In above image, if we change the semicolon to a slash, it would be a proper path to my test suite xml file.
Another thing to notice is, I am maintaining the test suite projects outside of IS packages and outside of IS installation.
Can you please help me understand few things about these paths.
$AbsoluteProjectLocation1 ; $RelativeTestSuitePath1
$AbsoluteProjectLocation1
What exactly is this path? Should this be folder of Test Suite Java project including the project name folder?
$RelativeTestSuitePath1
I understand that this is path to TestSuite.xml file, but when we say it is relative path, it is relative to what ?
Let me know if you need more details.
#Unit-Test-Framework#webMethods