{"id":21360133,"url":"https://github.com/iamsatyamyadav/CartFlow_Automation_Project","last_synced_at":"2025-10-03T18:30:42.101Z","repository":{"id":242048606,"uuid":"791118212","full_name":"iamsatyamyadav/Qkart_Automation_Project","owner":"iamsatyamyadav","description":"QKart Description","archived":false,"fork":false,"pushed_at":"2024-05-31T10:21:55.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-22T05:34:07.372Z","etag":null,"topics":["gradlew","java","junit","locators","selenium","selenium-webdriver","testng","vscode"],"latest_commit_sha":null,"homepage":"https://www.crio.do/learn/portfolio/satyam-yadav-criodo/ME_QKART_QA_V2/?edit=true","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/iamsatyamyadav.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}},"created_at":"2024-04-24T06:07:13.000Z","updated_at":"2024-05-31T10:21:58.000Z","dependencies_parsed_at":"2024-05-31T11:11:00.185Z","dependency_job_id":"40d7512c-b850-48df-bb72-3bf31b836402","html_url":"https://github.com/iamsatyamyadav/Qkart_Automation_Project","commit_stats":null,"previous_names":["iamsatyamyadav/qkart_automation_project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsatyamyadav%2FQkart_Automation_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsatyamyadav%2FQkart_Automation_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsatyamyadav%2FQkart_Automation_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsatyamyadav%2FQkart_Automation_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamsatyamyadav","download_url":"https://codeload.github.com/iamsatyamyadav/Qkart_Automation_Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235169690,"owners_count":18946975,"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":["gradlew","java","junit","locators","selenium","selenium-webdriver","testng","vscode"],"created_at":"2024-11-22T05:32:40.497Z","updated_at":"2025-10-03T18:30:42.096Z","avatar_url":"https://github.com/iamsatyamyadav.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CartFlow-Testing\nThe application under test is CartFlow, an e-commerce platform.\n\n\n\n## About the Project\n\n\u003e ***The TestNG script is designed to evaluate the functionality of a dummy e-commerce website. The script performs various tests, checking functionalities, and maintains an Excel file  to store the results of Sanity and Regression testing.***\n\n## CartFlow Shopping Interface (Products page)\n![image](https://github.com/iamsatyamyadav/Qkart_Automation_Project/assets/103804433/d365789f-f3e3-4432-9e53-c96144331f1f)\n\n\n\n\n\n## During this project,\n- Debugged failing test cases and issues with log statements\n- Automated testing with selenium\n- Utilised implicit and explicit waits correctly to avoid synchronisation issues\n- Improved the tests with XPath\n- Migrated tests to the TestNG test automation framework\n- Performed Data-driven test automation with Apache POI\n\n\n## Modularise test code and debug issues\n### Scope of Work\n- Modularised existing test code for readability and to avoid code duplication\n- Fixed various bugs present in the existing code base for Register and Login pages\n- Used IDE debugger with breakpoints to find and resolve issues faster\n### Skills used\n`Java`, `Selenium`, `Locators`, `HTML`, `Developer Tools`, `XPath`, `TestNG`\n\n\n\n\n## Features\n\n- Registration and login functionality testing\n- Search box functionality testing\n- Cart functionality testing\n- Checkout functionality testing\n- Contact us form functionality testing\n- Advertisement functionality testing\n- Privacy policy and about us functionality testing\n\n# Setup\n\nThis project requires the following software and dependencies:\n\n- **Java JDK 17.x.x:** Ensure you have Java Development Kit version 17 or above installed. You can download it [here](https://www.oracle.com/java/technologies/javase-downloads.html).\n\n- **Gradle 8.x.x:** Make sure you have Gradle version 8 or above installed. You can download it [here](https://gradle.org/install/).\n\n- **WebDriverManager:** To manage WebDriver binaries automatically. Add the WebDriverManager dependency to your project. More information can be found [here](https://github.com/bonigarcia/webdrivermanager).\n\n- **Selenium:** The project relies on Selenium for automated testing. Ensure you have the latest version of Selenium WebDriver added to your dependencies. Details can be found [here](https://www.selenium.dev/downloads/).\n\n- **TestNG Framework:** This project uses TestNG for test execution and reporting. Add the TestNG dependency to your project. Information can be found [here](https://testng.org/doc/).\n\n- **Apache POI:** Used for updating Excel files. Add the Apache POI dependency to your project. Details can be found [here](https://poi.apache.org/).\n\n### Example Gradle Dependency Configuration:\n\n```gradle\ndependencies {\n    testImplementation 'org.testng:testng:7.5'\n    // This dependency is used by the application.\n    implementation 'com.google.guava:guava:31.1-jre'\n    implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.6.2'\n    implementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.15.0'\n    implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.2.4'\n}\n```\n\n\u003e [!NOTE]\n\u003e Some of the dependencies may not work in furure. Update to their latest version\n\n# Instructions\n\nClone/Download the code to your local machine. Pull the code stubs/Unpack the file. Open your terminal/shell. Navigate to the project folder in your terminal.\n\n\u003e ***For Windows:*** Execute the command in the terminal (command prompt or powershell).\n```\ngradle build\n```\n\u003e ***For Mac/Linux:*** Execute this command in the bash terminal.\n```\n./gradlew run\n```\n\nWait for some time and bingo! you will have the output in the file named `TestResult.xlsx` and the screenshots in the folder named `screenshots`.\n\n\n## 🤝 Thanks for taking the time to view our project! We hope that you found it interesting and informative.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamsatyamyadav%2FCartFlow_Automation_Project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamsatyamyadav%2FCartFlow_Automation_Project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamsatyamyadav%2FCartFlow_Automation_Project/lists"}