Project details:
-
My second (main) blog based on HEXO.IO engine
GitHub 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.
-
Current website project
GitHub link: ooge0.github.io
Languages: HTML, JS
Description: Git hub repo of current website with all included pages, scripts, CSSs.
-
Template of hybrid test automation framework for UI and API testing
GitHub 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).
-
API tests for https://petstore.swagger.io/
GitHub link: demo_pet
Languages: Python , Gherkin
Description: Back-end tests framework for API testing. Destination source is https://petstore.swagger.io/.
-
Test automation framework based on RestAssured test framework.
GitHub link: restAssured
Languages: Java
Description: Helper for managing webDrivers. Forked from . I used this repo as a source of ideas.
-
kafka-app-demo
GitHub link: kafka-app-demo
Languages: Python
Description: Pet project for investigating Kafka features. Created simple app for managing behavior of consumer/poducer actions.
-
AppiumFrameworkExtended
GitHub 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.
-
Appium framework pet project
GitHub 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.
-
Helper for managing webDrivers
GitHub 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.