{"id":29229419,"url":"https://github.com/AdityaKonda6/Login-Automation-Testing-Windows_Linux","last_synced_at":"2026-04-08T16:03:09.443Z","repository":{"id":302628163,"uuid":"1012950141","full_name":"AdityaKonda6/Automation-Testing-Windows_Linux","owner":"AdityaKonda6","description":"This project automates login testing and some customizable where I also did automation testing for Adding a user for CWD Limited for the Soundbox web application using Java, Selenium WebDriver, TestNG, and Maven.","archived":false,"fork":false,"pushed_at":"2025-07-03T10:58:11.000Z","size":19158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-03T11:51:43.514Z","etag":null,"topics":["chromedriver","chromium","chromium-browser","commonsio","java","linux","maven","pom","selenium","windows","xml"],"latest_commit_sha":null,"homepage":"https://adityakonda04.vercel.app/project","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/AdityaKonda6.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-07-03T06:19:05.000Z","updated_at":"2025-07-03T10:58:13.000Z","dependencies_parsed_at":"2025-07-03T12:02:42.749Z","dependency_job_id":null,"html_url":"https://github.com/AdityaKonda6/Automation-Testing-Windows_Linux","commit_stats":null,"previous_names":["adityakonda6/automation-testing-windows_linux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdityaKonda6/Automation-Testing-Windows_Linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaKonda6%2FAutomation-Testing-Windows_Linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaKonda6%2FAutomation-Testing-Windows_Linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaKonda6%2FAutomation-Testing-Windows_Linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaKonda6%2FAutomation-Testing-Windows_Linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdityaKonda6","download_url":"https://codeload.github.com/AdityaKonda6/Automation-Testing-Windows_Linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaKonda6%2FAutomation-Testing-Windows_Linux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263322855,"owners_count":23448718,"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":["chromedriver","chromium","chromium-browser","commonsio","java","linux","maven","pom","selenium","windows","xml"],"created_at":"2025-07-03T12:07:15.797Z","updated_at":"2026-04-08T16:03:09.437Z","avatar_url":"https://github.com/AdityaKonda6.png","language":"Java","funding_links":["https://www.buymeacoffee.com/adityakonda04"],"categories":[],"sub_categories":[],"readme":"# 🔐 Login Automation Testing - For Any Website\n\nThis project automates login testing for the [Soundbox](https://soundbox.dev.sb.cwdin.com/login) web application using **Java**, **Selenium WebDriver**, **TestNG**, and **Maven**.\nBut you can change the url and do the login automation testing for any website\n---\n\n## ✅ Features\n\n- 🔄 Performs **15 valid login attempts** with different credentials\n- ❌ Performs **15 invalid login attempts**\n- 📸 Takes **screenshots** for each attempt\n- 🧪 Uses **TestNG** for test organization and assertions\n- 📂 Stores all screenshots in a `screenshots/` folder\n\n---\n\n## 📁 Project Structure\n```\nSoundboxLoginTest/\n├── drivers/ # ChromeDriver executable\n├── screenshots/ # Screenshot output directory\n├── src/\n│ ├── main/\n│ │ └── java/\n│ │ └── config/ # Configuration class (e.g., driver path)\n│ ├── test/\n│ │ ├── java/\n│ │ │ ├── pages/ # Page Object Model for Login Page\n│ │ │ └── tests/ # Test classes with logic\n├── pom.xml # Maven configuration\n└── README.md # You're reading it!\n\n```\n---\n\n## 🔧 Prerequisites\n\nEnsure the following are installed:\n\n- [Java 17+](https://adoptium.net/) (Tested with Java 21)\n- [Apache Maven](https://maven.apache.org/)\n- [Google Chrome (latest)](https://www.google.com/chrome/)\n- [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) (matching your Chrome version)\n\n\u003e ⚠️ Place the `chromedriver.exe` inside the `drivers/` folder.\n\n---\n\n## 🚀 How to Run \n---\nFor LoginTest.java -\u003e mvn test -Dtest=LoginTest\n---\nFor AddUserTest.java -\u003e mvn test -Dtest=AddUserTest\n---\n### Step 1: Clone the Repo\n\n```bash\ngit clone https://github.com/your-username/SoundboxLoginTest.git\ncd SoundboxLoginTest\n\nObject[][] validCreds = {\n    {\"user1@example.com\", \"password1\"},\n    {\"user2@example.com\", \"password2\"},\n    ...\n};\n\nmvn clean test\n\n| Tool         | Version            |\n| ------------ | ------------------ |\n| Java         | 17+ (tested on 21) |\n| Maven        | 3.8+               |\n| Selenium     | 4.20.0             |\n| TestNG       | 7.8+               |\n| Chrome       | 138+               |\n| ChromeDriver | Match Chrome       |\n\n\n---\n\n```\n\n✅ 1. Install Java Development Kit (JDK)\n🔗 Download: Adoptium Java 17+\n\n⚙️ After installation:\n\nSet environment variable:\nJAVA_HOME = C:\\Program Files\\Eclipse Adoptium\\jdk-21 (or your install path)\n\nAdd to Path:\n%JAVA_HOME%\\bin\n\n\n🔍 Verify:\n```\nbash\nCopy\nEdit\njava -version\n```\n✅ 2. Install Apache Maven\n🔗 Download: Maven Downloads\n\n📂 Extract and set environment variables:\nMAVEN_HOME = C:\\apache-maven-3.9.x\nAdd to Path: %MAVEN_HOME%\\bin\n\n🔍 Verify:\n```\nbash\nCopy\nEdit\nmvn -version\n```\n✅ 3. Install Google Chrome\n🔗 Download Chrome\n\n📌 Make sure it is updated to the latest version\n\n✅ 4. Download Matching ChromeDriver\n🔗 Check your Chrome version:\n```\nGo to chrome://settings/help\n```\n🔗 Download matching driver:\nChromeDriver Downloads\n\n📁 Place chromedriver.exe in your project’s drivers/ folder\nOr add it to the system PATH.\n\n✅ 5. Install an IDE (Optional but Recommended)\n💡 Recommended: Visual Studio Code or IntelliJ IDEA Community Edition\n\n✅ 6. Clone the Project from GitHub\n```\nbash\nCopy\nEdit\ngit clone https://github.com/your-username/SoundboxLoginTest.git\ncd SoundboxLoginTest\n```\n✅ 7. Build and Run the Project\n```\nOpen terminal inside project folder:\nbash\nCopy\nEdit\nmvn clean test\n```\n✅ 8. (Optional) Install Git if you don’t have it\n🔗 Git Downloads\n\n🧪 Technologies You Now Have Installed\n```\n| Tool                  | Purpose                               |\n| --------------------- | ------------------------------------- |\n| Java JDK              | For compiling and running Java        |\n| Maven                 | For managing dependencies and build   |\n| Chrome                | To open and test the website          |\n| ChromeDriver          | Interface between Selenium and Chrome |\n| IDE (VSCode/IntelliJ) | Easier coding and debugging           |\n| Git                   | Version control and GitHub access     |\n```\n\n🔎 Troubleshooting Tips\n```\n| Problem                  | Fix                                                  |\n| ------------------------ | ---------------------------------------------------- |\n| `NoSuchElementException` | Check if IDs are changing dynamically                |\n| Chrome doesn't open      | Check `chromedriver.exe` version matches Chrome      |\n| `mvn` not recognized     | Check your Maven PATH setup                          |\n| Test not doing anything  | Add `Thread.sleep()` or check dynamic loading (AJAX) |\n```\n\nIf you'd like help adding a GitHub Actions CI workflow or TestNG HTML reporting, just say the word!\n\n---\n\n\u003ch1 align=\"center\"\u003eHi Coders \u003cimg src=\"https://raw.githubusercontent.com/ABSphreak/ABSphreak/master/gifs/Hi.gif\" width=\"30px\"\u003e\u003c/h1\u003e\n\n## Hey there 👋, I'm [\u003ca href=\"https://adityakonda04.vercel.app/\"\u003eAditya!\u003c/a\u003e](https://github.com/AdityaKonda6)\n\n[![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-0e76a8?style=flat-square\u0026logo=Linkedin\u0026logoColor=white)](https://www.linkedin.com/in/aditya-adi-konda/)\n[![Twitter Badge](https://img.shields.io/badge/-Twitter-00acee?style=flat-square\u0026logo=Twitter\u0026logoColor=white)](https://twitter.com/AdityaKonda7)\n[![Instagram Badge](https://img.shields.io/badge/-Instagram-e4405f?style=flat-square\u0026logo=Instagram\u0026logoColor=white)](https://www.instagram.com/konda_aditya/)\n\u003cimg align=\"right\" height=\"250\" width=\"375\" alt=\"\" src=\"https://github.com/AdityaKonda6/AdityaKonda6/blob/main/giphy2.webp\" /\u003e\n\n\n### Glad to see you here! \u0026nbsp; ![](https://visitor-badge.glitch.me/badge?page_id=adityakonda.adityakonda\u0026style=flat-square\u0026color=0088cc)\n\nI’m a **2025 IT Graduate** passionate about **DevOps, Cloud, and Software Development** 🚀.  \nMy mission? To **bridge the gap between development and operations**—building scalable systems, automating workflows, and ensuring quality from code to deployment.\n\nWith a strong foundation in **Java, SQL, Linux**, and hands-on experience with **CI/CD pipelines, Selenium automation, cloud services, and Android development**, I thrive in solving problems end-to-end—from writing code to deploying it in production.\n\nRecently, at **CWD Limited**, I worked on:\n- **Automation Testing Frameworks** (Selenium, Java, Maven)\n- **Linux-based system configurations \u0026 debugging**\n- **Hardware-software integration testing**\n- API testing with Postman  \n…and in the process, strengthened my DevOps skill set.\n\n💡 Curious mind. Fast learner. Always ready to build, break, and rebuild—better.\n\n---\n\n### 🚀 What I’m Working On:\n- Building **DevOps projects** (Jenkins, Docker, Kubernetes, AWS, Ansible)\n- Enhancing **automation frameworks** for testing \u0026 deployment\n- Crafting **Android apps** and backend services\n- Expanding my **Linux administration** skills\n\n---\n\n### 💼 My Tech Stack:\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/java/java.png\" alt=\"Java\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/linux/linux.png\" alt=\"Linux\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/docker/docker.png\" alt=\"Docker\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/kubernetes/kubernetes.png\" alt=\"Kubernetes\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/aws/aws.png\" alt=\"AWS\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/python/python.png\" alt=\"Python\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/javascript/javascript.png\" alt=\"JavaScript\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/react/react.png\" alt=\"React\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/sql/sql.png\" alt=\"SQL\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/master/topics/git/git.png\" alt=\"Git\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/nodejs/nodejs.png\" alt=\"nodejs\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSTTzPAw-55ssm1Im594xYZ9eRQu2JylrkYLg\u0026usqp=CAU\" alt=\"mongodb\"\u003e\u003c/code\u003e\n\u003ccode\u003e\u003cimg height=\"27\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/terminal/terminal.png\" alt=\"terminal\"\u003e\u003c/code\u003e\n\n---\n\n\u003cimg align=\"right\" height=\"250\" width=\"375\" alt=\"\" src=\"https://raw.githubusercontent.com/iampavangandhi/iampavangandhi/master/gifs/coder.gif\" /\u003e\n\n### 📌 Highlights:\n- 🛠 Built **dynamic Selenium automation scripts** integrated with Maven\n- 🚀 Created \u0026 deployed **full-stack and Android applications**\n- 🐧 Comfortable with **Linux system administration \u0026 shell scripting**\n- 📦 Implemented CI/CD workflows for smoother deployments\n- ☁️ Learning \u0026 applying **cloud infrastructure concepts**\n\n--\n\n### 📫 How to Reach Me:\n- Email: **adityakonda04@gmail.com**\n- Portfolio: [adityakonda04.vercel.app](https://adityakonda04.vercel.app/)\n- LinkedIn: [Aditya Adi Konda](https://www.linkedin.com/in/aditya-adi-konda/)\n\n---\n\n### 📊 GitHub Stats:\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003e⚡ GitHub Stats\u003c/b\u003e\u003c/summary\u003e\n  \u003cbr /\u003e\n  \u003cimg height=\"180em\" src=\"https://github-readme-stats.vercel.app/api?username=adityakonda6\u0026show_icons=true\u0026hide_border=true\u0026\u0026count_private=true\u0026include_all_commits=true\" /\u003e\n  \u003cimg height=\"180em\" src=\"https://github-readme-stats.vercel.app/api/top-langs/?username=adityakonda6\u0026show_icons=true\u0026hide_border=true\u0026layout=compact\u0026langs_count=8\"/\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003e🔥 GitHub Streaks\u003c/b\u003e\u003c/summary\u003e\n  \u003cbr /\u003e\n  \u003cimg height=\"180em\" src=\"https://github-readme-streak-stats.herokuapp.com/?user=adityakonda6\u0026hide_border=true\" /\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003e☄️ LeetCode Stats\u003c/b\u003e\u003c/summary\u003e\n  \u003cbr /\u003e\n   \u003cp align=\"center\"\u003e\u003cimg align=\"center\" src=\"https://leetcard.jacoblin.cool/adityakonda04?theme=wtf\u0026font=Coda%20Caption\u0026ext=heatmap\" /\u003e\u003c/p\u003e\n\u003c/details\u003e\n\n---\n\n💬 Always open to collaborations, tech discussions, and exploring new opportunities in **DevOps, Cloud, and Software Development**.\n\n\nLike My Work?\n\n\u003ca href=\"https://www.buymeacoffee.com/adityakonda04\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" height=\"60px\" width=\"217px\" \u003e\u003c/a\u003e\n\n\u003cp align=\"left\"\u003e \u003cimg src=\"https://komarev.com/ghpvc/?username=AdityaKonda6\u0026label=Profile%20views\u0026color=0e75b6\u0026style=flat\" alt=\"AdityaKonda6\" /\u003e \u003c/p\u003e\n\n\u003cp align=\"left\"\u003e \u003ca href=\"https://github.com/ryo-ma/github-profile-trophy\"\u003e\u003cimg src=\"https://github-profile-trophy.vercel.app/?username=AdityaKonda6\" alt=\"AdityaKonda6\" /\u003e\u003c/a\u003e \u003c/p\u003e\n\n\n\u003cdiv align=\"center\"\u003e\n\n### Show some ❤️ by starring some of the repositories!\n### \u003ca href=\"https://adityakonda04.vercel.app/\"\u003eMy Portfolio\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdityaKonda6%2FLogin-Automation-Testing-Windows_Linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdityaKonda6%2FLogin-Automation-Testing-Windows_Linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdityaKonda6%2FLogin-Automation-Testing-Windows_Linux/lists"}