Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Monkey Testing with Python Selenium

Description

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.

Program Overview

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.

Program Description

  • 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

Requirements

  • Python 3.x
  • Selenium
  • ChromeDriver
  • WebDriver Manager

Installation

Install the required packages using pip:

pip install selenium webdriver-manager

Usage

Run the script using Python:

python monkey_testing.py

Releases

Packages

Contributors

Languages