From professional translators, enterprises, web pages and freely available translation repositories.
selenium grid permite ejecutar pruebas en paralelo en múltiples máquinas y manejar diferentes versiones y configuraciones de manera centralizada.
selenium grid allows running tests in parallel on multiple machines, and to manage different browser versions and browser configurations centrally (instead of in each individual test).
=== selenium grid ===selenium grid es un servidor que permite usar instancias de navegador ejecutándose en máquinas remotas.
===selenium grid===selenium grid is a server that allows tests to use web browser instances running on remote machines.
rc hace posible escribir pruebas automatizadas para aplicaciones web, en cualquier lenguaje de programación lo que permite una mejor integración de selenium a entornos de prueba existentes.
rc makes it possible to write automated tests for a web application in any programming language, which allows for better integration of selenium in existing unit test frameworks.
el evento ejecutará esta sonda (“test case”) de selenium y devolverá el número de segundos que ha tardado en realizarse esa transacción web.
the event execute the selenium test case and returns the number of seconds to run the web transaction of the test.
dado que watir-webdriver es derivado tanto de selenium 2.0 como de la especificación de html watir-webdriver debe ser siempre compatible con las especificaciones del w3c.
not only is watir-webdriver derived from selenium 2.0, it is also built from the html specification, so watir-webdriver should always be compatible with existing w3c specifications.