Before You Begin | Bondar Academy
Course: TestRigor Practice Assignments
Module: Introduction
Instructor: Artem Bondar
Lesson Summary
Welcome to the Test Trigger practice course . This course is designed to help you convert your theoretical knowledge into hands-on skills by writing code and prompts for applications you may not have encountered before. In this practice course, you will: Automate a variety of test cases organized by different topics. Submit your automated test cases for review . Receive feedback that will enhance your learning experience. One common mistake made by 90% of students is the oversimplification of prompts . For instance, if you validate that a page contains the text specialties , your test might pass even if the header moves to the footer, leading to a false positive test . This means that while the test passes, it does not accurately validate the intended functionality. To avoid this, you should create more precise assertions that specifically check that the text belongs to the header rather than any other part of the page. Throughout the practice exercises, you will encounter similar examples that emphasize the importance of accurate prompting. In the next video, you will learn how to set up everything for the practice assignments, preparing you for success. See you there!