Tag «selenium introduction»

Selenium Beginner 11 – How To Create JAR File

Notes: Today we will learn: 1. How to create a runnable JAR 2. How to run the test from command line STEP 1 : Create a runnable jar from eclipse project STEP 2 : Run the jar file from command line java -jar name.jar References: Java Beginner Tutorial 7 – JAR (Java Archive) basics –https://www.youtube.com/watch?v=QB19Wqimkq4&index=7&t=422s&list=PLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU …

Selenium Beginner 2 – History of Selenium

Notes: Today we will learn : 1. Birth of: Selenium Core Selenium RC WebDriver Selenium Grid Selenium IDE 2. How did Selenium 1, 2 and 3 came into existence 3. Selenium release history 4. Contributors and creators of Selenium 5. Why is Selenium named so ? 6. Useful tips Selenium 2.0 announcement : https://seleniumhq.wordpress.com/2011/07/08/selenium-2-0/ Creator …

Selenium Beginner 1 – Introduction – What is Selenium | Selenium Interview basics

Notes: Correction Note : Philippe Hanrigou is the primary creator of Selenium Grid and Patrick Lightbody is co-creator of Selenium RC. This is covered in next session – History of Selenium https://www.youtube.com/watch?v=c4y4m… Selenium Introduction – What is Selenium Today we will learn: 1. What is Selenium 2. Features of Selenium 3. 4 Components of Selenium …