pruebas unitarias
- Ejemplos
Si la aplicación no es muy voluminosa ni compleja, pruebas unitarias y de integración pueden ser suficiente. | If the application is not very complex and with a small size, unit/integration tests could be sufficient. |
Si tienes pruebas unitarias, no solamente tú mismo pero también todo el equipo tendran una mayor confianza en los cambios. | If you have tests, not only yourself but also the entire team will have greater confidence in doing changes. |
El proceso comienza ya durante el desarrollo, con la aplicación de pruebas unitarias que, durante este estadio, ofrecen ilimitadas posibilidades de pruebas y análisis de errores. | This testing process begins during the development phase when we run a full gamut of unit tests and error analyses even at early stages. |
Además, Python proporciona un gran soporte para escribir pruebas unitarias. | In addition, Python provides great support for writing unit tests. |
Para ayudarte a ser disciplinado, debes automatizar tus pruebas unitarias. | To help you be disciplined, you should automate your unit tests. |
Las pruebas que contienen pequeños componentes individuales se denominan pruebas unitarias. | The tests that contain small individual components are called unit tests. |
Pruebas unitarias: aprende a escribir pruebas unitarias para MediaWiki con PHPUnit. | Unit testing–learn to write unit tests for MediaWiki using PHPUnit. |
Escribir pruebas unitarias de fuerza industrial no es fácil ni simple. | Writing industrial-strength unit tests is not easy or simple. |
Tarde o temprano, las pruebas unitarias te salvarán el día. | Sooner or later, unit tests will save the day for you. |
Todas las pruebas unitarias son guardadas en el directorio test/unit/. | All unit tests are stored under the test/unit/ directory. |
Realizas algunas nuevas pruebas unitarias para cubrir tu desarrollo y probarlo. | You develop some new unit tests to cover your development and test it. |
Efectuar pruebas unitarias y de integración de los componentes desarrollados. | Implement unit and integration testing of developed components. |
Esto es algo que necesitas mantener en mente cuando desarrollas pruebas unitarias. | That's something you need to keep in mind when writing unit tests. |
Las pruebas unitarias se puede ejecutar una a la vez o todas juntas. | Unit tests can be run one at a time or all together. |
Symfony permite y recomienda las pruebas unitarias, y provee herramientas para ellas. | Symfony supports and recommends unit testing, and provides tools for that. |
Vamos a crear algunas de las pruebas unitarias para la clase del modelo, JobeetJob. | Let's create some unit tests for the JobeetJob model class. |
Escribir buenas pruebas unitarias es un trabajo duro. | Writing good unit tests is hard work. |
Pero las pruebas unitarias no son suficientes. | But unit tests are not enough. |
Buen conocimiento de los conceptos de las pruebas unitarias. | Good knowledge of unit testing concepts. |
Describir la relación entre historias de usuario, confirmaciones, pruebas de aceptación y pruebas unitarias. | Describe the relationship between user stories, confirmations, acceptance tests and unit tests. |
