- The framework is for created for performing different operation on Leave applications.
- Can interact with web applications
- Can compare objects retrieved from UI.
- JAVA 8 as ther programming language for writing test code.
- Selenium and TestNG as the frameworks.
- Allure for test reporting.
- Intellij
- Clone the repositoty or download the zip and Unzip the project into local Directory.
- Import the Project folder into the Intellij .
- You can run the test direclty by right click on Test from src/test/java/functionTest, select
Run As
option and click onTestNG Test
. - You can run test using
testNG.xml
by Right click on testNG.xml , selectRun testNG.xml
.
- Run
allure serve allure-result
in terminal.