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.

Selenium TestRail JIRA Integration

December 4, 2018 by Onur Yenici
jira

Hi SWTestAcademy folks, today I will try to explain how to integrate test cases in the TestRail environment along with Selenium automation test scenarios and JIRA bugs. So firstly let’s define what TestRail and JIRA is. Basically, TestRail is an … Read more

Categories Selenium Tutorials Tags jira, selenium, testrail

Find Broken URLs using Selenium with Multiple Threads

October 24, 2021 by Canberk Akduygu
selenium

In this tutorial, I will tell you how to find broken URLs on a website by using Selenium. Let’s get started! I came across a customer who has problems with URL s located on their web pages. Because of many … Read more

Categories Selenium Tutorials Tags java, selenium

Python Selenium Quick Start Guide

December 4, 2018 by Ege Aksoz
selenium python

In this article, we will see how we can write automated tests with Python from scratch. Here is the list of our requirements to do that so: Python [obviously :)] Selenium WebDriver An IDE (Not a must but nice to … Read more

Categories Selenium Tutorials Tags python, selenium

Selenium C# and NUnit Pain Free Start Guide

November 27, 2018 by Ege Aksoz
page object model

In this article, I will walk you through the initial steps of automated testing with Selenium Webdriver using C#. For this purpose we will need: Visual Studio NUnit Framework Selenium Webdriver First, let’s see how we obtain these elements if … Read more

Categories Selenium Tutorials Tags selenium

Jenkins Selenium TFS Integration

November 27, 2018 by Onur Baskirt
jenkins

Hi all, in this article, we will learn how to integrate Selenium C# .NET test automation codes with Jenkins. The conditions are listed below: Version Control System: TFS Test Automation Framework: Selenium C# .NET Continuous Integration Tool: Jenkins Required Plugins: … Read more

Categories Selenium Tutorials Tags jenkins, selenium

Parallel Testing without Selenium Grid (On your Local PC)

November 27, 2018 by Onur Baskirt
selenium

In this article, I will describe how to do parallel testing on your PC (local computer) without using Selenium Grid. There are several techniques to do this operation and I will share with you some code samples. In my former … Read more

Categories Selenium Tutorials Tags selenium

Selenium Webdriver Tips and Tricks – Episode 1

November 27, 2018 by Onur Baskirt
selenium

Hi All, from now on, I want to share “Selenium Webdriver Tips and Tricks” series. I hope and believe that it will be a very exciting and interesting series and this post is the first episode of this appealing series. … Read more

Categories Selenium Tutorials Tags selenium

Selenium Webdriver wait for JavaScript JQuery and Angular

February 18, 2019 by Onur Baskirt
selenium

Hi all, during the last two weeks I was dealing with the best solution to wait for both JQuery, Angular and JavaScript (JS) in my Selenium (Java) test codes and finally, I found a significantly stable solution without silly sleep() … Read more

Categories Selenium Tutorials Tags selenium

How to Change User Agent In Selenium Webdriver

November 27, 2018 by Onur Baskirt
selenium

Hi all, in this post I will show how to change user agent for your test automation projects by using User-Agent Switcher add-on and selenium webdriver for Firefox and Chrome. Changing User Agent for Firefox 1) First you should add … Read more

Categories Selenium Tutorials Tags selenium

Selenium Parallel Tests Using Selenium Grid and JUnit | Selenium-15

May 29, 2019 by Onur Baskirt
selenium

In this post, I will give two techniques and describe how to run your selenium parallel tests by using Selenium Grid (SG) and JUnit. Prerequisites Nice to have: Before starting to read this post it is better to read previous selenium … Read more

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

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »