Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
Swift Testing Series' Articles
Back to GoyesDev's Series
Swift Testing #1: Migración de una Suite de pruebas de XCTest a Swift Testing
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 4 '25
Swift Testing #1: Migración de una Suite de pruebas de XCTest a Swift Testing
#
swift
#
swifttesting
Comments
Add Comment
3 min read
Swift Testing #3: Organizar, Clasificar y Filtrar pruebas con @Tag
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 4 '25
Swift Testing #3: Organizar, Clasificar y Filtrar pruebas con @Tag
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
3 min read
Swift Testing #2: Agrupando pruebas con @Suite
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 4 '25
Swift Testing #2: Agrupando pruebas con @Suite
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
3 min read
Swift Testing #4: Correr pruebas de forma serial
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 4 '25
Swift Testing #4: Correr pruebas de forma serial
#
swifttesting
#
swift
#
ios
#
testing
Comments
Add Comment
2 min read
Swift Testing #5: Parametrizando pruebas con arguments
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 4 '25
Swift Testing #5: Parametrizando pruebas con arguments
#
swift
#
testing
#
tutorial
Comments
Add Comment
5 min read
Swift Testing #6: Aislando bugs conocidos usando withKnownIssue
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #6: Aislando bugs conocidos usando withKnownIssue
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
5 min read
Swift Testing #7: Limitando el tiempo de ejecución de una prueba con timeLimit
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #7: Limitando el tiempo de ejecución de una prueba con timeLimit
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
2 min read
Swift Testing #8: Manejo de expectativas (síncronas) en una prueba con #expect y #require
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #8: Manejo de expectativas (síncronas) en una prueba con #expect y #require
#
swift
#
testing
#
tutorial
Comments
Add Comment
2 min read
Swift Testing #9: Manejo de errores esperados en una prueba con #expect y #require
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #9: Manejo de errores esperados en una prueba con #expect y #require
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
4 min read
Swift Testing #10: Desencapsular un valor opcional como precondición con #require
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #10: Desencapsular un valor opcional como precondición con #require
Comments
Add Comment
1 min read
Swift Testing #11: Desactivación condicional de pruebas con .enabled() y .disabled()
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #11: Desactivación condicional de pruebas con .enabled() y .disabled()
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
1 min read
Swift Testing #12: Asociar un bug a una prueba con .bug()
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #12: Asociar un bug a una prueba con .bug()
#
swift
#
testing
#
tutorial
Comments
Add Comment
1 min read
Swift Testing #13: Montaje (setup) y desmontaje (teardown) de pruebas @Test con init/deinit
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #13: Montaje (setup) y desmontaje (teardown) de pruebas @Test con init/deinit
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
2 min read
Swift Testing #14: Registrando fallas con Issue.record
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #14: Registrando fallas con Issue.record
#
swift
#
testing
#
tutorial
Comments
Add Comment
1 min read
Swift Testing #15: Probando código asíncrono de "Swift-concurrency"(async/await) con confirmation
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #15: Probando código asíncrono de "Swift-concurrency"(async/await) con confirmation
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
4 min read
Swift Testing #16: Modernizando XCTestExpectation: Agregando timeout a confirmation
GoyesDev
GoyesDev
GoyesDev
Follow
Dec 5 '25
Swift Testing #16: Modernizando XCTestExpectation: Agregando timeout a confirmation
#
testing
#
tutorial
#
ios
#
swift
Comments
Add Comment
3 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account