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.

Gecko Marionette Firefox Driver with Selenium 3.0

November 27, 2018 by Onur Baskirt
gecko

Many of you know that Selenium 3.0 beta has been released and in this version of Selenium, you can open Firefox in a different way. You need to use Gecko driver a.k.a Marionette driver to launch Firefox. Before Selenium 3.0 … Read more

Categories Selenium Tutorials Tags selenium

BrowserMob Proxy Selenium Java Tutorial with an Example!

January 1, 2022 by Onur Yazir
proxymobproxy

In this post, we will learn BrowserMob Proxy Selenium Java test automation. The execution of web pages generally involves three tasks: fetching resources, page layout and rendering, and JavaScript execution. Apart from these, sometimes websites need to track user behaviors … Read more

Categories Selenium Tutorials Tags browsermob proxy, selenium

Sauce Labs Selenium Tutorial with Examples!

January 1, 2022 by Onur Baskirt
selenium

In this Sauce Labs Selenium Tutorial, we will implement our first JAVA Selenium Sauce Labs test by using RemoteWebDriver. RemoteWebDriver connects to a server, sends requests to that server and that server drives local browsers according to its requests. It … Read more

Categories Selenium Tutorials Tags selenium

Cross Browser Testing in Selenium Examples

February 6, 2022 by Onur Baskirt
selenium

In this post let’s learn Cross Browser Testing in Selenium with examples together. In the web world, users use different browsers such as Chrome, Firefox, Internet Explorer, Opera, and Safari, and so on. These browsers have different behaviors and features. … Read more

Categories Selenium Tutorials Tags selenium

JavascriptExecutor in Selenium Complete Guide

February 6, 2022 by Onur Baskirt
selenium

JavascriptExecutor in Selenium is very crucial when you are having some problems while using Selenium built-in methods. Sometimes we cannot handle some conditions or problems with Webdriver, web controls don’t react well against selenium commands. In these kinds of situations, … Read more

Categories Selenium Tutorials Tags javascript, selenium

Selenium Cookies | All Details with Examples!

January 1, 2022 by Onur Baskirt
selenium

Selenium Cookies are important in test automation projects to do the cookie-related operations during our test execution. In this post, we will learn all cookie operations in selenium such as clear session cookies, add cookie, how to get cookie, etc. … Read more

Categories Selenium Tutorials Tags selenium

Selenium Wait Tutorial with All Strategies!

February 6, 2022 by Onur Baskirt
selenium

Selenium Wait strategies are a very critical topic in selenium test automation. In order to have non-flaky tests, we have to know explicit wait, implicit wait, fluent wait strategies. If we do not pay attention to Selenium Webdriver Wait in our … Read more

Categories Selenium Tutorials Tags selenium

Window Handling in Selenium with All Examples

February 6, 2022 by Onur Baskirt
selenium

How to handle multiple windows in Selenium? Yes, in this post, we will learn all tactics for window handling in Selenium and answer this question. Sometimes, we need to deal with a new window or multiple windows in our test … Read more

Categories Selenium Tutorials Tags selenium

Selenium iFrame Handling – The Complete Guide

January 1, 2022 by Onur Baskirt
selenium

Selenium iFrame article is prepared for handling frames in selenium with ease. Frames in Selenium may come upon many websites and in the page source, you can see them as iframe tags. In order to work on those iframes, you need … Read more

Categories Selenium Tutorials Tags selenium

Alert in Selenium – All Methods with Examples

February 6, 2022 by Onur Baskirt
selenium

Alert in Selenium post is a complete tutorial for all tester who needs to do proper Alert Handling in Selenium projects. The Selenium Alert methods are Accept, Dismiss, getText, and sendKeys. We will learn how to work with these methods … Read more

Categories Selenium Tutorials Tags selenium
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »