Skip to content

Test automation is the practice of automatically reviewing and validating a software product, such as a web application, to make sure it meets predefined quality standards for code style, functionality (business logic), and user experience.

Notifications You must be signed in to change notification settings

mahmudurrahman-1/WebAutomation-Prothom-Alo

Repository files navigation

This Project is continuing

(Prothom Alo) application automation project with selenium java

This project covers the following scenario:

/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

This project covers the following topics:

/topics/ 1: Java 2: Maven 3: Selenium 4: TestNG 5: Page Object Model 6: Data-Driven 7: Page Factory 8: Allure Report

Command for run allure report

Method 1

alllure serve [abs path of allure-results]

Method 2

Gnerating report:
allure generate ./allure-results --clean

Display report using server:
allure open ./allure-report

About

Test automation is the practice of automatically reviewing and validating a software product, such as a web application, to make sure it meets predefined quality standards for code style, functionality (business logic), and user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published