Search⌘ K
AI Features

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...

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. ...