This project is a test automation script built with Robot Framework and SeleniumLibrary It demonstrates how to automate a login scenario on SauceDemo, 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_login.robot
β Contains the login test case using valid credentials.
Make sure you have Python installed, then install Robot Framework and SeleniumLibrary:
pip install robotframework
pip install robotframework-seleniumlibrary