Vertaling van "TestNG" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
TestNG identifies the methods it is interested in, by looking up annotations.
TestNG identifica los métodos que le interesa por buscar anotaciones.
I was benefit from the demo and walk through using TestNG.
Me beneficié con la demostración y paso por TestNG.
Whether TestNG should run different threads to run this suite.
Ya sea TestNG debe ejecutar diferentes hilos para ejecutar esta suite.
This chapter explains the execution procedure of methods in TestNG.
En este capítulo se explica el procedimiento de ejecución de los métodos de TestNG.
Writing a test in TestNG basically involves the following steps
Escribir un ensayo en TestNG consiste básicamente en los siguientes pasos
TestNG, by default, generates a different type of report for its test execution.
TestNG, por defecto, genera un tipo diferente de informe para su ejecución de la prueba.
The <class> tag signifies that a TestNG class can contain one or more test methods.
La etiqueta<class> significa que una clase de TestNG puede contener uno o más métodos de prueba.
There is also an option to write your own loggers, which are notified at runtime by TestNG.
También hay una opción para escribir sus propios madereros, que se notifican en tiempo de ejecución por TestNG.
There are two ways to generate a report with TestNG
Hay dos maneras de generar un informe con TestNG
This tutorial provides a good understanding on TestNG framework needed to test an enterprise level application to deliver it with robustness and reliability.
Este tutorial proporciona un buen conocimiento sobre el marco TestNG necesaria para probar una aplicación de nivel empresarial para entregarlo con la robustez y fiabilidad.
Write the business logic of your test and insert TestNG annotations in your code.
Escribir la lógica de negocio de la prueba e insertar anotaciones TestNG en el código.
The <test> tag allows a test to contain one or more TestNG classes.
La etiqueta<test> permite que una prueba contenga una o más clases de TestNG.
Tag <test> represents one test and can contain one or more TestNG classes.
Etiqueta <test> representa una prueba y puede contener una o más clases de TestNG.