The Projects directory includes the
project.properties file that you need to configure your project.
By default, the following properties are provided. You can also add your own custom properties and use them while creating the
TestConfig.xml file or in the custom groovy scripts.
Procedure
Specify your HTTP port. For example,
EndPointURL=http://localhost:8080.
Specify credentials of TIBCO MDM user with the Administrator role. The credentials are required primarily when TestSuites require creating a user or enterprise.
Change the values of the
DBDriverURL,
DBUser, and
DBPassword
properties as per your requirement.
Copy the JDBC JAR file in the lib folder of FrameworkFiles folder that is being used by the MDM server to connect to your database.
Note: Properties mentioned in the
project.properties file are used in configuration files, such as
TestConfig.xml file.
Create a New Project: create your own customized project by maintaining a directory structure. The Projects directory must contain common, config, and log folders. For more information on the directory structure, refer to
Directory Structure.
Create a Configuration File: By default, the
BasicSanity.xml file is located in the
$MQ_HOME\test\TestAutomation\Projects\Sanity\config folder. You can create a new configuration file for your customized project based on these files. For details, refer to
Configuration File.