Customization > Validation Guidelines for Automation of Customizations > Executing Unit Tests in Development System
Executing Unit Tests in Development System
1. To execute tests from the Windchill shell traverse to <WT_HOME>\bin\customizationTools directory.
2. Execute the commands mentioned in Building the Automation section in Building and Deploying Unit Tests in Development System and execute the following commands.
ant test.unit
* 
The above command will execute the unit tests and generate the test execution report in the <WT_HOME>\buildlogs\customizationLogs\UnitTest\<moduleName>\TestExecutionReport directory. The logs are generated in the <WT_HOME>\buildlogs\customizationLogs directory. If any unit test fails, then this command or target will also fail.
Was this helpful?