This project demonstrates how to perform Monkey Testing using Robot Framework and SeleniumLibrary.
- Functionality: Performs monkey testing on a website.
- Programmer: Suman Gangopadhyay
- Email ID: linuxgurusuman@gmail.com
- Date: 6-Jan-2025
- Version: 1.0
- Code Library: Selenium
- Prerequisites: Python, Selenium, ChromeDriver
- Caveats: None
- Python 3.x
- Robot Framework
- SeleniumLibrary
- Browser drivers (e.g., ChromeDriver for Chrome)
-
Install Robot Framework and SeleniumLibrary:
pip install robotframework pip install robotframework-seleniumlibrary
-
Download and place the appropriate browser driver (e.g., ChromeDriver) in your system PATH.
To execute the test suite, run the following command in your terminal:
robot -d Results TestCases/MonkeyTesting.robotThis command will run the test suite and generate the results in the Results directory.
This project is licensed under the MIT License.