Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victoriaduarte/universo-robot
Automated tests for a Gym web and mobile application using Robot Framework
https://github.com/victoriaduarte/universo-robot
api-testing appium appium-android automation-testing mobile-testing robotframework web-testing
Last synced: 13 days ago
JSON representation
Automated tests for a Gym web and mobile application using Robot Framework
- Host: GitHub
- URL: https://github.com/victoriaduarte/universo-robot
- Owner: victoriaduarte
- Created: 2024-03-11T01:52:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T23:48:41.000Z (6 months ago)
- Last Synced: 2024-05-23T00:31:24.535Z (6 months ago)
- Topics: api-testing, appium, appium-android, automation-testing, mobile-testing, robotframework, web-testing
- Language: RobotFramework
- Homepage: https://www.udemy.com/course/universo-robot-framework/
- Size: 34.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# universo-robot
Automated tests for web and mobile (Android) application using Robot Framework and Appium.## ๐ Course
[Universo Robot Framework - Udemy](https://www.udemy.com/course/universo-robot-framework/)## โ What I learned
- Automated Web testing using Browser Library
- Automated API testing using Requests Library
- Automated Mobile testing using Appium
- Manual API testing using Insomnia
- Test Setup and Test Teardown
- Page objects pattern
- Component testing
- Custom Python libs
- Manipulating JSON objects
- SQL scripts
- PostgreSQL database and pgAdmin 4 with Docker
- Cross-browser testing
- Enviroment variables with python-dotenv## ๐ Application
Smartbit is a fictitious gym application where the client starts their registration on the web application and visit the nearest branch to finish the membership process. On the native mobile app (Android) they can manage their account, register their body measurements, check their BMI (IMC) and cancel their gym membership.The gym administrator uses the web application to complete the client registration, manage the clients and their memberships.
*Mobile application*
*Web application*
## ๐งช Test cases
Client login
| Test Case | Status | Application |
|---|---|---|
|Login with cpf and ip | โ | Mobile |
|Login with unregistered cpf | โ | Mobile |
|Login with invalid cpf | โ | Mobile |Client measurements
| Test Case | Status | Application |
|---|---|---|
|Register my measures | โ | Mobile |
|Should not register empty measures | โ | Mobile |
|Should not register invalid measures | โ | Mobile |Admin login
| Test Case | Status | Application |
|---|---|---|
|Login as gym admin | โ | Web |
|Login as gym admin with invalid password | โ | Web |
|Login as gym admin with unregistered email | โ | Web |
|Login with invalid credentials | โ | Web |Client signup
| Test Case | Status | Application |
|---|---|---|
|Start the user registration | โ | Web |
|Name field should be required | โ | Web |
|Email field should be required | โ | Web |
|Document field should be required | โ | Web |
|Duplicate email | โ | Web |
|Duplicate cpf | โ | Web |
|Signup with invalid data | โ | Web |Memberships
| Test Case | Status | Application |
|---|---|---|
|Enroll an user | โ | Web |
|Should not create duplicate membership | โ | Web |
|Should not create invalid membership | ๐ง | Web |
|Search not found | โ | Web |
|Search membership by name | โ | Web |
|Delete membership by name | โ | Web |Clients
| Test Case | Status | Application |
|---|---|---|
|Search not found | โ | Web |
|Search client by name | โ | Web |
|Delete client by name | โ | Web |
|Edit client with valid data | ๐ง | Web |
|Edit client with invalid data | ๐ง | Web |## ๐ป Technologies and Tools used
- **Python**: Programming language used to create custom libraries
- **Robot Framework**: Test automation framework
- **Robot Framework dependencies**: `python -m pip install -r requirements.txt`
- **Appium**: Automation mobile testing tool
- **Android Studio**: Run the Android Virtual Device (AVD) emulator
- **Appium Inspector**: GUI for inspecting and interacting with the mobile app elements
- **Insomnia**: Manual API testing## Report
*Web test report*
*Mobile test report*