testing

39 articles
Flaky Test Detection and Management

Detect, quarantine, and resolve flaky tests in Azure DevOps with statistical analysis, retry strategies, and automated t...

24 min read2/14/2026
Test Case Management in Azure Test Plans

Manage test cases in Azure Test Plans with test suites, shared steps, parameterized tests, and REST API automation...

27 min read2/14/2026
Testing Infrastructure as Code

Test infrastructure code with unit tests, integration tests, policy checks, and compliance scanning for Terraform and CD...

21 min read2/14/2026
Testing Serverless Functions Locally

Test serverless functions locally with Jest, SAM CLI, LocalStack, and DynamoDB Local for comprehensive Node.js test cove...

20 min read2/14/2026
Cross-Browser Compatibility Strategies

A practical guide to cross-browser compatibility covering feature detection, polyfills, CSS vendor prefixes, testing str...

21 min read2/14/2026
Property-Based Testing in JavaScript

A practical guide to property-based testing in JavaScript using fast-check to generate random inputs, find edge cases, a...

12 min read2/14/2026
Test Fixtures and Factories

A practical guide to creating reusable test data with fixtures, factory functions, and builder patterns in Node.js testi...

10 min read2/14/2026
Testing Async Code in Node.js

A practical guide to testing asynchronous code in Node.js covering callbacks, Promises, async/await, event emitters, str...

10 min read2/14/2026
Database Testing Patterns

A practical guide to testing database interactions in Node.js covering repository pattern testing, migration testing, tr...

13 min read2/14/2026
API Testing with Supertest and Jest

A practical guide to testing Express.js REST APIs with Supertest and Jest covering CRUD endpoints, authentication, file ...

11 min read2/14/2026
Accessibility Testing Automation

A practical guide to automating accessibility testing with axe-core, Playwright, pa11y, and ESLint plugins to catch WCAG...

11 min read2/14/2026
Testing in Production: Strategies and Safety

A practical guide to testing in production safely using feature flags, canary deployments, observability, synthetic moni...

12 min read2/14/2026
Continuous Testing in CI/CD Pipelines

A practical guide to integrating tests into CI/CD pipelines with GitHub Actions, GitLab CI, and Jenkins covering test st...

11 min read2/14/2026
Test Data Management Strategies

A practical guide to managing test data in Node.js applications covering factories, fixtures, seeding, database cleanup,...

13 min read2/14/2026
Mutation Testing: Finding Weak Tests

A practical guide to mutation testing in JavaScript using Stryker Mutator to find tests that pass when they should fail,...

14 min read2/14/2026
Contract Testing with Pact

A practical guide to consumer-driven contract testing with Pact for Node.js APIs covering provider verification, broker ...

12 min read2/14/2026
Visual Regression Testing for Web Applications

A practical guide to visual regression testing using Playwright, Percy, and BackstopJS to catch unintended UI changes wi...

11 min read2/14/2026
Load Testing with k6: A Practical Guide

A hands-on guide to load testing Node.js applications with k6 covering test scripts, scenarios, thresholds, custom metri...

15 min read2/14/2026
Performance Testing Node.js Applications

A practical guide to performance testing Node.js applications covering benchmarking, profiling, load testing, memory lea...

15 min read2/14/2026
Code Coverage Analysis: Metrics That Matter

A practical guide to code coverage in Node.js including line, branch, function, and statement coverage with tools like I...

12 min read2/14/2026
Powered by Contentful