This commit is contained in:
YoSaucedo 2017-05-25 19:01:30 -05:00
parent 074a58db50
commit 3c32389734
1 changed files with 6 additions and 6 deletions

View File

@ -1071,11 +1071,11 @@ Obtendrá más práctica de grafos en el libro de Skiena (vea Sección de libros
- [ ] [2016: Borg, Omega, and Kubernetes](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44843.pdf)
- ### Pruebas
- To cover:
- how unit testing works
- what are mock objects
- what is integration testing
- what is dependency injection
- A cubrir:
- Cómo funciona la prueba unitaria
- ¿Qué son objetos simulados?
- ¿Qué es la prueba de integración?
- ¿Qué es la inyección de dependencia?
- [ ] [Agile Software Testing with James Bach (video)](https://www.youtube.com/watch?v=SAhJf36_u5U)
- [ ] [Open Lecture by James Bach on Software Testing (video)](https://www.youtube.com/watch?v=ILkT_HV9DVU)
- [ ] [Steve Freeman - Test-Driven Development (thats not what we meant) (video)](https://vimeo.com/83960706)
@ -1084,7 +1084,7 @@ Obtendrá más práctica de grafos en el libro de Skiena (vea Sección de libros
- [ ] [Is TDD dead? (video)](https://www.youtube.com/watch?v=z9quxZsLcfo)
- [ ] [Video series (152 videos) - not all are needed (video)](https://www.youtube.com/watch?v=nzJapzxH_rE&list=PLAwxTw4SYaPkWVHeC_8aSIbSxE_NXI76g)
- [ ] [Test-Driven Web Development with Python](http://www.obeythetestinggoat.com/pages/book.html#toc)
- [ ] Dependency injection:
- [ ] Inyección de dependencia:
- [ ] [video](https://www.youtube.com/watch?v=IKD2-MAkXyQ)
- [ ] [Tao Of Testing](http://jasonpolites.github.io/tao-of-testing/ch3-1.1.html)
- [ ] [How to write tests](http://jasonpolites.github.io/tao-of-testing/ch4-1.1.html)