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

JUnit Parameterized Tests – Complete Guide!

January 1, 2022 by Onur Baskirt

Thanks to the JUnit Parameterized Tests feature which helps us to create parameterized tests with ease. The Parameterized test class has to be annotated with the @RunWith(Parameterized.class). The parameterized test class also meets the following requirements: It is annotated with … Read more

Categories JUnit Tutorials Tags junit

JUnit Categories – All Tactics with Examples!

January 1, 2022 by Onur Baskirt

JUnit Categories allow you to group tests together so we can run different categories of the test in different test suites. For example, we can separate slow tests from fast ones. We can include or exclude categories with specified annotations. … Read more

Categories JUnit Tutorials Tags junit

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 … Page30 Page31

© 2025 SW TEST ACADEMY • All Rights Reserved