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

Integrate WebDriverIO Script with GitHub Actions – WDIO 103

October 5, 2022 by Canberk Akduygu

Hello, In our previous articles, we learned how to create a WebdriverIO Web automation project and explored the config files. Now we will integrate our script with GitHub Actions, so when we have a Pull Request in our project, automation … Read more

Categories WebDriverIO

Explore WebdriverIO Config Files – WDIO 102

October 5, 2022 by Canberk Akduygu

What are WDIO Script Configurations In our first article, we installed a few main dependencies you need to run and execute our WebDriverIO project. We even executed the dummy test file WebDriverIO created for us. WDIO created a template from … Read more

Categories WebDriverIO

Introduction to WebDriverIO – WDIO 101

September 16, 2022 by Canberk Akduygu

Introduction to WebDriverIO WebdriverIO is an automation framework built on top of Selenium and Appium to automate modern web and mobile applications. It simplifies the interaction with your app. It has many ready-to-use plugins that help create a more maintainable, … Read more

Categories WebDriverIO Tags automation

GitHub Actions 101 – Introductions

July 16, 2023 by Canberk Akduygu

Hello, In this article, I want to present GitHub Actions in a small test automation project. GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. The best part is using Github Action is free … Read more

Categories Api Testing, DevOps Tutorials, Playwright, TestNG Tutorials, Tools and Technologies Tags github

Listening HTTP Requests of Flutter Applications

June 26, 2022 by Endercan Yilmaz
flutter-logo-webp

Security and Performance Testers are always facing problems with listening to HTTP requests with applications using the Flutter framework.  It may either be happening because the HTTP packet automatically prevents the network from listening in main.dart file or there may … Read more

Categories Performance Testing Tags android, flutter, jmeter

Selenium Spring Boot Cucumber Junit 5 Test Automation Project

February 15, 2023 by Onur Baskirt

Hi all, I will explain a sample test automation project with Selenium and Spring Boot in this article. It is a combination of the latest technologies in test automation. First, I will start with some Spring boot terminology, and then … Read more

Categories Java Tutorials, Programming Tutorials, Selenium Tutorials, Test Automation, UI Automation Tags java, selenium

Couchbase Testcontainers in Spring Boot Tests with JUnit 5

February 21, 2022 by Onur Baskirt
testcontainers

Hi all, in this article I will explain how to integrate spring boot tests with Testcontainers. In this example, I will use the Couchbase module of Testcontainers and create a running instance of Couchbase locally before the test executions. In … Read more

Categories Java Tutorials, JUnit Tutorials, Test Automation, Tools and Technologies Tags java, junit

Introduction to Playwright

January 4, 2022 by Canberk Akduygu

In this blog post, I will introduce you to the Playwright library for web automation.  The playwright is a framework used for Web Automation Testing. It allows QA engineers to use Chromium, Firefox, and WebKit with a single API. It … Read more

Categories Playwright, Test Automation

Insertion Sort Algorithm in Java | Visualization and Examples

November 29, 2021 by Onur Baskirt
Education vector created by vectorjuice

In this tutorial, we will learn what the insertion sort algorithm is, how it works, its space and time complexities, and insertion sort implementation in Java. What is Insertion Sort Algorithm? Insertion sort is a sorting algorithm that works by inserting the index … Read more

Categories Java Tutorials, Programming Tutorials Tags algorithms

Selection Sort Algorithm in Java | Visualization and Examples

November 30, 2021 by Onur Baskirt
Education vector created by vectorjuice

In this tutorial, we will learn what the selection sort algorithm is, how it works, its space and time complexities, and selection sort implementation in Java. What is Selection Sort Algorithm? Selection sort is a sorting algorithm that works by … Read more

Categories Java Tutorials, Programming Tutorials Tags algorithms
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page31 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »