Skip to content
Software Test Academy
  • Home
  • About
  • Blog
  • Test Automation
    • UI Automation
      • Selenium
      • Capybara
      • Sikulix
      • CodedUI
      • WinAppDriver
    • Mobile Automation
      • Appium
      • Espresso
      • Mobile Device Farm
    • API Automation
      • Rest Assured
      • Karate
    • Testing Frameworks
      • JUnit
      • TestNG
    • Automation Reporting
      • Allure Report
      • Extent Reports
      • Klov Reporting
      • Tesults Reporting
    • Cucumber
    • Visual Test Automation
      • Applitools Eyes
      • ImageMagick
      • Galen Framework
      • Ember Percy
      • Visual Testing Tools
    • Robot Framework
    • Selenoid
    • Docker Selenium
    • Node.js Mocha
  • Performance Testing
    • JMeter
    • Gatling
    • Mobile Performance Testing
    • Interview Questions
  • DevOps
    • Kubernetes
    • Jenkins
    • Docker
    • SonarQube
    • Vagrant
    • Octopus Deploy
    • AWS
    • Azure
    • Rancher
    • Packer
  • More
    • Interview Questions
      • Performance Testing Interview Questions
    • Programming Tutorials
      • JAVA
      • JAVA FX
      • Git
      • GitLab
      • GitHub
      • Algorithms
      • WireMock
      • Mockito
      • Logging
      • ESLint
    • Testing Tutorials
    • Agile Tutorials
    • Tools and Technologies
    • Security Testing Tutorials
    • Test Masters
    • Software Conferences

docker

Docker Tutorials

Docker tutorials are listed in this section. We will continuously add new articles to this section. If you want us to write a new article for this section please get in touch with us.

Selenium and Kubernetes for Scalable Parallel Automated Tests

October 15, 2021 by Onur Baskirt
kubernetes-logo

Hi all, for a long time I could not find time to write an article on swtestacademy because of the busy schedule at work. However, during the Eid holiday, I wanted to play with Kubernetes, scale the selenium grid with … Read more

Categories DevOps Tutorials, Selenium Tutorials, Tools and Technologies Tags docker, kubernetes, selenium

Manage the Containers in Java Code

November 27, 2018 by Canberk Akduygu
docker

Hello, today, I am going to tell you how you can manage your Docker-based Selenium Grid containers via Java code. The main reason behind it is the need of Selenium Grid for parallel execution. In our pipeline, there’s already a … Read more

Categories DevOps Tutorials Tags docker, java

Selenium Grid Infrastructure by using Rancher Packer and Docker on AWS

December 4, 2018 by Suha Sulun
rancher

Hi all, in this article, I will explain to you how to setup Selenium Grid with Rancher on AWS.  First we need to create an AWS account, for now, we may use t2.micro instances in US Regions which are the … Read more

Categories DevOps Tutorials Tags aws, docker, packer, rancher, selenium

Selenoid Tutorial | Docker-Selenium Alternative for Parallel Testing

October 15, 2021 by Kaan Sariveli
selenoid

Selenoid is an open-source project written in Golang and active maintainers are Alexander Andryashin, Ivan Krutov, and  Kirill Merkushev. In the previous article, I tried to explain the usage of docker-selenium and the advantages over Selenium Grid. Now, I will explain … Read more

Categories Selenium Tutorials Tags docker, selenium, selenoid

Docker Selenium Tutorial for Parallel Testing on Selenium Grid

October 15, 2021 by Kaan Sariveli
docker

Docker Selenium is highly used by test teams to run their tests in parallel on Selenium Grid. In this article, I will explain to you how to use docker selenium and selenium grid infrastructure to run your tests in parallel. You … Read more

Categories DevOps Tutorials Tags docker, selenium

Dockerizing Cucumber Capybara Tests

December 4, 2018 by Alper Mermer
docker

Hello everyone. In this article, I’m going to write about the initial way of dockerizing your beloved Cucumber-Capybara tests. docker So why would you do it? docker Well, the main reason is portability. With this approach people(or CI/CD build servers) … Read more

Categories DevOps Tutorials Tags capybara, cucumber, docker, ruby

© 2025 SW TEST ACADEMY • All Rights Reserved