Found 6 repositories(showing 6)
jamesshore
An elaborate demonstration of James Shore's "Testing Without Mocks" pattern language.
Voral
A PHP utility to generate mock classes by processing source code, leaving only public methods and clearing their bodies. Supports PSR-4 and is ideal for testing complex systems without Dependency Injection.
Niveditha-G8867
SpecForge is a FastAPI-based API generation platform that allows developers to instantly create, test, and download production-ready Python API boilerplates through a clean web interface. It is designed to simplify backend prototyping, mock service creation, and integration testing without requiring complex configuration.
devfacucoder
Temporary JSON API Generator is a lightweight tool designed to create and serve temporary JSON data for development and testing purposes. With this project, developers can quickly mock APIs without the need for setting up complex backends, enabling faster prototyping and testing cycles.
SpecForge is a FastAPI-based API generation platform that allows developers to instantly create, test, and download production-ready Python API boilerplates through a clean web interface. It is designed to simplify backend prototyping, mock service creation, and integration testing without requiring complex configuration.
AllanBontempo
Starting from scratch, we are going to introduce behavior-driven testing concepts, by quickly introducing the main concepts and utilities of the Jasmine Testing framework. We are then going to introduce some testing best practices, and we are going to talk about mocks and Jasmine spies. We will then introduce some of the Angular Testing utilities such as the Angular TestBed, which we will be using to test a couple of simple Angular services. We are then going to move on to test a more complex Angular service and talk about Angular HTTP request mocking, after which we will cover the testing of Angular components. We are going to learn how to test Angular components with and without the DOM, what parts of the component to test, and we are going to cover in detail asynchronous tests using the fakeAsync and async utilities. We will cover how to test several types of typical Angular components, such as for example presentational components and smart or container components, and we will learn how to mock Angular Observable-based services. After unit testing the multiple components of our application, we are going to then create a test suite of End to End tests using Cypress. Once we have the tests written for our application, we are then going to deploy them to Travis CI, and make sure that the tests are triggered with every commit. At the end the course, we are going to generate a test coverage report, and discuss some of the metrics.
All 6 repositories loaded