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

Test Automation

Test Automation

In this category, you can find our extensive test automation tutorials on UI automation, mobile automation, API automation, so on. We shared our experience on Selenium Webdriver, Cucumber, Appium, Espresson, Robot Framework, Rest-Assured, Capybara, SikuliX, CodedUI, WinAppDriver, Karate, JUnit, TestNG, Applitools Eyes, Galen Framework, ImageMagick, Ember Percy, Extent Reports, Allure Reporting, Docker Selenium, Selenoid, Mocha, and so on. We hope you will enjoy reading our tutorials and they will help you in your test automation projects.

JUnit Rules – All Tactics with Examples!

January 1, 2022 by Onur Baskirt

JUnit Rules allow you to write code to do some before and after work. Thus, you don’t repeat to write the same code in various test classes. They are very useful to add more functionalities to all test methods in … Read more

Categories JUnit Tutorials Tags junit

Hamcrest Matchers – All Tactics are Here!

January 1, 2022 by Onur Baskirt

Hamcrest is a library of matchers, is an external add-on of the Junit Framework. How to add hamcrest methods into your project by IntelliJ as shown below. For example, we are writing a JUnit test with hamcrest “Is” method. First, … Read more

Categories JUnit Tutorials Tags java, junit

JUnit 4 Tutorial – All Tactics are here!

January 1, 2022 by Onur Baskirt

JUnit 4 is one of the most popular unit testing framework which has a significant role in the test-driven development process. In this JUnit 4 tutorial, we will understand and see examples of the below topics. JUnit annotations like @Test, … Read more

Categories JUnit Tutorials Tags junit
Newer posts
← Previous Page1 … Page15 Page16

© 2025 SW TEST ACADEMY • All Rights Reserved