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

Retry Failed Test in TestNG with IRetryAnalyzer

January 1, 2022 by Onur Baskirt
testng

In this article, we will learn how to retry failed test in TestNG with IRetryAnalyzer and also how to rerun all tests from scratch in a test class. To retry a failed test, we will use the IRetryAnalyzer interface. It reruns the … Read more

Categories TestNG Tutorials Tags testng

How to Use TestNG Listeners

December 4, 2018 by Onur Baskirt
testng

In this article I will explain and show an example of TestNG Listeners. Actually, TestNG provides many types of listeners but we generally use some of them. Thats why I did not give all type of TetsNG Listeners but you … Read more

Categories TestNG Tutorials Tags testng

How to Change User Agent In Selenium Webdriver

November 27, 2018 by Onur Baskirt
selenium

Hi all, in this post I will show how to change user agent for your test automation projects by using User-Agent Switcher add-on and selenium webdriver for Firefox and Chrome. Changing User Agent for Firefox 1) First you should add … Read more

Categories Selenium Tutorials Tags selenium

Selenium Parallel Tests Using Selenium Grid and JUnit | Selenium-15

May 29, 2019 by Onur Baskirt
selenium

In this post, I will give two techniques and describe how to run your selenium parallel tests by using Selenium Grid (SG) and JUnit. Prerequisites Nice to have: Before starting to read this post it is better to read previous selenium … Read more

Categories Selenium Tutorials Tags selenium

Annotations and Attributes of Testing Frameworks

September 23, 2021 by Olcay Bayram

In this post, I will explain frequently used attributes and annotations in various testing frameworks. It is called attributes in the .NET environment and annotations in Java. We use them to declare information about methods, types, properties, and so on. … Read more

Categories Test Automation

How to Setup Your Own Mobile Device Lab

July 5, 2019 by Canberk Akduygu
device lab

Hi all, In this article, I am going to explain how to create a basic mobile device lab (a.k.a device farm) for your mobile automation projects. First of all, you need 2 tools and mobile devices: Selenium Grid (http://www.seleniumhq.org/download/) Appium … Read more

Categories Appium Tutorials Tags appium, device farm

How to Integrate .NET Projects with Jenkins

November 28, 2018 by Onur Baskirt
jenkins

Hi all, in this article, I will explain how to integrate Jenkins, TFS, NUnit, OpenCover, Cobertura, CatLight, JIRA, and Slack with each other. I tried to prepare this article to cover all details and I hope, it will help you … Read more

Categories DevOps Tutorials Tags jenkins, octopus deploy, sonarqube

Import IIS Logs to Elasticsearch by Using Logstash and Monitor Them with Kibana

December 4, 2018 by Ahmet Ay
kibana

Hi all, in this article I will explain how to import IIS logs to Elasticsearch (ES) by using Logstash and monitor them with Kibana. We will use Windows Server 2012 R2, CentOS 7.2 operating system for this setup. Elasticsearch version: … Read more

Categories Tools and Technologies Tags elasticsearch, kibana, logstash

Elasticsearch Installation on CentOS7

December 4, 2018 by Ahmet Ay

Hi All, I will explain you how to install Elasticsearch (v 1.7.4) on CentOS7 Operating system. Bu makalenin Türkçe versiyonu için tıklayınız. Before, we need to install JVM because Eleasticsearch run on JAVA. yum install -y java-1.8.0-openjdk.x86_64 After installation of … Read more

Categories Tools and Technologies Tags elasticsearch

Redis Installation on CentOS7

December 4, 2018 by Ahmet Ay

Hi all, in this post I will explain how to install stand-alone Redis server (v 3.0.6) on CentOS 7 operating system. Before start to install Redis server, we need to install  ruby, rubygems-devel and gcc packages. Bu makalenin Türkçesi için … Read more

Categories Tools and Technologies Tags redis
Older posts
Newer posts
← Previous Page1 … Page24 Page25 Page26 … Page31 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »