Omprakash Chavan's Udemy Course
Selenium Java Test Framework & Best Practices - Masterclass
My Build:
- IntelliJ IDEA Community Edition
- Java jdk-17
- Maven
- Selenium
- TestNG
- JUnit Jupiter
- Allure Test Reports
Allure Reports:
- Install Allure to command line
- Add allure to PATH
- https://docs.qameta.io/allure/#_testng
WARNING: DO NOT ADD YOUR PERSONAL INFORMATION TO THE PRACTICE WEBSITES
Practice Websites:
Maven:
- navigate to project folder in terminal
- run : mvn clean test
TestNG
- right click on testng.xml
- run testng.xml
JUnit Jupiter
(Does Not Support Parallel Execution)
- open MyFirstJUnitTestCase.java
- run class as JUnit test
- run method as JUnit test