Difference between revisions of "Selenium (software)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (linux etc.) |
Karl Jones (Talk | contribs) (Software testing) |
||
Line 10: | Line 10: | ||
It is [[open source]] software, released under the Apache 2.0 license, and can be downloaded and used without charge. | It is [[open source]] software, released under the Apache 2.0 license, and can be downloaded and used without charge. | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Software testing]] | ||
== External links == | == External links == |
Revision as of 06:07, 18 August 2015
Selenium is a portable software testing framework for web applications.
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 Java, C#, Groovy, Perl, PHP, Python and Ruby.
The tests can then be run against most modern web browsers.
Selenium deploys on Windows, Linux, and Macintosh platforms.
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