DEV Community

Testing

Find those bugs before your users do! 🐛

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Building Resilient Systems on AWS - Chaos Engineering with Amazon EKS and AWS Fault Injection Simulator

Building Resilient Systems on AWS - Chaos Engineering with Amazon EKS and AWS Fault Injection Simulator

Comments
10 min read
Swift Testing #16: Modernizando XCTestExpectation: Agregando timeout a confirmation

Swift Testing #16: Modernizando XCTestExpectation: Agregando timeout a confirmation

Comments
3 min read
Swift Testing #7: Limitando el tiempo de ejecución de una prueba con timeLimit

Swift Testing #7: Limitando el tiempo de ejecución de una prueba con timeLimit

Comments
2 min read
Swift Testing #8: Manejo de expectativas (síncronas) en una prueba con #expect y #require

Swift Testing #8: Manejo de expectativas (síncronas) en una prueba con #expect y #require

Comments
2 min read
Swift Testing #6: Aislando bugs conocidos usando withKnownIssue

Swift Testing #6: Aislando bugs conocidos usando withKnownIssue

Comments
5 min read
SwiftUI Testing (Unit, UI & Async Tests)

SwiftUI Testing (Unit, UI & Async Tests)

Comments
3 min read
Announcing pytest-test-categories v1.1.0: Bring Google Testing Philosophy to Python

Announcing pytest-test-categories v1.1.0: Bring Google Testing Philosophy to Python

Comments
3 min read
Swift Testing #3: Organizar, Clasificar y Filtrar pruebas con @Tag

Swift Testing #3: Organizar, Clasificar y Filtrar pruebas con @Tag

Comments
3 min read
TDD + React Testing Pipeline — A Simple Example for Beginners

TDD + React Testing Pipeline — A Simple Example for Beginners

Comments
2 min read
Swift Testing #5: Parametrizando pruebas con arguments

Swift Testing #5: Parametrizando pruebas con arguments

Comments
5 min read
Swift Testing #4: Correr pruebas de forma serial

Swift Testing #4: Correr pruebas de forma serial

Comments
2 min read
Swift Testing #2: Agrupando pruebas con @Suite

Swift Testing #2: Agrupando pruebas con @Suite

Comments
3 min read
What is performance engineering: A Gatling take

What is performance engineering: A Gatling take

Comments
8 min read
Boost React TypeScript Test Coverage Without Slowing Down

Boost React TypeScript Test Coverage Without Slowing Down

Comments
2 min read
Integration Testing Scaffolds: a centralized testing approach for microservice architectures

Integration Testing Scaffolds: a centralized testing approach for microservice architectures

Comments
7 min read
From glitch to fix: what a real debugging session taught me about find the 😘 emoji in Italian

From glitch to fix: what a real debugging session taught me about find the 😘 emoji in Italian

Comments
5 min read
Swift Testing #15: Probando código asíncrono de "Swift-concurrency"(async/await) con confirmation

Swift Testing #15: Probando código asíncrono de "Swift-concurrency"(async/await) con confirmation

Comments
4 min read
Swift Testing #13: Montaje (setup) y desmontaje (teardown) de pruebas @Test con init/deinit

Swift Testing #13: Montaje (setup) y desmontaje (teardown) de pruebas @Test con init/deinit

Comments
2 min read
Building SpecSync: How I Extended Kiro with Custom MCP Tools

Building SpecSync: How I Extended Kiro with Custom MCP Tools

Comments
2 min read
Finding Better BrowserStack Reporting Alternatives

Finding Better BrowserStack Reporting Alternatives

Comments
4 min read
Comparative Analysis of Test Management Tools: Real Integration with CI/CD Pipelines

Comparative Analysis of Test Management Tools: Real Integration with CI/CD Pipelines

Comments 2
6 min read
Swift Testing #9: Manejo de errores esperados en una prueba con #expect y #require

Swift Testing #9: Manejo de errores esperados en una prueba con #expect y #require

Comments
4 min read
Don't Break Your WiFi: How to Simulate 503 Errors in a Single Browser Tab

Don't Break Your WiFi: How to Simulate 503 Errors in a Single Browser Tab

Comments
2 min read
Swift Testing #12: Asociar un bug a una prueba con .bug()

Swift Testing #12: Asociar un bug a una prueba con .bug()

Comments
1 min read
Swift Testing #11: Desactivación condicional de pruebas con .enabled() y .disabled()

Swift Testing #11: Desactivación condicional de pruebas con .enabled() y .disabled()

Comments
1 min read
loading...