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

selenium

Selenium Tutorials

Selenium 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 Grid on Windows

January 1, 2022 by Onur Baskirt
selenium

In this post, I will describe how to use Selenium Grid. You will learn how to install a selenium grid and how to configure it. For Mac users, you can check here: https:/selenium-grid-on-mac/ First of all, you can access the … Read more

Categories Selenium Tutorials Tags selenium

How to Install Chrome Driver on Mac

February 19, 2024 by Onur Baskirt
selenium webdriver

Hi, in this tutorial we will learn how to install chrome driver on Mac OS. It is very easy. Step1: Download Chrome Driver You need to go to the below address and download the chrome driver for Mac operating system … Read more

Categories Selenium Tutorials Tags selenium

Selenium Tutorial JAVA and JUnit in 7 Easy Steps

April 24, 2021 by Onur Baskirt
selenium webdriver

Selenium Tutorial Java and JUnit article will help you to learn Selenium Webdriver and its all features. I will explain the Selenium Webdriver step by step for beginners. After this article, you will create your first Selenium Testing project without any … Read more

Categories Test Automation Tags selenium

BrowserMobProxy in Selenium – Record Network Activities

February 8, 2019 by Canberk Akduygu
proxymobproxy

In this tutorial, we will learn how to use BrowserMobProxy in Selenium to record network activities for Selenium Tests. During our manual testing process, we always check the Chrome console if there are errors that we don’t notice on UI. … Read more

Categories Selenium Tutorials Tags selenium

How to Download a File in Selenium Webdriver?

January 1, 2022 by Canberk Akduygu
selenium webdriver

How to download a file in selenium webdriver? Yes, sometimes we need to deal with this problem in our test automation projects. Also, there are test cases where you need to check if the download links are working fine or not. … Read more

Categories Selenium Tutorials Tags java, selenium, testng

Localization Testing using Selenium Webdriver (Basic Tips)

December 4, 2018 by Canberk Akduygu
selenium webdriver

Localization Testing using Selenium Webdriver is necessary when working with international web applications. We need to test those web apps in many different languages. Our test automation codes have to be run in each local chapter of the application or … Read more

Categories Selenium Tutorials Tags selenium

How to Bypass Login Step in Selenium Webdriver

December 4, 2018 by Canberk Akduygu
selenium webdriver

Bypass Login Step in selenium webdriver projects is sometimes needed to increase automation speed because many of the test scenarios start with that step and It takes time. In this article, we will learn how to do this operation. Let’s … Read more

Categories Selenium Tutorials Tags selenium

Allure Report and JUnit 5 Complete Guide

January 1, 2022 by Onur Baskirt
allure

How to create a test automation report with Allure Report and JUnit 5? Yes, in this article we will learn this! Allure Report is a very popular reporting tool all around the world. We used Allure Framework in the companies … Read more

Categories Allure Report Tags allure, junit, selenium

PageGenerator and LoadableComponent for Better Page Object Model

December 4, 2018 by Onur Baskirt
selenium-logo

Hi all, in this tutorial, I will explain to you how to use PageGenerator and LoadableComponent to create a better Page Object Model based Selenium Webdriver test automation projects. By using LoadableComponent pattern, we can easily get the pages without … Read more

Categories Selenium Tutorials Tags selenium

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
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page7 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »