Acceptance Criteria for Automation of Customization (Unit)
The following is the criteria for accepting automation for customization (unit):
* 
No CCD deployment will fail due to a unit test failure.
If unit tests are included, all tests should pass. No failing tests should be submitted.
Test execution results should be consistent and reliable.
All tests should follow the customization test package structure. For more information, refer to Structure of Test Package Customization.
Follow the Guidelines and Best Practices for Unit Tests and the Junit user guide for writing tests. Use the user guide for the appropriate version.
Code coverage for unit tests should not be below 80%. For detailed guidelines, refer to Generating Code Coverage Report.
¿Fue esto útil?