Skip to content

The more, the better. Write some tests which cover important functionalities. Included third party test reporting tools(Ex. Extent Report) in Daraz Web project. Data extracted from excel.

Notifications You must be signed in to change notification settings

mahmudurrahman-1/WebAutomation-Daraz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create automated scripts to test e-commerce Web app Daraz place order as a user

  1. write automation script to automate the below scenarios

Registration

Feature: Registration Module

Scenario Outine: John goes to the site and does registration

Given John on home page after opening open site
And Jogn click Signup/Login button to go Login in page
And John clicks register and goes registration page
When John decides to registration with email
And John enters and to exact values
Then Successfully registered
Examples
|sheetname|rowNum|
|sheet1 |0 |

Feature: Login Module

Scenario: John opens the site and Login

Given John on homepage after opening open site
And John clicks SIGNUP/lOGIN button from the Nav bar
When John enters "email" and "password" to input fields
Then John successfully Login

Scenario: Search with valid credentials
Given
When
Then

  1. Please include any third party test reporting tools(Ex. Extent Report, Allure report) in your automation project.
  2. Please use Excel/csv file as external test data provider and your automation script have the ability to read and write data from excel/csv for above scenario(Ex. Billing/shipping address and all the quoted value in scenario step can be read from excel as test data)

Using automation framework is a must:

You can feel free to choose the framework with page object modal design pattern, that suits you best, along with the Java or other programming language as you preferred.

About

The more, the better. Write some tests which cover important functionalities. Included third party test reporting tools(Ex. Extent Report) in Daraz Web project. Data extracted from excel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published