Skip to content

Data driven test using Selenium, Java, MAVEN and TestNG

Notifications You must be signed in to change notification settings

hala-samir/Selenium-Data-Driven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.