Skip to content

doyinsolass/Web-Automation-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Selenium Blog Signup Automation 📰

This project is a basic web automation test for signing up on the Selenium Blog website using Python and Selenium WebDriver. The test script automates the process of filling out the signup form, entering an email and verifying the success message.

Prerequisites

Before you start, make sure that you have the following apps on your machine:

  • Python 3.x
  • Selenium WebDriver
  • Firefox browser
  • Geckodriver (for Firefox)

Installation

  1. Clone the repo:

    git clone https://github.com/yourusername/selenium-blog-signup.git
    cd selenium-blog-signup
  2. Install the required Python packages:

    pip install selenium
  3. Download and install Geckodriver:

    • Download Geckodriver from the official website.
    • Extract the downloaded file and add the path to your system's PATH environment variable.

Running the Test

  1. Navigate to the project directory:

    cd selenium-blog-signup
  2. Run the test script:

    python test_signup.py

Test Script Overview

The test script test_signup.py performs the following actions:

  1. Opens the Firefox browser and navigates to the Selenium Blog signup page.
  2. Fills out the signup form with a unique username and email address.
  3. Submits the form.
  4. Verifies that the success message is displayed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages