How to setup Selenium with Java - from Zero to Hero

Опубликовано: 31 Май 2020
на канале: Learn with RV
710
17

During this tutorial we will create a basic framework from scratch, learning how to create a maven project, how to import required dependencies, how to create E2E flows for register and login in a website and last but not least, how to add hooks and assertions using TestNG.

Prerequisites: Java and Maven (+ IntelliJ Community Edition IDE)

-- ChroPath tutorial (browser extension used in the tutorial to locate the elements via XPath) --
   • Video  

-- Installing Maven on Windows OS - Tutorial --
   • How to install Maven on Windows  

-- TestNG Assertions - Tutorial --
   • Assertions in Java | TestNG Assert | RV  

Source code: https://github.com/razvanvancea/learn...