Customization > Validation Guidelines for Automation of Customizations > Building and Deploying Unit Tests in Development System
Building and Deploying Unit Tests in Development System
For creation of customization root directory as per modular structure, see Deploy Your Customizations on Your Development Environment in Windchill Help Center.
Once the tests are authored and organized in a modular structure, next step is to build them. This involves the following two main steps:
Fetch Third-Party Jars and Deploy Within Windchill
Building the Automation
Build and deploy the customization source using targets such as compile, deploy from CCD utility. For more information, see the External Targets section in Windchill Help Center.
Build and deploy the customization tests using the following commands from Windchill shell by traversing to <WT_HOME>\bin\customizationTools directory.
ant compile.test—This command will compile the test Java files from all modules from customization root directory.
ant deploy.test—This command will deploy module specific test jars to <WT_HOME>\custom\lib directory.
Was this helpful?