Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.47 KB

File metadata and controls

63 lines (45 loc) · 2.47 KB

Automating and Scraping Webpages using Junit & Selenium

In this project, I have used JUnit and Selenium to automate two webforms and scrape data from one web table.

Technologies Used

Prerequisites

  • Java Development Kit (JDK) 8 or later
  • IntelliJ IDEA (or your preferred Java IDE)
  • Gradle (if you want to use the provided Gradle build)

Setup Instructions

  1. Clone the repository:

    git clone <repository_url>
    cd <repository_name>
  2. Open the project in IntelliJ IDEA:

    • Open IntelliJ IDEA.
    • Select "Open or Import Project."
    • Navigate to the project directory and select the build.gradle file (if you are using Gradle) or the project directory itself.
    • IntelliJ IDEA will import the project.

Webform Automations

Test Report

image

Demonstration

Click on the video. (Automation part slowed down to 0.5x). Watch the video

Test Report

image

Demonstration

Click on the video. (Automation part slowed down to 0.5x). Watch the video

Automated Webscraping

1. Automated Web Scraping from https://dsebd.org/latest_share_price_scroll_by_value.php Webtable and Saving Data in .txt file!

Test Report

image

Demonstration

Click on the video. (Automated Scraping part sped up). Watch the video

Author

Mahbubur Rahman