Challenge: Create an Order
Challenge yourself by writing a test to create a new work order.
We'll cover the following...
Overview
Previously, we tested a work order manager application at the API level. Now, we will test the same application from the user interface (UI) level. For this challenge, we will test the workflow to create a new order. The following slides illustrate the process:
Let's look at the slides above in detail:
In slide 1, we view the ...