top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Software Testing: What is Selenium?

+2 votes
293 views
Software Testing: What is Selenium?
posted Aug 29, 2016 by Jdk

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

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.
`
Some good source to read

answer Aug 30, 2016 by Atindra Kumar Nath
...