Creating a test codeunit

Typically, a test codeunit can be viewed as a test suite that tests a feature. As this feature, Gifts, is different from the one addressed in the previous test examples, we should contain this test in a new test codeunit, as follows:

codeunit 60101 "Gifts PKT"
{
// [FEATURE] Gifts
SubType = Test;
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.148.103.219