Challenge Overview
Challenge Objectives
- We are starting to build up the e2e automation tests for our production Ognomy website.- Before we get into writing the test cases in code, we will need to design our test cases beforehand.
- We have decided to prepare our test cases by roles we have on our platform.
- This challenge will cover the test cases for an Admin User.
Technology Stack
- Test Cases Design Skil- Test Cases Organization Skill
Doc Access
- Template (includes site link and credentials): https://docs.google.com/spreadsheets/d/1IMTXklJa0Rv-Qpw-bh8jKRfXPz-zY-3ZQuDUtMZx7Yc/edit?usp=sharing- The Admin Role UI Design: https://drive.google.com/file/d/1taWjOjRxzTIjoe-SCCUcmv9trAvO4IWS/view?usp=sharing
Requirements
- In the template file provided above, you will find the credentials and link for our testing site. It also provides a way to structure the test cases.
- You should download the spreadsheet template, try to discover the test scenarios for the admin role by going through the website and Admin UI design document
- Fill the corresponding test steps in the Template, and add any new scenarios as you see fit while going through the website and the UI design document.
- Make sure your test cases achieve good coverage. Please focus on the Login page and the screens showed up in the Admin UI design document in this challenge when designing the test cases.
- You are not restricted to follow the structure presented in the Template file provided above, but you need to make sure to organize your test cases well enough.
Just remember that by following your test case design document, a test script writer should be able to write test cases in code accordingly.