MaxCiv / OK-test-change-personal-data

Tests for ok.ru "Change personal data" page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests for ok.ru "Change personal data" page.

How to launch

  1. Load project from repository and launch in IDEA;
  2. Choose "Import gradle settings" and select "Use default gradle wrapper";
  3. Create config file - src/test/resources/config.properties - and fill it with your data;
  4. Run tests by gradle task verification>test.

How to configure

The project is configured by the file src/test/resources/config.properties, you need to create it. Use this example file.

Config contains the following options:

  • login and password of the ok.ru user;
  • chromedriver, geckodriver, iedriver and edgedriver - paths to webdrivers;
  • useBrowser - the name of the browser to be used (allowed values: chrome, firefox, ie, edge);
  • implicitlyWaitTimeSec - seconds of implicitly waiting.

Structure

The project consists of the following packages:

  • models - ValueObjects;
  • pages - PageObjects of used webpages;
  • steps - business-logic of tests;
  • tests - test classes;
  • utils - utility classes.

About

Tests for ok.ru "Change personal data" page.


Languages

Language:Java 100.0%