{"id":27629245,"url":"https://github.com/raadxrahman/selenium-java-junit-automation","last_synced_at":"2025-04-23T15:15:44.375Z","repository":{"id":288826474,"uuid":"966834142","full_name":"raadxrahman/Selenium-Java-JUnit-Automation","owner":"raadxrahman","description":"Automating a few webforms and scraping data using JUnit \u0026 Selenium in this project.","archived":false,"fork":false,"pushed_at":"2025-04-19T19:40:28.000Z","size":15236,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T15:15:37.995Z","etag":null,"topics":["automation","gradle","java","junit","selenium"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raadxrahman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-15T14:20:33.000Z","updated_at":"2025-04-19T19:40:31.000Z","dependencies_parsed_at":"2025-04-19T21:32:16.197Z","dependency_job_id":"42e95c91-2a99-48c6-a1e3-87185d0205de","html_url":"https://github.com/raadxrahman/Selenium-Java-JUnit-Automation","commit_stats":null,"previous_names":["raadxrahman/selenium-java-junit-automation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raadxrahman%2FSelenium-Java-JUnit-Automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raadxrahman%2FSelenium-Java-JUnit-Automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raadxrahman%2FSelenium-Java-JUnit-Automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raadxrahman%2FSelenium-Java-JUnit-Automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raadxrahman","download_url":"https://codeload.github.com/raadxrahman/Selenium-Java-JUnit-Automation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457792,"owners_count":21433734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","gradle","java","junit","selenium"],"created_at":"2025-04-23T15:15:43.156Z","updated_at":"2025-04-23T15:15:44.336Z","avatar_url":"https://github.com/raadxrahman.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automating and Scraping Webpages using Junit \u0026 Selenium \nIn this project, I have used JUnit and Selenium to automate two webforms and scrape data from one web table. \n\n## Technologies Used\n\n * Java\n * Selenium-Java (https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java\nimplementation(\"org.seleniumhq.selenium:selenium-java:4.31.0\"))\n * JUnit Jupiter API (https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api\ntestImplementation(\"org.junit.jupiter:junit-jupiter-api:5.5.1\"))\n\n ## Prerequisites\n\n * Java Development Kit (JDK) 8 or later\n * IntelliJ IDEA (or your preferred Java IDE)\n * Gradle (if you want to use the provided Gradle build)\n\n## Setup Instructions\n\n 1.  **Clone the repository:**\n\n     ```bash\n     git clone \u003crepository_url\u003e\n     cd \u003crepository_name\u003e\n     ```\n\n 2.  **Open the project in IntelliJ IDEA:**\n\n     * Open IntelliJ IDEA.\n     * Select \"Open or Import Project.\"\n     * Navigate to the project directory and select the `build.gradle` file (if you are using Gradle) or the project directory itself.\n     * IntelliJ IDEA will import the project.\n\n\n## Webform Automations \n\n### 1. Automating The https://www.digitalunite.com/practice-webform-learners Webform!\n#### Test Report \n![image](https://github.com/user-attachments/assets/fdf3fb09-de0f-4f59-90b9-b0b837112270)\n#### Demonstration \nClick on the video. (Automation part slowed down to 0.5x). \n[![Watch the video](https://github.com/raadxrahman/JunitAutomation/blob/master/src/test/resources/Demonstration/img.png)](https://youtu.be/_ZRsSk_uDWA)\n\n\n### 2. Automating The https://demo.wpeverest.com/user-registration/guest-registration-form/ Webform!\n#### Test Report \n![image](https://github.com/user-attachments/assets/895a72bc-58d7-426c-ae36-ed3a7e0dd322)\n#### Demonstration \nClick on the video. (Automation part slowed down to 0.5x). \n[![Watch the video](https://github.com/raadxrahman/JunitAutomation/blob/master/src/test/resources/Demonstration/img_1.png)](https://youtu.be/TqxrcQxnhMI)\n\n\n## Automated Webscraping\n### 1. Automated Web Scraping from https://dsebd.org/latest_share_price_scroll_by_value.php Webtable and Saving Data in .txt file!\n#### Test Report \n![image](https://github.com/user-attachments/assets/4f756a1a-6167-4c8c-bc8c-326810f325e4)\n#### Demonstration \nClick on the video. (Automated Scraping part sped up).\n[![Watch the video](https://github.com/raadxrahman/JunitAutomation/blob/master/src/test/resources/Demonstration/img_2.png)]( https://youtu.be/XFc1viAzUvk)\n\n##  Author\n\nMahbubur Rahman\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraadxrahman%2Fselenium-java-junit-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraadxrahman%2Fselenium-java-junit-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraadxrahman%2Fselenium-java-junit-automation/lists"}