Structure of Test Package Customization
Source View
The unit tests should be kept in the <customizationRootDirectory>\Module\test\unit\src folder.
Deployment View
After compilation, the unit tests will be bundled in a jar file. For example, <WT_HOME>\custom\lib\<moduleName-unitTest.jar>.
Was this helpful?