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 Tutorials

Selenium Tutorials

Selenium Tutorials Category comprises of all kinds of Webdriver tips and tricks to enhance your test automation skills. If you have any questions, please feel free to ask them in the comment section. I will try to do my best to answer your questions and help you to succeed in your Test Automation projects.

How to Take a Screenshot in Selenium | 4 Different Techniques

June 24, 2021 by Onur Baskirt
selenium-logo

Hi all, in this article I will describe how to take viewable area’s, element’s, and an entire page’s screenshot with Selenium WebDriver. Selenium has built-in screenshot functionality but sometimes you need to take screenshots of a specific areas on a page … Read more

Categories Selenium Tutorials Tags selenium

Page Object Model with JAVA Generics

December 4, 2018 by Onur Baskirt
selenium

Hi all, in this article I will explain how to write a general Page class to generate all pages by using the power of JAVA Generics. In this way, you can instantiate your page classes by using JAVA Generics in your … Read more

Categories Selenium Tutorials Tags selenium

Page Object Model with C#

October 14, 2019 by Ege Aksoz
page object model

In the previous tutorial, we’ve taken the initial steps and entered the world of automated testing. We also wrote our first automated test. From this point on, since we are not just going to write one test, we need to … Read more

Categories Selenium Tutorials Tags csharp, selenium

CSS Selectors in Selenium 17 Tactics and Examples

January 1, 2022 by Onur Baskirt
selenium-logo

Hi all, CSS Selectors in Selenium will be explained in this tutorial, I will describe to you how to write effective CSS Locators to interrogate web elements for your automation projects. As a rule of thumb, your interrogation strategy should be in below … Read more

Categories Selenium Tutorials Tags selenium

Page Object Model with JAVA

December 4, 2018 by Onur Baskirt
selenium-logo

Page Object Model is one of the most used test automation framework pattern and in this tutorial I will explain you this test automation design pattern. Before, Ege Aksöz also wrote an article on POM with C#.  You can also … Read more

Categories Selenium Tutorials Tags java, selenium, testng

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
Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 Page6 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »