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

Inheritance in Java with Examples

September 16, 2021 by Onur Baskirt
java

Hi in this article, we will learn inheritance in Java with examples. Inheritance in programming simply means the classes which are extending the parent class can use/reach the parent class’s methods and variables if they are not declared as private … Read more

Categories Java Tutorials, Programming Tutorials Tags java

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

From Continuous Testing to Continuous Learning – Deriving Values from KPIs

September 1, 2021 by Abhi Nandan

The accelerated development of software has become a business essential; development teams are clambering to keep up with the pace at which business demands new changes. DORA’s Accelerate State of DevOps 2019 report states one of the findings that software … Read more

Categories Agile Tutorials, Testing Tutorials Tags agile, test management

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

Software Quality Test Report 2020 – Prepared by SWTestAcademy

April 23, 2021 by Canberk Akduygu

Software Quality Report is finally ready! As you may all noticed, we conducted a questionnaire on QA activities at the end of 2018 and after that, we missed 2019 because of our workload and the Covid-19 crisis. One month ago, … Read more

Categories Tools and Technologies
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … Page31 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »