My GitHub projects



Below is a list of my My GitHub projects with short decription.

IMPORTANT !!!

All information that you can find here is published as is.
You can copy, clone and reuse the information without any restrictions from my side.
Otherwise, please refer to official documentation or original sources.


Project details:

  1. My second (main) blog based on HEXO.IO engine

    GitHub_iconGitHub link: github.com/ooge0/hexo-blog

    Languages: HTML, JS, MarkDown

    Description: My second blog based on HEXO.IO framework.

    Direct link to the blog : https://ooge0.github.io/hexo-blog.

  2. Current website project

    GitHub_iconGitHub link: ooge0.github.io

    Languages: HTML, JS

    Description: Git hub repo of current website with all included pages, scripts, CSSs.

  3. Template of hybrid test automation framework for UI and API testing

    GitHub_iconGitHub link: python_TA_web_api_framework"

    Languages: Python , Gherkin

    Description: Hybrid test automation framework for UI and API testing.

    Created test porcessed by PyTest library.
    Project contains mixed approach of:

    • reused resources;
    • generating test data using custom methods;
    • using pytest and custom defined fixtures;
    • using DB, config files, Excel docs for storing test data and references;
    • generating reports (Allure, Pytest).
  4. API tests for https://petstore.swagger.io/

    GitHub_iconGitHub link: demo_pet

    Languages: Python , Gherkin

    Description: Back-end tests framework for API testing. Destination source is https://petstore.swagger.io/.

  5. Test automation framework based on RestAssured test framework.

    GitHub_iconGitHub link: restAssured

    Languages: Java

    Description: Helper for managing webDrivers. Forked from . I used this repo as a source of ideas.

  6. kafka-app-demo

    GitHub_iconGitHub link: kafka-app-demo

    Languages: Python

    Description: Pet project for investigating Kafka features. Created simple app for managing behavior of consumer/poducer actions.

  7. AppiumFrameworkExtended

    GitHub_iconGitHub link:AppiumFrameworkExtended

    Languages: Java

    Description: Pet project for investigating Appium features. More complex and detailed than appiumQA project. Project has detailed README.MD file, valid configuration for executing different tests, generating reports.

  8. Appium framework pet project

    GitHub_iconGitHub link: appiumQA

    Languages: Java, Batchfile

    Description: Pet project for investigating Appium features. There is no complex logic, just few classes for checking main Appium flow for interacting with Android app.

  9. Helper for managing webDrivers

    GitHub_iconGitHub link: ssLv_Gherkin_JAVA

    Languages: Java, Gherkin

    Description: Project contains finished test scenario based on Gherkin language for checking web sites functionality. All scenarios are expected to use Page Object model. All scenarios are expected to use separated step definition files.

Go up