Apr 3, 2024 2 min read

Xcode: Run Tests

To run the project, in the menu bar we click on Product > Test or ⌘U.

Xcode: Run Tests
Xcode - Tests have passed correctly

ES

Product > Test (⌘U)
Xcode - Menu Bar - "Product" > Test (⌘U)

To test the project, in the menu bar we click on Product > Test.

  • Shortcut: ⌘U
Check Unit tests results in Project navigator
Xcode - Project navigator - Check Unit tests

We can check that the tests we've been working lately are executed correctly in the Project navigator.

  • A green icon with a checkmark indicates that the test methods in the test case passed.
Check Unit tests results in Test navigator
Xcode - Test navigator - Check Unit tests

We can check that all tests have been executed correctly in the Test navigator.


EN

Xcode: Ejecutar tests

Xcode - Los tests han pasado correctamente
Product > Test (⌘U)
Xcode - Barra de Menú - "Product" > "Test ⌘U"

Para ejecutar los Tests Unitarios, en la barra de menú hacemos clic sobre Product > Test.

  • Atajo: ⌘U
Chequear resultados Tests unitarios en el navegador de Proyectos
Xcode - Navegador de proyectos - Chequear Tests unitarios

Podemos comprobar que las pruebas en las que hemos estado trabajando últimamente se ejecutan correctamente en el navegador de Proyectos.

  • Un icono verde con una marca de verificación indica que los métodos de prueba del caso de prueba se han superado.
Comprobar los resultados de las pruebas unitarias en el navegador de Tests
Xcode - Navegador de Tests - Chequear Tests unitarios

Podemos comprobar que todas las pruebas se han ejecutado correctamente en el navegador de Tests.

Great! You’ve successfully signed up.
Welcome back! You've successfully signed in.
You've successfully subscribed to Swift Legacy Bridge.
Your link has expired.
Success! Check your email for magic link to sign-in.
Success! Your billing info has been updated.
Your billing was not updated.