What is selenium?
Selenium is a popular open-source software testing framework used for automating web applications. It has several components and Selenium WebDriver is the one widely used by most of the testing professionals.
What do we need to write a browser automation script using Selenium?
We need to use a programming language. Selenium has support for almost all the modern major languages. We are going to use Java. and IDE (integrated development environment like Eclipse, Intellij) We are going to use Eclipse. And selenium java maven dependency.
- Install Java JDK
- Install Eclipse
- Copy maven dependency for selenium. Refer below

No comments:
Post a Comment