I test Green University student web portal functional test in JUnit Selenium After read this Please Watch Test Repoet & Screen rec. for better understanding my project. Link is down below.
- Tool: selenium
- IDE: IntelIJ
- Build tool: Gradle
- Language: Java
- Test_Runner: Junit
- Navigate to portal site
- Need a unique student ID account with passwordd
- Need to install jdk 1.8
- Need good internet connectivity
- Open cmd to the project folder
- Type this command:
gradle clean test
- Selenium will open the browser and start automation.
- To view report, type this command:
allure generate allure-results --clean -o allure-report
allure serve allure-results