Skip to content

An automated web test with Serenity + JUnit + Selenium WebDriver

Notifications You must be signed in to change notification settings

anton-giguz/webtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

An automated test for a couple of pages on the Yandex.Market site.

Details

This test performs the following steps:

  1. Open https://market.yandex.ru
  2. Select the category: Computers -> Tablets
  3. Select the manufacturer: Samsung
  4. Sort by price
  5. Output the top 5 results to the log
  6. Remember the second result (name and price)
  7. Type the name into the search field and click the search button
  8. Switch to the search in all categories
  9. Check that the first search result is the same as the one saved on step 6

Prerequisites

Requires Chrome browser to be installed.

Running

Starting (with Maven):

mvn verify

About

An automated web test with Serenity + JUnit + Selenium WebDriver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages