December 2019
Beginner to intermediate
770 pages
16h 14m
English
Writing the first black parts is about writing pseudo-English, defining what needs to be achieved with a test. It makes a test readable by any non-technical peer in the project, and in the event their support is needed, the threshold for them to read the test is substantially lower than if the code had been written as technical code. And, maybe an even stronger argument is that the code will be embedded in reusable helper functions.
So, here we go; let's write the black parts:
codeunit 60100 "Customer Category PKT"{ // [FEATURE] Customer Category SubType = Test; [Test] procedure AssignNonBlockedCustomerCategoryToCustomer() begin // [SCENARIO #0001] Assign non-blocked customer category // to customer // [GIVEN] A non-blocked ...Read now
Unlock full access