Open in app
Home
Notifications
Lists
Stories

Write
Serhii Horoshko
Serhii Horoshko

Home

Oct 21, 2021

Test Engineer “checklist” — практики розвитку.

[Про автора: Сергій Горошко 4+ років досвіду в IT, а також 4+ років у Hardware Engineering. Працює у сфері e-Healthcare, e-Commerce. Живе за принципом “back to community”.] Сьогоднішні реалії показують та диктують правила стрімкого розвитку не залежно від типу зайнятості чи напрямку. …

Engineering

15 min read

Test Engineer “checklist” — практики розвитку.
Test Engineer “checklist” — практики розвитку.

Jul 20, 2020

How-To Getting start with git

All examples located to the gitlab.com, in the first step you need to create an account. Create a new repository git clone git@gitlab.com:gitlab.login.name/example.git cd example touch README.md git add README.md git commit -m "add README" git push -u origin master Existing folder cd existing_folder git init git remote add origin git@gitlab.com:gitlab.login.name/example.git git add . git commit -m "Initial commit" git push -u origin master

Tutorial

1 min read


Jul 20, 2020

How-To Generate your SSH key

Open the Terminal and execute the command below using your corporate e-mail:ssh-keygen -t rsa -b 4096 -C "your_email@company.com" At the interpreter’s suggestion to enter the path to the file, just press Enter: Enter file in which to save the key You can optionally set a password or just press Enter…

Ssh Keys

1 min read


Jul 19, 2020

Software testing risks

Introduction Risk is something that can happen and lead to negative consequences Interesting point: sometimes we can do nothing with risk or our effects are not enough to eliminate risk from the list. …

Quality Assurance

1 min read


Jul 19, 2020

How-To Automat Testing process

at the beginning… saver, Selenium, Selenoid, Selenide, Selendroid… Что все это значит?, (2019) Qualsolife, Как QA организовать автоматизацию тестирования на проекте, (2019) Jackie King, Why Do We Need Automated Tests, Anyway?, (2019) “Automatisation de test” Overview How do you decide which tests to automate and which ones to leave for manual testing? Before you begin to automate…

QA

9 min read

Automation Testing process
Automation Testing process

Jul 19, 2020

How-To write your first Java program (without any IDE) short tutorial for Windows

Install Notepad++ https://notepad-plus-plus.org/downloads/ Install JDK 11 from Oracle https://www.oracle.com/java/technologies/javase-jdk11-downloads.html Configure Java 11 in the System Variable in Path (for check Java installation write in cmd: where java) variable: %JAVA_HOME% value: C:\Program Files\Java\jdk-11.0.11 %JAVA_HOME%\bin in Path check to install in cmd with the command java — version and javac — version…

Programming

2 min read

How-To Programming
How-To Programming

Published in Mac O’Clock

·Jul 19, 2020

How-To find UDID iPhone number

Macintosh Connect your iPhone with a cable to your Mac iTunes will automatically run/open Click on the “iPhone-icon” in the iTunes header menu If your iPhone connected for the first time to this Mac, you need to accept Trust permission on the iPhone screen, if Trusted, skip this step, thanks Click…

Udid

2 min read

How-To find UDID iPhone number
How-To find UDID iPhone number

Jul 19, 2020

How-To run a first Vagrant project on macOS in the Terminal

Install Homebrew with a Terminal /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" #Install Homebrew Install Virtualbox with a Terminal brew info virtualbox #Check a version of the VirtualBox brew install virtualbox #Install the lates version of the VirtualBox Install Vagrant with a Terminal brew install vagrant #Install the lates version of the…

Vagrant

1 min read


Jul 19, 2020

How-To configure Jenkins on the localhost

Install Homebrew with a Terminal /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" #Install Homebrew Install Java 11 with Brew brew tap homebrew/cask-versions brew search java brew cask info java brew cask install java11 Install the latest release version of Jenkins brew install jenkins #Install the latest release version Jenkins folder if you install it from .pkg file brew default folder is: ~/.jenkins

Jenkins

1 min read

How-To configure Jenkins on the localhost
How-To configure Jenkins on the localhost

Apr 3, 2020

How-To Install any JetBrains product on Ubuntu Linux

Download needed Tool from JetBrains website e.g IntelliJ IDEA $ cd ~/Downloads/ $ sudo tar -C /opt/ -zxvf ideaIU-2019.3.2.tar.gz $ cd /opt/idea-IU-193.6015.39/bin/ $ sh idea.sh Configure -> Create Desktop Entry

Programming

1 min read

Install any Jetbrains product on Ubuntu Linux
Install any Jetbrains product on Ubuntu Linux
Serhii Horoshko

Serhii Horoshko

Following
  • Coach Tony

    Coach Tony

  • Ministry of Testing

    Ministry of Testing

  • Joaquín Menchaca (智裕)

    Joaquín Menchaca (智裕)

  • Karl Wiegers

    Karl Wiegers

  • Maria Cross

    Maria Cross

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable