DarazWebsiteAutomation_Selenium_TestNG

This project is on automating an E-commerce Website. Here has been automated the Login procedure and the Purchasing procedure of a product from the website.

Tools used :

-Intellij IDEA
-Selenium
-TestNG (As automation testing Framework)
-Allure(For report Generation)

Flow of work :

-Login
-Search Specific Item
-Sorting by price range low to high
-Select an item
-Add the item to cart
-Checkout

NOTE :

The username and the password used for a successful login are confidential. So they have been stored in a user.json file in the resource folder. And user.json file has been added in the .gitignore. So for using this project there is a necessity to add the user.json file locally in the resource folder like: src/test/resources/user.json

Video of the Test Automation is included below:

Daraz_full_automation_04.12.2022_10.32.11_REC.5.mp4

Snippet of the Test report are included below:

report1

report2

report3