Implementing our test scenarios

Given an ATDD scenario, we can effectively implement test code using the following four steps:

  1. Create a test codeunit with a name based on the [FEATURE] tag.
  2. Embed the requirement into a test function with a name based on the [SCENARIO] tag.
  3. Write the test story based on the [GIVEN], [WHEN], and [THEN] tags.
  4. Construct the real code.
..................Content has been hidden....................

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