Difference between revisions of "Selenium (software)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 35: | Line 35: | ||
* [http://docs.seleniumhq.org/ Official website] | * [http://docs.seleniumhq.org/ Official website] | ||
* [https://en.wikipedia.org/wiki/Selenium_(software) Selenium (software)] @ Wikipedia | * [https://en.wikipedia.org/wiki/Selenium_(software) Selenium (software)] @ Wikipedia | ||
+ | |||
+ | |||
+ | [[Category:Computer programming]] | ||
+ | [[Category:Computer science]] | ||
+ | [[Category:Computing]] | ||
+ | [[Category:Software]] | ||
+ | [[Category:Software development]] | ||
+ | [[Category:Web browsers]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 05:39, 25 April 2016
Selenium is a portable software testing framework for web applications.
Description o
Selenium provides a record/playback tool for authoring tests without learning a test scripting language (Selenium IDE).
It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including:
The tests can then be run against most modern web browsers.
Platforms
Selenium deploys on Windows, Linux, and Macintosh platforms.
License
It is open source software, released under the Apache 2.0 license, and can be downloaded and used without charge.
See also
External links
- Official website
- Selenium (software) @ Wikipedia