{"id":22789849,"url":"https://github.com/maettuu/24fs-effective-software-testing","last_synced_at":"2026-04-28T11:32:53.761Z","repository":{"id":267692073,"uuid":"902063042","full_name":"maettuu/24FS-Effective-Software-Testing","owner":"maettuu","description":"Repository for the course Effective Software Testing Spring 2024","archived":false,"fork":false,"pushed_at":"2025-01-08T20:19:56.000Z","size":1371,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T18:26:00.716Z","etag":null,"topics":["java-11","junit","maven","mock","mutation-testing","property-based-testing","software-testing","specification-based-testing","structural-testing","test-doubles"],"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/maettuu.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-12-11T20:45:51.000Z","updated_at":"2025-01-08T20:20:00.000Z","dependencies_parsed_at":"2025-02-05T18:16:58.771Z","dependency_job_id":"24a31fea-fd7f-4d51-8cea-e15c2a1487ff","html_url":"https://github.com/maettuu/24FS-Effective-Software-Testing","commit_stats":null,"previous_names":["maettuu/24fs-effective-software-testing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maettuu%2F24FS-Effective-Software-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maettuu%2F24FS-Effective-Software-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maettuu%2F24FS-Effective-Software-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maettuu%2F24FS-Effective-Software-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maettuu","download_url":"https://codeload.github.com/maettuu/24FS-Effective-Software-Testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246350646,"owners_count":20763221,"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":["java-11","junit","maven","mock","mutation-testing","property-based-testing","software-testing","specification-based-testing","structural-testing","test-doubles"],"created_at":"2024-12-12T02:15:28.172Z","updated_at":"2026-04-28T11:32:53.718Z","avatar_url":"https://github.com/maettuu.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 24FS Effective Software Testing (EST)\nThis repository includes the practical assignments of the course EST ([source repository](https://github.com/polatmete/EST-Assignments/tree/ee237fbb19b55466b20354945c60224442c6528f)). All code is written in `Java 11`.\n\n## Assignment 1: Effective and Systematic Software Testing\nEach of the eight exercises contains a problem description. For each problem test cases are composed to detect bugs in the code provided. This is achieved following the principles of *specification-based*, *structural* and *mutation testing*. For *structural testing* the [JaCoCo plugin](https://www.eclemma.org/jacoco/trunk/doc/maven.html) is used. *Mutation testing* is done using [PItest](https://pitest.org/quickstart/maven/). Test reports are included for each exercise. Furthermore, the [Documentation file](./assignment-1/Documentation.md) includes bug reports, implementation decisions and test coverage results.\n\nIncludes dependencies: `JUnit`, `JaCoCo`, `PItest`\n\n## Assignment 2: Contracts and Property-Based Testing\nFor the exercises in this assignment tests to achieve 100\\% line coverage are constructed. Furthermore, contracts for each problem are designed and documented including pre-conditions, post-conditions and invariants. Next, a test suite is implemented to verify that these contracts are correctly enforced. Finally, *property-based testing* techniques are applied to derive tests for the provided code. This is achieved using the [jqwik framework](https://jqwik.net/docs/current/user-guide.html#maven). Test reports as well as jqwik's logs are included for each exercise. Furthermore, the [Documentation file](./assignment-2/Documentation.md) includes design choices, testing strategies and assumptions made.\n\nIncludes dependencies: `JUnit`, `JaCoCo`, `jqwik`, `Guava`\n\n## Assignment 3: Test Doubles and Mocks\nThe last assignment deals with designing for testability as well as mocking of services. For each exercise unit tests are composed to achieve a high test coverage. To deal with external services the [mockito framework](https://site.mockito.org/) is used. Test results are included for each exercise. Furthermore, the [Documentation file](./assignment-3/Documentation.md) includes implementation decisions, testing strategies and assumptions made.\n\nIncludes dependencies: `JUnit`, `AssertJ`, `Mockito`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaettuu%2F24fs-effective-software-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaettuu%2F24fs-effective-software-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaettuu%2F24fs-effective-software-testing/lists"}