Skip to content

mz0121coder/SpartaWebTestingProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luma - Web Automation Testing - Website Link

Build & Test

Luma-Website

Team Members

John - Scrum Master
Will - Github Owner
Mohammed - Dev/Tester
Jack - Dev/Tester
Adam - Dev/Tester

Goals of this project

This project aims to create a reliable testing framework for the LUMA website to ensure its functionality and dependability.

Setup 🧪Test Framework

Create Project using Maven:
image

Create dependencies: Within the pom.xml file for the project the following dependencies are needed:

Junit
image

Hamcrest
image

Selenium
image

Cucumber
image

What is being 🧪Tested?

From our user story exercise that was conducted several different areas of testing were identified: User Story Board

Four main Epics were defined with prioritised user stories within each

Navigation

  • To specific pages from home page
  • To home page from specific pages

User Management

  • Creating an account (Valid & invalid info)
  • Logging in (Valid & invalid info)

Ordering

  • Add item to basket

Searching

  • Available item search
  • Unavailable item search
  • Search by price

🧪Test Metrics

A total of 28 tests were executed within this project

  • 25 tests were identified as passing
  • 3 tests were identified as failing and were added to the defect report

image

License

Debug-B-Team is licensed under the MIT License: LICENSE.

About

Web automation testing practice project - https://magento.softwaretestingboard.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.9%
  • Gherkin 14.1%