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

Onur Baskirt

Onur Baskirt is a Software Engineering Leader with international experience in world-class companies. Now, he is a Software Engineering Lead at Emirates Airlines in Dubai.

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

Quick Start to SikuliX (Sikuli Script)

January 1, 2022 by Onur Baskirt
sikuliX

SikuliX automates anything you see on the screen of your desktop computer running Windows, Mac, or some Linux/Unix. It uses image recognition powered by OpenCV to identify and control GUI components. You can both automate desktop or web applications regardless of … Read more

Categories Test Automation Tags sikulix

How to Create a Word Document with JAVA [2021 Update]

August 14, 2021 by Onur Baskirt
java

How to generate MS word documents automatically? I started to search how to accomplish this task and found the Apache POI library. We can easily work with MS Office documents (word, excel, etc.) with the Apache POI library. For details please … Read more

Categories Java Tutorials Tags java

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 … Page14 Page15 Page16 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »