Prepare for Your First Assignment | Bondar Academy
Course: TestRigor Practice Assignments
Module: Introduction
Instructor: Artem Bondar
Lesson Summary
This lesson introduces the setup for practice assignments using a test application. Follow these steps to get started: Accessing the Test Application Navigate to petclinic.bonderacademy.com in your browser. You will need to: Reset your password: Click on the "Forgot Password" button and enter your email associated with Bonder Academy. Check your email for a reset link, create a new password, and log in to the application. Application Overview Once logged in, you can perform various operations: CRUD Operations: Create, Read, Update, and Delete entities like Owners, Veterinarians, Pet Types, and Specialties. API Interaction: Use the Networking tab to view API requests and responses. Swagger Page: Access the API documentation at petclinic-api.bonderacademy.com/petclinic/swaggerui/index.html . Authorize using the token from the application. Setting Up Test Trigger To create test cases: Create a free Test Trigger account (do not use a corporate account). Create a new test suite (e.g., PetClinicTest ) and enter the application URL and credentials. Create test cases using the login method provided by Test Trigger. Submitting Test Cases After automating your test cases: Navigate to the practice assignment module in Bonder Academy. Submit the unique URLs for each test case executed successfully. Click "Submit All Test Cases" to complete your submission. Wait for feedback on your submissions via email. For questions, reach out in the Slack channel. Good luck!