Challenge: Create an Order
Explore how to build an end-to-end test for creating an order in a work order manager application. This lesson guides you through using WebdriverIO and a modular testing approach with page objects to simulate user interaction and verify new orders display correctly on the home page.
We'll cover the following...
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 ...