This repository contains a Python program that performs Monkey Testing using Selenium WebDriver. Monkey Testing is a type of random testing where the application is tested by providing random inputs and observing its behavior.
The program navigates to a specified URL, scrolls to a specific point on the page, and then randomly clicks on links found in the footer section of the page. It repeats this process multiple times to simulate random user interactions.
- Functionality: Performs monkey testing on a website.
- Programmer: Suman Gangopadhyay
- Email ID: linuxgurusuman@gmail.com
- Date: 1-Jan-2025
- Version: 1.0
- Code Library: Selenium
- Prerequisites: Python, Selenium, ChromeDriver
- Caveats: None
- Python 3.x
- Selenium
- ChromeDriver
- WebDriver Manager
Install the required packages using pip:
pip install selenium webdriver-managerRun the script using Python:
python monkey_testing.py