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

Appium Tutorial on Windows Pain-Free

May 2, 2021 by Onur Baskirt
appium

This article is a comprehensive and pain-free Appium start guide using GenyMotion emulator, TestNG framework, and IntelliJ IDEA. At the end of the article, you can also find how to do mobile automation with real devices. Onur’s Advice: This post … Read more

Categories Appium Tutorials Tags appium

IIS Operations by Using PowerShell

April 18, 2021 by Onur Yazir

We can automate the creation, modification, and deletion of websites in IIS using PowerShell scripts. I want to share some useful scripts to help you save time. Loading the Web Administration Module The first step is to load in the … Read more

Categories DevOps Tutorials Tags powershell

BrowserStack and RobotFramework Integration

May 2, 2021 by Onur Baskirt

In this post, we will integrate RobotFramework with BrowserStack and we will run our test in BrowserStack’s cloud grid system. Last week, I described how to install and use RobotFramework in this post. If you don’t have any experience or … Read more

Categories Robot Framework Tags browserstack

Publishing a Website to Azure

April 18, 2021 by Onur Yazir
azure

You can follow the below steps for this tutorial How to deploy a web project to an App Service web app by using Visual Studio. Prerequisites: Visual Studio, Azure SDK Azure supports many different deployment models to deploy your website … Read more

Categories DevOps Tutorials Tags azure

Robot Framework Tutorial on Windows with Examples!

May 2, 2021 by Onur Baskirt
robotframework

In Robot Framework Tutorial on windows post, we will learn how to install Robot Framework on windows and then start to learn this tool with examples. let’s get started! What is RobotFramework? RobotFramework is a GENERIC test automation framework for … Read more

Categories Robot Framework

Install & Configure Azure Powershell

April 18, 2021 by Onur Yazir
azure

Outline Install Windows Azure PowerShell Connect to your subscription View account and subscription details Windows Azure PowerShell is provided with the Windows PowerShell module as part of the Windows Azure SDK. In order to install Windows Azure PowerShell, Visit this … Read more

Categories DevOps Tutorials Tags azure, powershell

Installing and Configuring Windows Azure CLI on Ubuntu

April 18, 2021 by Onur Yazir
azure

You can create and manage Azure Resources using Azure Command-Line Interface (Azure CLI). I’m doing this all on an Ubuntu VM. Azure CLI installation Connect your Azure subscription The first step open your terminal We need to install the latest nodejs … Read more

Categories DevOps Tutorials Tags azure

BrowserMob Proxy Selenium Java Tutorial with an Example!

January 1, 2022 by Onur Yazir
proxymobproxy

In this post, we will learn BrowserMob Proxy Selenium Java test automation. The execution of web pages generally involves three tasks: fetching resources, page layout and rendering, and JavaScript execution. Apart from these, sometimes websites need to track user behaviors … Read more

Categories Selenium Tutorials Tags browsermob proxy, selenium

Database Operations in JavaFX with Complete Example!

September 29, 2021 by Onur Baskirt
javafx

In this article, we will focus on Database Operations in JavaFX. In the first part of the JavaFX tutorial series, we created a sample JavaFX project, designed the draft version of the UI, and set up an Oracle XE database. … Read more

Categories Programming Tutorials Tags javafx

JUnit Listeners with All Details and Examples!

January 1, 2022 by Onur Baskirt

In this post, we will learn how to use JUnit Listeners together. If you want to do some operations when your tests are started, passed, finished, failed, or skipped/ignored, you can use Listeners. Both JUnit and TestNG provide us Listeners, … Read more

Categories JUnit Tutorials Tags junit
Older posts
Newer posts
← Previous Page1 … Page26 Page27 Page28 … Page31 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »