Name | Description |
webMethods.integrationServer.name | Specifies the Integration Server host name. For example: localhost, 27.0.0.1 |
webMethods.integrationServer.port | Specifies the Integration Server port. For example: 5555 |
webMethods.integrationServer.userid | Specifies the Integration Server user name. For example: Administrator, Developer |
webMethods.integrationServer.password | Specifies the Integration Server user password. For example: manage |
webMethods.integrationServer.ssl | Specifies the Integration Server port uses SSL connection or normal. For example: false or true |
webMethods.home | Specifies the product installation location. For example: C\:\\SoftwareAG |
webMethods.test.setup.location | Specifies multiple project locations (absolute directory path) in $AbsoluteProjectLocation1,$AbsoluteProjectLocation2,$AbsoluteProjectLocation3 format. In this case, Test Suite Executor searches for all available and valid WmTestSuite files in these directories. For example: C:/SoftwareAG/IntegrationServer/instances/default/packages/SampleTestSuite,C:/_gitRepo/packages/SampleTestSuite1. It executes specific and multiple WmTestSuite files by specifying it in the following format:$AbsoluteProjectLocation1;$RelativeTestSuitePath1,$AbsoluteProjectLocation2;$RelativeTestSuitePath2. For example : C:/SoftwareAG/IntegrationServer/instances/default/packages/SampleTestSuite;resources/test/setup/wmTestSuite.xml,C:/_gitRepo/packages/SampleTestSuite1;resources/test/setup/wmTestSuite.xml |
webMethods.test.setup.external.classpath.layout | Specifies the relative paths within the projects where required classes or jar files are expected to be in Test Executor build-classpath. For example, when third-party libraries or Mockfactory classes are referred from the Tests, specify the locations where these are stored at, so that executor can load these dependencies during headless tests. Append the default comma separated list if required. Default value: resources/test/classes,resources/java/classes,resources/test/jars,resources/java/jars,resources/jars |
webMethods.test.profile.result.location | Specifies the absolute directory location where the reports are stored. For example: C\:/git_sources/GitRepo3/WmTestSuiteExecutor/test/reports/ |