Skip to content

jreategui07/workshop-unit-testing-angular

Repository files navigation

WORKSHOP

Unit testing con Angular: Introducción y Primeros pasos

Prerequisitos

Este workshop está dirigido a desarrolladores de software con un entendimiento básico de Typescript, no es necesario conocer a profundidad el framework Angular, sin embargo es aconsejable tener un conocimiento básico del mismo.

Conoceremos los conceptos básicos para trabajar el Unit Testing en Angular, y trabajaremos en la creación de pruebas unitarias desde el nivel más básico hasta crear ejemplos de complejidad media.

Para seguir este workshop, asegúrate de tener instalados los siguientes programas:

  • NodeJS
  • Angular
  • Visual Studio Code
  • Visual Studio Code Extensions
  • Git

Antes de comenzar con la implementación práctica, es crucial entender algunos conceptos fundamentales que formarán la base de nuestro trabajo. En las siguientes secciones, exploraremos qué son las pruebas automáticas, sus tipos, y los beneficios de las pruebas unitarias. Luego, profundizaremos en Jasmine y Karma, las herramientas principales que utilizaremos para escribir y ejecutar nuestras pruebas en Angular.

Demostración

Aquí hay algunas capturas de pantalla de la aplicación:

Screenshot 1

Screenshot 2

Screenshot 3

License License: MIT

The MIT License (MIT)

  • Copyright (c) 2024 Jonathan Reátegui

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Workshop de Unit Testing en Angular con Jasmine y Karma: Introducción y Primeros pasos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages