First Test | Bondar Academy
Course: AI-based testing with testRigor
Module: Introduction
Instructor: Artem Bondar
Lesson Summary
In this lesson, we explore the test application that will be used throughout the course and create our first test trigger . Test Application Overview The practice website is playground.bonderacademy.com , which features various UI elements for testing, including: Sliders Charts Forms (inline forms, checkboxes, radio buttons) Date pickers Dialog boxes and toasters Drag and drop functionality Setting Up the Test Suite To create a new test suite: Name it (e.g., Playground QA ). Select Desktop Web Testing . Provide the base URL: playground.bonderacademy.com . Skip username and password fields. Select Chrome as the browser. Set the number of AI-generated test cases to zero . Click Create Test Suite to finalize. Configuration Settings To optimize performance, adjust the following settings: Change Maximum Wait Timeout from 30 seconds to 5 seconds. Set Resolution to Full HD (1920x1080). Update interaction with overlapped elements to interact with overlap . Change text reference in input fields to consider text as visible attribute . Modify element finding to include invisible properties like IDs. Make sure to save these settings. Creating and Running a Test Case To automate a scenario: Add a test case and name it (e.g., First Test ). Write prompts for each step, using visible elements as identifiers. Run the test and review the generated screenshots for each action. The interface allows for easy management of test cases, including editing, retesting, and viewing execution history. Throughout the course, we will cover nuances of using Test Trigger effectively. Stay tuned for the next lesson!