Skip to content

michalslowikowski00/GOG_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Case

1. Open browser and select every available game category

  • Role-playing
  • Simulation
  • Indie
  • Racing
  • Sports
  • Action
  • Strategy
  • Shooter
  • Adventure

Check if current URL has game category name inside.
At the end of test close browser.

2. Test steps

  • automatically open web browser (Chrome)
  • iterate through every game type from menu dropdown called Genre — select every available game type from list and click on it
  • check if mark X beside Genre is visible
  • check if URL contains string with name of game type after every iteration

3. Expectations

  • there are available 9 games categories
  • every time when game category will be selected, URL has to contain this category as string inside, e.g. after selected role playing category URL should be like this:
    https://www.gog.com/games/role-playing?sort=bestselling&page=1
  • after selected game category X mark beside menu dropdown Genre should be visible
  • web browser will be closed after the test

Dependencies

Run Robot Framework Test Case via command line

  • go to directory where Robot file is located in repository and run robot gog.robot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published