Exercise 6: Verification

Now you are ready to run the test and see if your activity passes the test with the new requirements

  1. Press CTRL+SHIFT+B to build the solution
  2. Press CTRL+R, A to run all tests
  3. Verify that all tests pass

    Figure 40

    All tests pass

  4. Double click on the ShouldReturnWorkflowThread test result to view the debug messages about the threads

    Figure 41

    The test results show the workflow ran on a different thread

Next Step

Exercise 7: If/Else Logic