You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TDD, or Test-Driven Development, is a Ruby project that incorporates two essential functions: factorial calculation and string reversal. The project follows the principles of TDD, meaning that tests are written before the actual code implementation.
Proyecto de Testing con Laravel que utiliza pruebas automatizadas para validar el correcto funcionamiento de los componentes de la aplicación. Se han utilizado herramientas de testing TDD de Laravel y se pueden ejecutar las pruebas con el comando "php artisan test"
A Node.js CLI application that will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person, following Agile methodology, OO paradigm and TDD/BDD development in JavaScript.