{"id":31782087,"url":"https://github.com/abdulmannan6643234/selenium-testing-framework","last_synced_at":"2026-05-18T04:13:30.860Z","repository":{"id":314808279,"uuid":"1056804123","full_name":"AbdulMannan6643234/Selenium-testing-framework","owner":"AbdulMannan6643234","description":"Automation testing Framework built with java, Selenium WebDriver and TestNG","archived":false,"fork":false,"pushed_at":"2025-09-27T21:18:31.000Z","size":1443,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-27T23:30:58.640Z","etag":null,"topics":["automation-framework","java","qa-automation","selenium","software-testing","testng","ui-testing","webdriver"],"latest_commit_sha":null,"homepage":"https://the-internet.herokuapp.com/","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/AbdulMannan6643234.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-14T20:46:00.000Z","updated_at":"2025-09-27T21:18:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b22a6ad-dc31-4074-9c14-94a16bba3141","html_url":"https://github.com/AbdulMannan6643234/Selenium-testing-framework","commit_stats":null,"previous_names":["abdulmannan6643234/bin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbdulMannan6643234/Selenium-testing-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulMannan6643234%2FSelenium-testing-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulMannan6643234%2FSelenium-testing-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulMannan6643234%2FSelenium-testing-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulMannan6643234%2FSelenium-testing-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdulMannan6643234","download_url":"https://codeload.github.com/AbdulMannan6643234/Selenium-testing-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulMannan6643234%2FSelenium-testing-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003393,"owners_count":26083580,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-framework","java","qa-automation","selenium","software-testing","testng","ui-testing","webdriver"],"created_at":"2025-10-10T09:14:28.259Z","updated_at":"2025-10-10T09:14:35.316Z","avatar_url":"https://github.com/AbdulMannan6643234.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Selenium Testing Framewok\nAutomation Testing Framework built with Java, Selenium WebDriver and TestNG for scalable and maintainable UI testing.\n\n## Features\n- Modular test structure using TestNG\n- Reusable page object design pattern\n- Easy test execution and reporting\n- Automated Login form submission tests\n\n## Getting Started\n### Prerequisites\nEnsure you have the following installed:\n- Java 9+\n- Maven\n- TestNG Plugin\n- Selenium WebDriver\n### Installation\nClone the repository and install dependecies:\n```bash\ngit clone https://github.com/AbdulMannan6643234/Selenium-testing-framework.git\ncd Selenium-testing-framework\nmvn clean install\n```\n### Running Tests\nTo run tests using testng.xml:\n```bash\nmvn test -Dsurefire.suiteXmlFiles=testng.xml\n```\n## Project Structure\n\n```text\nSelenium-testing-framework/\n├── src/main/java/pages/        # Page Objects and Utilities\n└── src/test/java/              # TestNG test classes\n├── pom.xml                     # Maven dependencies\n├── testng.xml                  # Contains suite configurations\n├── screenshots                 # Includes screenshots of successful test runs\n```\n### Future Improvements\n- Add more comprehensive test coverage\n- Integrate Reporting with Slack notifications\n- Parametrize Tests for multiple environments\n\n# Screenshots / Reports\n## Alerts\n![Alert Test Run](/screenshots/Alerts.png)\nTest Framework to interact with Alerts and Popups.\n\n## Login\n![Login Flow](/screenshots/Login.png)\nTest Framework to automate login flow.\n\n## Dropdown\n![Dropdown Test Run](/screenshots/Dropdown.png)\nTest Framework to interact with dropdown menus.\n\n## FileUpload\n![FileUpload Test](/screenshots/FileUpload.png)\nTest Framework to upload files.\n\n## Hover\n![Hover Test Run](/screenshots/Hover.png)\nUsing Actions class to hover over objects.\n\n## Scroll Test\n![Scroll Test Run](/screenshots/ScrollwithJS.png)\nUsing javaScript to automate scrolling in a webpage.\n\n## Tab Switching\n![Tab Switch Run](/screenshots/TabSwitching.png)\nTest Framework to switch tabs.\n\n## Waits\n![Waits Test Run](/screenshots/Waits.png)\nUsing waits to delay the exceptions on a loading page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulmannan6643234%2Fselenium-testing-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdulmannan6643234%2Fselenium-testing-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulmannan6643234%2Fselenium-testing-framework/lists"}