Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Part 4 of 6 of this series I began rewriting some of the embed code from the UpdateDetail procedure in the Invoice app as a reusable, testable class. Although I also showed how to create a DLL that's compatible with the CTest test runner utility. Now it's time to create a test procedure.simply showed some test code on its own, that code lives inside a ClarionTest-compatible test DLL.

If you're following along, read Creating a ClarionTest test DLL for instructions on how to create a new test DLL. 

The first test procedure

Click on New Procedure and add a procedure called Test_CreateDetail_SetPriceAndQuantity_VerifyExtended.

...