1 रिपॉजिटरी
Tests written against third-party APIs to document behavior and detect breaking changes.
Distinct from API Testing: Focuses on using tests as a discovery and monitoring tool for external dependencies rather than general API functional testing.
Explore 1 awesome GitHub repository matching testing & quality assurance · Learning Tests. Refine with filters or upvote what's useful.
Clean-Code-Notes is a clean code study guide and a collection of detailed notes based on professional software development standards. It serves as documentation for coding standards and a reference for writing maintainable source code. The project provides technical summaries for object oriented design and software design patterns. It includes guidelines for organizing classes and interfaces to reduce coupling, isolating implementation details, and implementing architectural patterns such as dependency injection and interface abstraction. The resource also functions as an implementation guid
Explains how to write learning tests against external packages to identify breaking changes in new releases.