Customization > Validation Guidelines for Automation of Customizations > Type of Tests and Automation Technology
Type of Tests and Automation Technology
* 
As of now, only automation in the form of unit test is expected and supported.
Unit test:
Verification of functionality at the smallest unit level.
It can be executed without running method server.
It should be written using Junit technology.
Was this helpful?