filmov
tv
Export Selenium IDE tests to Java and JUnit. Run Selenium tests from IntelliJ IDEA
Показать описание
For more details about Selenium IDE and how to create the tests that are exported in this tutorial please check my playlist "Selenium IDE tutorial"
In this tutorial we are doing the transition from Selenium IDE (record and play tool used for web automation) to Java and JUnit automated web testing.
We will cover:
-how to export Selenium IDE tests to Java and JUnit
-create a web automation testing project with Java. Create a Maven project with IntelliJ IDEA
-import Selenium IDE tests to Java
-add dependencies Selenium Java and JUnit to a Selenium Java project
-set browser binary location, set webdriver location
-how to run Selenium tests from Java using IntelliJ IDEA