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

UI Automation

UI Automation

UI Automation Category comprises several tools such as Selenium Webdriver, Capybara, SikuliX, WinAppDriver, and so on. In this category, you will find all UI related test automation tools and libraries.

Custom Command for WebDriverIO Scripts – WDIO 104

October 13, 2022 by Canberk Akduygu

In this article, I will tell how to create a custom commands for WebDriverIO. Eventhough WebdriverIO provides many additional features on top of Selenium or Appium, sometimes we need custom commands to do some actions properly. Let’s go over the … Read more

Categories UI Automation, WebDriverIO

Integrate WebDriverIO Script with GitHub Actions – WDIO 103

October 5, 2022 by Canberk Akduygu

Hello, In our previous articles, we learned how to create a WebdriverIO Web automation project and explored the config files. Now we will integrate our script with GitHub Actions, so when we have a Pull Request in our project, automation … Read more

Categories WebDriverIO

Explore WebdriverIO Config Files – WDIO 102

October 5, 2022 by Canberk Akduygu

What are WDIO Script Configurations In our first article, we installed a few main dependencies you need to run and execute our WebDriverIO project. We even executed the dummy test file WebDriverIO created for us. WDIO created a template from … Read more

Categories WebDriverIO

Introduction to WebDriverIO – WDIO 101

September 16, 2022 by Canberk Akduygu

Introduction to WebDriverIO WebdriverIO is an automation framework built on top of Selenium and Appium to automate modern web and mobile applications. It simplifies the interaction with your app. It has many ready-to-use plugins that help create a more maintainable, … Read more

Categories WebDriverIO Tags automation

Selenium Spring Boot Cucumber Junit 5 Test Automation Project

February 15, 2023 by Onur Baskirt

Hi all, I will explain a sample test automation project with Selenium and Spring Boot in this article. It is a combination of the latest technologies in test automation. First, I will start with some Spring boot terminology, and then … Read more

Categories Java Tutorials, Programming Tutorials, Selenium Tutorials, Test Automation, UI Automation Tags java, selenium

Xpath in Selenium with All Tactics and Examples

June 28, 2023 by Onur Baskirt
selenium webdriver

XPath in Selenium tactics will help you how to write dynamic XPath in Selenium Webdriver projects. Generally, test automation engineers struggle to write dynamic XPath at the beginning of their test automation journeys. To address this pain, I prepared this … Read more

Categories Selenium Tutorials Tags selenium

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

Selenoid on Google Cloud

June 24, 2021 by Canberk Akduygu
selenoid

Hello everybody, in this article we are going to show you how to deploy Selenoid on Google Cloud. Selenoid is a powerful implementation of the Selenium hub using Docker containers to launch browsers. In case you want to get familiar … Read more

Categories Selenium Tutorials, Tools and Technologies

Selenium 4 – Chrome Dev Tools Samples

June 24, 2021 by Canberk Akduygu
selenium webdriver

Hello everybody, We started writing about Selenium 4 since last week. Today, I am going to write about one of the most anticipated features of Selenium4. Now Selenium has native support for Chrome DevTools. You can trigger DevTools command during … Read more

Categories Selenium Tutorials

Selenium 4 Relative Locators | Friendly Locators

August 4, 2021 by Onur Baskirt
selenium webdriver

Selenium 4 Alpha comes with a new feature which is called “Relative Locators” before it is called “Friendly Locators“. We generally write tests by using CSS and XPath locators and also of course selenium find by methods such as find … Read more

Categories Selenium Tutorials Tags selenium
Older posts
Page1 Page2 … Page7 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »