(Prothom Alo) application automation project with selenium java
/Backend/ 1: Go to Base url and click login 2: Create five account
/Backend/ 3: Login in With the account 4: Goto your profile 5: Make a comment on a post
/Frontend/ 6: Click on menubar and scroll down 7: Choose "ধর্ম" 8: Scroll down and click on a headline
/Backend/ 9: click on the search button 10: Write texts 11: click search button to see the results
/topics/ 1: Java 2: Maven 3: Selenium 4: TestNG 5: Page Object Model 6: Data-Driven 7: Page Factory 8: Allure Report
alllure serve [abs path of allure-results]
Gnerating report:
allure generate ./allure-results --clean
Display report using server:
allure open ./allure-report