{"id":29313047,"url":"https://github.com/randjelaa/web-app-testing","last_synced_at":"2026-04-16T05:33:30.383Z","repository":{"id":302318600,"uuid":"1012024372","full_name":"randjelaa/web-app-testing","owner":"randjelaa","description":"This project contains automated tests for a Student Management System with a Spring Boot backend and Angular frontend. It focuses on verifying CRUD operations through Selenium UI tests and Postman API tests, as well as documenting bugs found in both applications. The goal is to ensure software quality and reliability.","archived":false,"fork":false,"pushed_at":"2025-07-01T17:34:55.000Z","size":16556,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T18:32:48.295Z","etag":null,"topics":["angular","api-testing","postman","selenium","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/randjelaa.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-01T17:32:14.000Z","updated_at":"2025-07-01T17:34:59.000Z","dependencies_parsed_at":"2025-07-01T18:45:33.737Z","dependency_job_id":null,"html_url":"https://github.com/randjelaa/web-app-testing","commit_stats":null,"previous_names":["randjelaa/web-app-testing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/randjelaa/web-app-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randjelaa%2Fweb-app-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randjelaa%2Fweb-app-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randjelaa%2Fweb-app-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randjelaa%2Fweb-app-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randjelaa","download_url":"https://codeload.github.com/randjelaa/web-app-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randjelaa%2Fweb-app-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["angular","api-testing","postman","selenium","spring-boot"],"created_at":"2025-07-07T09:14:01.350Z","updated_at":"2026-04-16T05:33:30.367Z","avatar_url":"https://github.com/randjelaa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Management System Testing\n\n## Overview\n\nThis repository contains automated tests and a bug report for a Student Management System consisting of:\n\n* A **Spring Boot server** providing mock student data via RESTful CRUD endpoints.\n* An **Angular client** application for managing student records.\n\nThe goal is to validate the correctness of CRUD operations on both client and server, identify bugs, and ensure data integrity through comprehensive testing.\n\n---\n\n## Features\n\n* **Selenium WebDriver UI tests** covering the Angular client’s student data forms, tables, dialogs, and associated actions.\n* **Postman API tests** verifying the REST endpoints’ data responses and HTTP status codes, including error handling (e.g., 404 Not Found).\n* Detailed **bug report** documenting discovered issues in both server and client applications.\n\n---\n\n## Technologies Used\n\n* Java 11+\n* Selenium WebDriver with JUnit 5\n* Postman for API testing\n* Spring Boot (server, mock data)\n* Angular (client application)\n\n---\n\n## Getting Started\n\n### Running the Server\n\nThe server runs without a database and serves mock data.\n\n```bash\njava -jar aplikacija.jar\n```\n\n### Deploying the Client\n\nUnpack the Angular client build into the ROOT folder of your web server (as per Exercise 7 setup) and start the web server. Clear any previous content in the ROOT folder before deploying.\n\n### Running Tests\n\n* **Selenium Tests:** Execute JUnit tests from the `selenium-tests` project.\n* **Postman Tests:** Import and run the Postman collection included in the `postman-tests` folder.\n\n---\n\n## Bug Report Summary\n\nThe project includes a detailed report listing bugs found in both server and client applications, assisting in quality assurance and future improvements.\n\n---\n\n## Student Attributes\n\n```java\nprivate Long studentId;\nprivate String studentName;\nprivate String studentEmail;\nprivate String studentBranch;\n```\n\n---\n\n## Notes\n\n* Tests assume a fresh server state (no students) at start; restart the server to reset data.\n* Browser developer tools (e.g., Chrome DevTools) with disabled cache are recommended during UI testing.\n* Tests focus strictly on core CRUD functionality; UI elements like menus and search are excluded.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandjelaa%2Fweb-app-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandjelaa%2Fweb-app-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandjelaa%2Fweb-app-testing/lists"}