{"id":24880942,"url":"https://github.com/hiltas73/demo_ui_db_api","last_synced_at":"2026-05-07T11:34:33.755Z","repository":{"id":242516156,"uuid":"809740878","full_name":"hiltas73/DEMO_UI_DB_API","owner":"hiltas73","description":"This Java Selenium framework automates UI, database, and API testing for the LibraryApp demo. It provides a comprehensive solution by integrating UI interactions with backend database validations and API calls. This framework is ideal for developers looking to enhance their testing processes across multiple layers of the application","archived":false,"fork":false,"pushed_at":"2025-01-22T12:53:39.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T06:30:10.367Z","etag":null,"topics":["bdd-framework","cucumber-java","java","maven-pom","mysql-database","page-object-model","restassured-library","selenium-webdriver"],"latest_commit_sha":null,"homepage":"https://libraryapp.com/ (DEMO)","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/hiltas73.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-06-03T11:09:21.000Z","updated_at":"2025-01-22T12:53:43.000Z","dependencies_parsed_at":"2024-07-09T10:03:02.615Z","dependency_job_id":"18289be8-28ed-46e0-ae9c-301d87b18aca","html_url":"https://github.com/hiltas73/DEMO_UI_DB_API","commit_stats":null,"previous_names":["hiltas73/demo_ui_db_api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiltas73/DEMO_UI_DB_API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiltas73%2FDEMO_UI_DB_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiltas73%2FDEMO_UI_DB_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiltas73%2FDEMO_UI_DB_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiltas73%2FDEMO_UI_DB_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiltas73","download_url":"https://codeload.github.com/hiltas73/DEMO_UI_DB_API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiltas73%2FDEMO_UI_DB_API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bdd-framework","cucumber-java","java","maven-pom","mysql-database","page-object-model","restassured-library","selenium-webdriver"],"created_at":"2025-02-01T11:27:54.288Z","updated_at":"2026-05-07T11:34:33.741Z","avatar_url":"https://github.com/hiltas73.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# BDD Cucumber Java Selenium Project\n\n## Overview\n\nThis project demonstrates a Behavior-Driven Development (BDD) approach using Cucumber in a Java environment. It integrates UI testing with Selenium, database interactions via MySQL, and API testing using the RestAssured library. The project follows the Page Object Model (POM) design pattern to enhance maintainability and readability.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Project Structure](#project-structure)\n- [Setup Instructions](#setup-instructions)\n- [Running Tests](#running-tests)\n- [Contributing](#contributing)\n- [Author](#author)\n\n## Features\n\n- Automated UI testing with Selenium WebDriver\n- Database validation using MySQL\n- API testing with RestAssured\n- BDD framework using Cucumber for clear test scenarios\n- Page Object Model for better organization of UI tests\n\n## Technologies Used\n\n- **Java**: The primary programming language for the project.\n- **Selenium**: For automating web browser interaction.\n- **Cucumber**: For writing BDD-style test scenarios and test cases.\n- **MySQL**: For database connectivity and validations.\n- **RestAssured**: For API testing.\n- **JUnit**: For running tests and assertions.\n\n## Project Structure\n\n/src\n\n/main\n\n/java\n\n/com\n\n/demo\n\n/pages         # Page Object Model classes\n\n/runners\n\n/steps         # Step definitions for Cucumber\n\n/utility       # Utility classes\n\n/resources\n\n/features      # Cucumber feature files\n\n## Setup Instructions\n\n1. **Clone the repository**:\n´´´javascript\ngit clone https://github.com/hiltas73/DEMO_UI_DB_API\ncd your-repo-name\n´´´\n\n2. **Install dependencies**:\n   Make sure you have Maven installed, then run:\n   \n```\nmvn install\n```\n\n3. **Configure MySQL Connection**:\n   Update the MySQL connection settings in the `config.properties` file located in the `src/test/resources` directory.\n\n4. **Set up WebDriver**:\n   Download the appropriate WebDriver for your browser and ensure it is in your system's PATH.\n\n## Running Tests\n\nTo run the tests, use the following command:\n\n```javascript\nmvn test\n```\n\nYou can also run specific feature files by specifying their paths.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request with your changes.\n\nContributions are welcome! Please follow these steps:\n\nFork the repository.\n\nCreate a new branch: git checkout -b feature/YourFeature\n\nMake your changes and commit them: git commit -m \"Add some feature\"\n\nPush to the branch: git push origin feature/YourFeature\n\nOpen a pull request.\n\n## Author\n\nhiltas73 - [hiltas73](https://www.linkedin.com/in/halim-iltas/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiltas73%2Fdemo_ui_db_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiltas73%2Fdemo_ui_db_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiltas73%2Fdemo_ui_db_api/lists"}