https://github.com/atheeralzhrani/robotframework-login-test
Automated test using Robot Framework and SeleniumLibrary to test the login functionality
https://github.com/atheeralzhrani/robotframework-login-test
robotframework seleniumlibrary
Last synced: 7 months ago
JSON representation
Automated test using Robot Framework and SeleniumLibrary to test the login functionality
- Host: GitHub
- URL: https://github.com/atheeralzhrani/robotframework-login-test
- Owner: AtheerAlzhrani
- Created: 2025-07-02T19:23:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T19:47:20.000Z (7 months ago)
- Last Synced: 2025-07-02T20:35:50.329Z (7 months ago)
- Topics: robotframework, seleniumlibrary
- Language: RobotFramework
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 Robot Framework Login Test
This project is a test automation script built with [Robot Framework](https://robotframework.org/) and [SeleniumLibrary](https://robotframework.org/SeleniumLibrary/) It demonstrates how to automate a login scenario on [SauceDemo](https://www.saucedemo.com/), a publicly available web application designed for testing and training purposes. The goal is to provide a simple, readable example of end-to-end browser automation using open-source tools.
## 📄 Test File
- `test_login.robot` — Contains the login test case using valid credentials.
## 🚀 How to Run
### 1. Install Dependencies
Make sure you have Python installed, then install Robot Framework and SeleniumLibrary:
```bash
pip install robotframework
pip install robotframework-seleniumlibrary