Form fields
Course Content
0 / 60 completedCourse Overview
Windows users only Install git bash
Project setup with npm init
Explore the framework
Functions and understanding the test frame
Install required software custom web application Nodejs Visual Studio Code
Selectors and page interactions Waiting for a button clicking on a button
Assert text changes
Assert page navigation
EndtoEnd Testing Introduction
Accessing specific elements Assert that the button changes text
Page Objects
Accessing specific elements Add three products to the basket via page object
Nested page object method calls
Move to checkout using navigation bar
String conversion Assert that the basket counter increases
Selecting specific elements out of multiple options
Iterating over multiple elements with map String replacements
Dropdowns
Method arguments passing data into our page object from outside
Form fields
Thirdparty dependencies and UUIDs
Form fields Fill out delivery details
Regular Expressions
Abstracting test data Move user details into dataspecific directory
Continue to payment page
Inbuilt retries Counting elements
Keyboard API Simulating typing
Extracting input values
iframes Grab discount code
Inbuilt retries Input values
Form fields Fill in credit card details
Complete payment
Inbuilt retries Text changes
Mobile viewport setup
Conditional actions Adding a product to the basket in mobile
Conditional actions Adjustments to not impact the desktop tests
Utility functions Move to checkout using mobile navigation drawer
Advanced Techniques Introduction
My Account page
Cookies and browser storage
APINetwork requests handling JSON Part 2
Reusable API helpers
APINetwork requests with thirdparty dependencies handling JSON Part 1
Environment variables
globalSetup Calling functions before all tests
Page scripts Injecting cookies into the browser
Mocking network requests
CI Systems Introduction
Mac users only Installing git
Sign up for GitHub
Preparing the project before push to GitHub
Authentication with SSH key
Upload project to GitHub
Goodbye
GitHub Actions First step
GitHub Actions Secrets
GitHub Actions pipeline Commands to execute tests
Spread Operator in JavaScript
UI Mode