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 for our course and create our first test using Test Trigger . Here’s a summary of the key points covered: Test Application Overview We will use the website playground.bonderacademy.com for practice exercises, which includes various UI elements such as: Sliders Charts Forms (including checkboxes and radio buttons) Date pickers Dialog boxes and toaster notifications Drag and drop features Setting Up the Test Suite To create a new test suite: Name the suite (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 . Configuration Settings Adjust settings for optimal performance: Change maximum wait timeout from 30 seconds to 5 seconds . Set screen resolution to Full HD (1920x1080). Creating and Running the First Test Case To automate a scenario: Open the home page. Click on the Forms menu item. Expand the menu and select Form Layouts . Input username and email , then click Submit . Utilize visible elements and unique identifiers for interactions. Test Trigger captures screenshots at each step for review. In summary, Test Trigger allows for simple scripting through human-readable prompts, facilitating efficient test automation. Future lessons will delve into nuances for reliable prompt creation.