Challenge: Order Workflow
Explore how to automate a full work order workflow by creating, updating, and deleting orders using WebdriverIO. Understand applying the Page Object Model and execute tests to verify UI updates throughout the process.
We'll cover the following...
We'll cover the following...
Overview
In this challenge, you’ll test the entire workflow from creating, to updating, and to deleting a work order. The following slides illustrate the process:
Let's look at the slides above in detail:
In slide 1, we see the “No current orders” heading.
In slide 2, we select the “Add Order” option from the navigation menu.
In slide 3, ...