Software Testing Frameworks

This post features software testing frameworks or software testing tools.

To check software testing tools focused on information security, you can read more about:

Do not confuse software testing tools with automation software like browser automation tools and robotic process automation (RPA) tools.

Software Testing Tools

List of tools for software frameworks or tools:

  • Java
    • JUnit
  • JavaScript
    • Cypress
    • Jasmine
    • MochaJS
  • PHP
    • PHPUnit
  • Microsoft .NET
    • MS Test
  • SAP ABAP
    • ABAP Unit
    • Tricentis Tosca
  • Web
    • Apache Jmeter
  • Gherkin
    • Cucumber
  • Multilanguage
    • Playwright

JUnit / TestNG, PHPUnit, MSTest / NUnit, Pytest and ABAP Unit are specific to unit test (unit testing frameworks).

Cypress, Jamine, MochaJS and Tricentis Tosca are more general testing frameworks.

Apache Jmeter is specific for load testing.

Cypress

Cypress is a JavaScript end-to-end testing framework that focuses on making easy to write and understand tests.

Cypress official webiste

Cucumber

Cucumber is a testing tool that supports behavior-driven development (BDD) and enables test creation.

The test scripts are done based on natural language following a set of rules to ensure that they are understandable by Cucumber.

Gherkin is the set of rules or grammar used on Cucumber.

Cucumber official website

TestLink

TestLink is a web-based test management tool.

It does not seem that TestLink run automatic tests, and it is only used to manage them.

It is FOSS under a GPL license.

It is developed by company Teamtest.

You might also be interested in…

External Resources

Leave a Reply

Your email address will not be published. Required fields are marked *