Skip to content

A Page Object model implementation of a test scenario covering the testing of the header of the main Spotify page - UK version. Testing performed in Chrome browser. Code implemented in Eclipse using Selenium WebDriver and TestNG.

Notifications You must be signed in to change notification settings

akmaz/SpotifyProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Spotify_Project

A Page Object model implementation of a test scenario covering the testing of the header of the main Spotify page - UK version. Testing performed in Chrome browser. Code implemented in Eclipse using Selenium WebDriver and TestNG.

Prerequisites

To run the project, you will need:

  • JDK 8 - you can download here.
  • Eclipse - you can download here.
  • Maven integration for Eclipse.
  • TestNG - you can download 'TestNG for Eclipse' plug-in from Eclipse Marketplace.
  • Chrome Driver - It's already added to the project in the src/test/resources/drivers folder.

Maven uses the below dependencies:

  • Selenium WebDriver - used version 3.141.59.
  • TestNG - used version 6.14.3.

Running the test

In order to perfom the testing, run MainPageTest.java file.

Address of a website being tested: https://www.spotify.com/uk/

The test convers the header content.

Screenshot of a wesbite being tested:

alt text

Sample screenshot of the Excel file: alt text

alt text

Acknowledgments

About

A Page Object model implementation of a test scenario covering the testing of the header of the main Spotify page - UK version. Testing performed in Chrome browser. Code implemented in Eclipse using Selenium WebDriver and TestNG.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published