
Official website (https://selenium.dev/)
Selenium
Sign in to saveframework de test informatique développé en Java
Official website

Selenium
Selenium automates browsers. That's it!, Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. Getting Started Selenium WebDriver Selenium WebDriver If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language specific bindings to drive a browser - the way it is meant to be driven.
selenium.dev →Link to the official site · 3,573 chars · not written by Vinony
Article · Français
Selenium est un framework de test informatique développé en Java qui offre des passerelles pour s'exécuter avec différents langages comme Python et PHP. Il permet d'interagir avec différents navigateurs web tel que Google Chrome grâce au chromedriver ou Mozilla Firefox avec le geckodriver de même que le ferait un utilisateur de l'application. Il entre ainsi dans la catégorie des outils de test dynamique (à l'inverse des tests statiques qui ne nécessitent pas l'exécution du logiciel) facilitant le test fonctionnel. Il est associé à * Selenium IDE, extension Firefox, pour l'utiliser ; * Selenium WebDriver, successeur de Selenium Remote Control (RC) devenu depuis officiellement obsolète. Il permet d'écrire des tests automatisés en différents langages (PHP, Javascript, Python, Ruby, .NET, Perl, Java, Rust et enfin Go).
Abstract from DBpedia / Wikipedia · CC BY-SA