Pruebas de software

Contenido

  • Introducción a pruebas en el software
  • Integración continua
  • Métricas automatizadas de código
  • Pruebas de software
  • Gestión y administración de pruebas

Pruebas de software

Stateless/Unit testing

 

Stateful/Integration testing

 

Verification/System testing

Stateless/Unit testing

  • Ensure functional behavior
  • No context interactions
  • Single component tests

software_testing

By Timoteo Ponce

software_testing

  • 287