Customization > Validation Guidelines for Automation of Customizations > Acceptance Criteria for Automation of Customization (Unit)
Acceptance Criteria for Automation of Customization (Unit)
The following is the criteria for accepting automation for customization (unit):
All tests must pass. No tests that fail should be submitted.
Test execution results should be consistent and reliable.
All tests should follow the customization test package structure. For more information, see Structure of Test Package Customization.
Follow the Guidelines and Best Practices for Unit Tests and the Junit user guide for writing tests. Please use the user guide for appropriate version.
Code coverage should not be below 80 percent for the unit tests. For detailed guidelines see Code Coverage.
Was this helpful?