Skip to content
Roman Pobotin edited this page May 22, 2018 · 7 revisions

Welcome to the testing_framework wiki!

Description

Typhon - it's a Python framework for writing test automation scenarios using page object pattern.

Can be tested using framework:

  1. UI - using Selenium WebDriver;
  2. API - using basic Python + my own methods.
  3. Load - using Locust

Instruments using :

  1. Selenium WebDriver
  2. pytest
  3. Allure
  4. Locust

Useful links

Instruction how to start using framework

How to change browser

How to create locator

How to create test method

How to create UI test

How to create API test

How to use Allure reports

Base UI methods

Base API methods

Config file structure

Attention! If you have never been working with Python before, you should investigate the next links:

SoloLearn

DataCamp

Next block (Selenium) needs only for deeper understanding of how Selenium works

Selenium

  1. Selenium get starter
  2. Selenium find locators
  3. Selenium waits
  4. Selenium PageObject