An open API service indexing awesome lists of open source software.

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

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