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.

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

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

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

Selenium Webdriver Tutorial with JAVA and TestNG (2018 Update)

December 4, 2018 by Onur Baskirt
selenium-logo

Selenium Webdriver Tutorial by using JAVA and TestNG article is a perfect starting point for Selenium Test Automation with TestNG. In this article, I will explain how to start to Selenium Webdriver with JAVA and TestNG step by step. If you want … Read more

Categories Selenium Tutorials Tags selenium

Read Configurations from a Property File in Selenium

November 29, 2018 by Onur Baskirt
selenium-logo

Hi all, in this article I will explain to you how to read configurations from a property file which holds global configurations and variables. You can add a utility class to handle this operation. You can name is PropertyReader, ConfigReader, … Read more

Categories Selenium Tutorials, Test Automation Tags selenium

SlowLoadableComponent Pattern in Page Object Model

December 4, 2018 by Onur Baskirt
selenium-logo

Hi all, in the previous article, I explained how to implement loadablecomponent pattern and in this article, I will explain how to implement the slowloadablecomponent pattern. The loadablecomponent pattern is convenient for the pages which load not so slowly. However, … Read more

Categories Selenium Tutorials Tags selenium

Loadable Component Pattern for Better Page Object Model Architecture

December 4, 2018 by Onur Baskirt
selenium-logo

Hi all, in this article I will explain you the loadable component pattern in Page Object Model architecture. In our test automation projects generally, we are doing some prerequisite actions to test some scenarios. For example, when we are testing … Read more

Categories Selenium Tutorials Tags selenium

Extend Selenium Grid Video Recording Capability

May 22, 2019 by Canberk Akduygu
selenium-logo

Hello, in the previous article, I described how to extend Selenium Grid. You can reach the tutorial in this link. Today, I am going to add  Video Recording capability into our Selenium Grid. Let’s get started Selenium Grid Video Recording Capability. … Read more

Categories Selenium Tutorials Tags selenium
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page7 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »