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

How to Rerun Failed Tests with JUnit?

January 1, 2022 by Onur Baskirt

Sometimes due to some temporary problems such as connection problems, server problems, browser issues, mobile application crashes and freezes, and so on our tests fail. In these kinds of situations, we may want to rerun our tests automatically. But how? … Read more

Categories JUnit Tutorials Tags junit

JavaFX Tutorial with All Details and Examples!

June 24, 2021 by Onur Baskirt
javafx

This is the complete JavaFX Tutorial with examples! I tried all my best to help you to get started with JavaFX! When I started to work in my current position, one of my tasks is to do manual operations for … Read more

Categories Programming Tutorials Tags javafx

Automated Security Testing Using OWASP ZAP with Examples!

May 2, 2021 by Alper Mermer
zap_logo

In the Security Testing using OWASP ZAP article, I will try to explain basic instructions which will help you to add an automatic step using OWASP ZAP into your Continuous Integration/Continuous Delivery Platform (CI/CDP) systems for security tests. Bu makalenin … Read more

Categories Security Testing Tutorials Tags zed attack proxy

Getting Started With AWS Device Farm Using Appium and the Page Object Model

May 2, 2021 by James Koch
aws device farm

One automation framework we have experience with is Appium, which is an open-source test framework for use with native, hybrid, and mobile web apps. It drives iOS and Android apps using the WebDriver protocol. A technique used to organize and … Read more

Categories Appium Tutorials Tags appium, aws, device farm

Jenkins Git Integration on Ubuntu

May 2, 2021 by Onur Yazir
ubuntu

In this article, we will install Jenkins on Ubuntu and examine the following items: Developer commits to source code management system. Jenkins job will be notified. Jenkins send a pull request to GitHub. Configuration of Jenkins on Ubuntu First, we … Read more

Categories DevOps Tutorials Tags git, jenkins

Capybara Tutorial with Cucumber! All Details with Examples!

January 1, 2022 by Onur Baskirt
ruby

In Capybara Tutorial with Cucumber post, we will learn this tool’s details with examples. I generally use Selenium Webdriver for web test automation projects. It is a great and well-known framework for this purpose. It has a very large community … Read more

Categories Test Automation Tags capybara, cucumber, ruby

Getting Started with Appium Using an Android Virtual Device and Eclipse

August 14, 2021 by James Koch
appium

In this post, we will learn how to run a simple calculator app script in Eclipse, using Android SDK on a virtual device, and Appium. Over the past few years, more and more firms are using Appium for the development of … Read more

Categories Appium Tutorials Tags appium

ESLint Tutorial with Examples and All Details!

June 24, 2021 by Barış Aydek
eslint

Hello, in ESlint tutorial article I’m going to explain what linting is, and why I am doing that and how to do it. Also, I will explain Javascript Linting with ESLint. What linting is? A linter is a static code … Read more

Categories Programming Tutorials Tags javascript

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
Older posts
Newer posts
← Previous Page1 … Page27 Page28 Page29 … Page31 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »