Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1000 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 1000 Bytes

What is Selenium? Selenium is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms. You can use multiple programming languages like Java, C#, Python etc to create Selenium Test Scripts. Testing done using the Selenium testing tool is usually referred to as Selenium Testing.

Selenium WebDriver- Installation

  1. Download and Install Java 8 or higher version.
  2. Download MAVEN.
  3. Download and configure Eclipse or any Java IDE of your choice.
  4. Clone the repo.
  5. Run the test scenario form testng.xml file.

How to run the current tests?

The project includes 2 main packages one for pages and its included element and another package for tests. The tests package includes test procedure file and test base class for the test setup. There is a directory used for drivers including Chrome and Geckodriver for Firefox. There is a properties file while include data that used in tests to be used for data driven test.