# QA Challenge (old)
## Task 1
Please download the StudySmarter's mobile app for iOS or Android, and report a few findings in a similar format as a Jira ticket. These findings could be either bugs or improvements.
A standard jira ticket usually has these input fields:
1. Title
2. Description
3. Priority
4. Add any other field you would see fit
## Task 2
Please automate the following tasks using Cypress.
You can focus on the StudySmarter Demo-Webapp at [demo.studysmarter-test.de](https://demo.studysmarter-test.de)
Please create a Git repo afterwards and push your code there, and share the repo with us.
- Implement two custom API commands: to register with email and to login
- Implement a test suite that covers these test cases, using the custom API commands you implemented wherever needed:
- **User registers and logs in**, from the login page
- **Uers creates a study set**, and the study set is shown correctly in the left-hand side of the Library page.
- **User creates a flashcard**, which is shown in the Flashcards tab when opening the studyset
- **User creates another flashcard and deletes it**