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.

Polymorphism in Java with Examples

October 5, 2021 by Onur Baskirt
java

In this article, we will learn polymorphism in Java with examples. I will try to explain this concept with the Java interface way. Are you ready? Let’s get started! In simple English, polymorphism in Java is each class can do the … Read more

Categories Java Tutorials, Programming Tutorials Tags java

Primitive and Reference Types in Java with Examples

October 2, 2021 by Onur Baskirt
java

In this article, I will share what is primitive and reference types in Java with examples. We have two different categories in Java these are primitive types and reference types.  Primitive types are byte, char, int, long, double, short, and … Read more

Categories Java Tutorials, Programming Tutorials Tags java

Boxing and Unboxing in Java with Examples

October 2, 2021 by Onur Baskirt
java

In Java, we are facing the term Boxing and UnBoxing and in this short article, I will share with you what is boxing and unboxing in Java with basic examples. Let say, we have an integer variable and it is … Read more

Categories Java Tutorials, Programming Tutorials Tags java

Customize Mac Terminal with ZSH and Powerlevel10k

September 24, 2022 by Onur Baskirt
powerlevel10k-logo

In this article, I will explain how to customize the MAC terminal, iTerm2, Visual Studio Code terminal, and IntelliJ IDEA terminal with ZSH and powerlevel10k. Let’s get started! First, I want to share with you the tool installation links. Please … Read more

Categories Tools and Technologies Tags tools

Xpath in Selenium with All Tactics and Examples

June 28, 2023 by Onur Baskirt
selenium webdriver

XPath in Selenium tactics will help you how to write dynamic XPath in Selenium Webdriver projects. Generally, test automation engineers struggle to write dynamic XPath at the beginning of their test automation journeys. To address this pain, I prepared this … Read more

Categories Selenium Tutorials Tags selenium

Appium Parallel Tests on Multiple Emulators

October 17, 2022 by Onur Baskirt
appium

Appium Parallel Tests on Multiple Emulators article, I will explain how to set up and then run your Appium Tests on multiple virtual devices. I will show this on MAC operating system but on Windows also the settings are similar … Read more

Categories Appium Tutorials, Mobile Automation Tags appium

How to run ARM apk on X86 Systems

October 15, 2021 by Onur Baskirt
appium

In this article, I will show how you can run ARM apk on an X86 system. In this way, you will not get “failed to extract native libraries, res=-113“, “Failure [INSTALL_FAILED_NO_MATCHING_ABIS“, or Genymotion Arm Translation errors. For this example, we … Read more

Categories Appium Tutorials, Mobile Automation Tags appium

Selenium and Kubernetes for Scalable Parallel Automated Tests

October 15, 2021 by Onur Baskirt
kubernetes-logo

Hi all, for a long time I could not find time to write an article on swtestacademy because of the busy schedule at work. However, during the Eid holiday, I wanted to play with Kubernetes, scale the selenium grid with … Read more

Categories DevOps Tutorials, Selenium Tutorials, Tools and Technologies Tags docker, kubernetes, selenium

Selenium reCAPTCHA Automation Problem Solved

April 23, 2021 by Onur Baskirt
captcha

The selenium reCaptcha automation problem has been solved! Hi all, in this tutorial I will explain a way to solve ReCaptcha by using Selenium. 2Captcha.com’s API used for solving Google’s Invisible Recaptcha and Recaptcha v2 with Java Selenium Chrome Browser … Read more

Categories Uncategorized

How to Create a Standalone Wiremock Stub Server

September 23, 2021 by Onur Baskirt
wiremock

In this tutorial, I will explain how to create a standalone WireMock stub server for stubbing APIs. We will use, WireMock and JAVA for this stub setup. Creating a standalone stub server is one of the important parts of API … Read more

Categories Api Testing Tags wiremock
Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 … Page16 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »