Share via


Exercise 3: Verification

In this verification, you will create a new application and verify the screening process.

  1. Delete any mail messages from the C:\Mailbox folder.
  2. Right-click the HRClient project, and select Set as StartUp Project.
  3. Make sure that the service is already launched in the ASP.NET Development server and press F5 to Debug the solution; the HRClient application should start.
  4. Submit a new application where the education level is Bachelors.
  5. The workflow should automatically reject this application and you should see a new email message in the C:\Mailbox folder. You can view the message if you like. Delete this message when finished.
  6. In the Contoso HR Tool click Start Again to submit a new Candidate Information Form. This time submit a new application where the education level is Masters.
  7. Look in C:\Mailbox. There should be a message, only this one is sent to the HR Reviewer. Right-click and open the message.

    Figure 36

    Request for Application Review

  8. Click the link in the message to go to the HR Job Application Approval web page

    Figure 37

    The HR Job Application Approval page.

  9. Click Hire to hire the applicant. This will send a message to the workflow.
  10. You should see a second mail message with the hire message.

Next Step

Exercise 4: Deploy the Solution