Black-box Testing It’s the kind of testing done by Users, focusing on functionality.
Gray-box Testing It’s the kind of testing done by Testers, probably looking at the data, security risks, auditing.
White-box Testing Deep testing done by other developers, looking for inconsistencies in the Code.
Continuous Integration (CI) Continuous Integration is a technique that guarantees the reduction in the impact of conflicts.
Test-Driven Development (TDD) TDD is all about writing tests before you start writing the code that will give the software its functionality, and will allow you to have solid, specific ideas about what your Software needs to do.
Make your code go from RED to GREEN The only goal you should have at this point is to get your tests to pass. That is to go “GREEN”.
Never Skip Tests! People aren’t great at performing repetitive tasks carefully, but computers are. Always test your Code.
¿Quieres ver más aportes, preguntas y respuestas de la comunidad? Crea una cuenta o inicia sesión.