+ 4
What is selenium in java?
Anyone know how to use selenium testing tool. In java or recommend me some good resource where from I can learn about selenium.
2 Answers
+ 3
Selenium is an open-source automated testing framework for web applications. ... It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including C#, Groovy, Java, Perl, PHP, Python, Ruby and Scala. The tests can then run against most modern web browsers.
Selenium can be used to automate functional tests and can be integrated with automation test tools such as Maven, Jenkins, & Docker to achieve continuous testing. It can also be integrated with tools such as TestNG, & JUnit for managing test cases and generating reports.