Test Application Overview | Bondar Academy
Course: Cypress UI Testing with JavaScript
Module: Introduction
Instructor: Artem Bondar
Lesson Summary
In this video lesson, the instructor introduces two test applications that will be utilized throughout the course. Application 1: Playground The first application is playground.bonderacademy.com . This app serves as a sandbox for practicing interactions with various UI elements . Key features include: Toggle switches to change values. Collapsible menus for navigation between different pages. Form layouts with various input elements such as radio buttons, checkboxes, and date pickers. Dialog boxes and handling random pop-ups . Drop-down menus with different designs and testing approaches. Drag-and-drop functionality. Smart tables for adding, deleting, and filtering items. The focus will be on using Cypress to automate interactions with these elements. Application 2: Conduit The second application is conduit.bonderacademy.com , which includes a back-end server and API functionality. Key points include: Ability to create a test account using any random email and password. Performing CRUD operations: Create , Read , Update , and Delete articles. Using Cypress to handle both UI and API tests. This course will provide a comprehensive understanding of interacting with web elements and API testing.