Ananta
Ananta Almost a Computer Engineer, author of Go Woogle, I write about tech and tutorials.

2. Selenium and JUnit Setup


2. Selenium and JUnit Setup

Eclipse Configuration for Selenium and JUnit Testing

  1. Create a New Java Project

File > New > Java Project

Alt

  1. Enter Project Name and Click Finish.

Alt

  1. No need to Generate a default module.

Alt

  1. Open Properties of your newly created java project.

Alt

  1. Select Build Path option.

Alt

  1. Click on Classpath and Select Add External JARs.. option from right panel.

Alt

  1. Extract Files from the zips you downloaded earlier.

Alt Alt Alt

  1. Select the Extracted JARs from main folder and libs folder too.

Alt Alt Alt Alt

  1. Click on Classpath again and select Add Library.. option this time. Alt
  2. Select JUnit and Click Next. Alt
  3. Select Desired JUnit Version From Dropdown list. Alt
  4. Apply and Close Alt

Github Repo

Next Article to learn how to Write Your First Selenium Test