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.
selenium provee una herramienta de grabar/reproducir para crear pruebas sin usar un lenguaje de scripting para pruebas (selenium ide).
selenium provides a record/playback tool for authoring tests without learning a test scripting language (selenium ide).
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.