Compare the Top Test Automation Frameworks that integrate with Kotlin as of July 2025

This a list of Test Automation Frameworks that integrate with Kotlin. Use the filters on the left to add additional filters for products that have integrations with Kotlin. View the products that work with Kotlin in the table below.

What are Test Automation Frameworks for Kotlin?

Test automation frameworks are sets of tools, components, and practices that automate the process of testing software applications. These frameworks enable testers to write, execute, and manage test scripts for various types of software testing, including functional, regression, load, and performance testing. They often provide features such as reusable test scripts, integration with continuous integration/continuous deployment (CI/CD) tools, reporting, and test result tracking. Test automation frameworks help improve test efficiency, reduce manual errors, and speed up the overall testing process, especially in large and complex software environments. Compare and read user reviews of the best Test Automation Frameworks for Kotlin currently available using the table below. This list is updated regularly.

  • 1
    MockK

    MockK

    MockK

    Mocking is a technique to make testing code readable and maintainable. In three consequent articles, I would like to show the basics, features, and quirks of the MockK library. It is a new open-source library (github repository) focused on making mocking in Kotlin great. Injection first tries to match properties by name, then by class or superclass. Check the lookupType parameter for customization. Properties are injected even if private is applied. Constructors for injection are selected from the biggest number of arguments to lowest.
    Starting Price: Free
  • Previous
  • You're on page 1
  • Next