#integration-testing

[ follow ]
#unit-testing

API with NestJS #168. Integration tests with the Drizzle ORM

Integration tests are essential to verify how various components of an application work together, beyond what unit tests can assess.

Jest adoption guide: Overview, examples, and alternatives - LogRocket Blog

Jest is a popular JavaScript testing library for unit and integration testing in frontend and backend projects.
Jest provides rich features like mocking, assertion, code coverage, and support for various JavaScript frameworks.

Testing JavaScript with Jest on Vultr | MDN Blog

Jest offers comprehensive matching for efficient testing. Test types: Unit, Integration, and End-to-End. AAA pattern for unit tests.

Spring Boot Test for Application Testing

Spring Boot Test provides frameworks for integration and unit testing in Spring applications.

WebApplicationFactory in ASP.NET Core: Practical Tips for C# Developers

Using WebApplicationFactory in ASP.NET Core provides a simplified way to set up and execute integration and unit tests for ASP.NET Core applications.
WebApplicationFactory creates an in-memory TestServer instance of the web application being tested, providing an environment to test HTTP requests and responses.

API with NestJS #168. Integration tests with the Drizzle ORM

Integration tests are essential to verify how various components of an application work together, beyond what unit tests can assess.

Jest adoption guide: Overview, examples, and alternatives - LogRocket Blog

Jest is a popular JavaScript testing library for unit and integration testing in frontend and backend projects.
Jest provides rich features like mocking, assertion, code coverage, and support for various JavaScript frameworks.

Testing JavaScript with Jest on Vultr | MDN Blog

Jest offers comprehensive matching for efficient testing. Test types: Unit, Integration, and End-to-End. AAA pattern for unit tests.

Spring Boot Test for Application Testing

Spring Boot Test provides frameworks for integration and unit testing in Spring applications.

WebApplicationFactory in ASP.NET Core: Practical Tips for C# Developers

Using WebApplicationFactory in ASP.NET Core provides a simplified way to set up and execute integration and unit tests for ASP.NET Core applications.
WebApplicationFactory creates an in-memory TestServer instance of the web application being tested, providing an environment to test HTTP requests and responses.
moreunit-testing

Kafka Message Testing: How to Write Integration Tests | HackerNoon

Effective integration testing for Kafka applications improves readability and maintainability.
Isolation and clear stages in testing enhance efficiency.
Message capture is crucial for accurate test results.

Hubber Codespace Improves Inner-Loop Testing at GitHub

Integration testing challenges in a distributed system led GitHub's DX team to create Hubber Codespace (HCS).
HCS brings the GitHub ecosystem to developers, enabling faster code testing with a local integrated environment.
[ Load more ]