Alternatives to Puppeteer
Compare Puppeteer alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Puppeteer in 2024. Compare features, ratings, user reviews, pricing, and more from Puppeteer competitors and alternatives in order to make an informed decision for your business.
-
1
Testeum
Testeum
Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria. Test at any stage, from prototype to production, with self-service options or expert management. Tailor your test audience with specific criteria and environments. Launch UX or functional tests in minutes and get real-time feedback as soon as your campaign starts. Results are delivered in hours, integrated with your bug-tracker or automation tools. Testeum is easy to use, agile-compatible, and gives you detailed insights into your users' expectations. Stop guessing—start knowing. -
2
Parasoft
Parasoft
Parasoft helps organizations continuously deliver high-quality software with its AI-powered software testing platform and automated test solutions. Supporting embedded and enterprise markets, Parasoft’s proven technologies reduce the time, effort, and cost of delivering secure, reliable, and compliant software by integrating everything from deep code analysis and unit testing to UI and API testing, plus service virtualization and complete code coverage, into the delivery pipeline. A powerful unified C and C++ test automation solution for static analysis, unit testing and structural code coverage, Parasoft C/C++test helps satisfy compliance with industry functional safety and security requirements for embedded software systems. -
3
LambdaTest
LambdaTest Inc.
LambdaTest is a cloud-based cross browser testing platform that helps enterprises run web automation tests at scale (through parallel testing). **Selenium Automation Grid and Cypress CLI on LambdaTest** You can attain better browser coverage by running tests across 2,000+ different browsers, devices, and operating systems. LambdaTest provides a secure, scalable, and reliable cloud-based Selenium Grid that helps run Selenium tests at a faster pace. The Cypress CLI on LambdaTest, helps you expand Cypress test coverage to 40+ browser versions across Windows and macOS platforms. Along with automation testing, you can also perform manual tests, visual UI tests, and real-time tests. **LT Browser - Responsive Web Testing** LambdaTest offers LT browser - a path-breaking developer-oriented tool that helps assess the responsiveness of your website. It eases the task of mobile testing as responsive tests can run against 50+ resolutions. You can also create unlimited custom devices. -
4
Testim
Tricentis
Testim is the fastest path to resilient end-to-end tests—codeless, coded or both. Testim lets you create amazingly stable codeless tests that leverage our AI, but also the flexibility to export tests as code. You can leverage Testim’s modern JavaScript API and your IDE to debug, customize or refactor tests. Store them in your version control system to keep them in sync with branches and run tests on every commit. Run parallel, cross-browser tests on our test cloud or Selenium-compatible grids while integrating with your CI and dev tools to run smoke tests on pull requests, end-to-end tests on release candidates, or full regression suites on a schedule. Customers like Microsoft, Salesforce, NetApp, Wix, and JFrog run millions of tests on Testim each month. Learn more on our website and sign up for your free account!Starting Price: $20,000 a year -
5
Nightwatch.js
Nightwatch.js
Nightwatch.js is an integrated, easy to use End-to-End testing solution for web applications and websites, written in Node.js. It uses the W3C WebDriver API to drive browsers and perform commands and assertions on DOM elements. Simple but powerful syntax which enables you to write tests very quickly, using Javascript (Node.js) and CSS or Xpath selectors. Typescript is supported as well. Built-in command-line test runner which runs the tests either sequentially or in parallel, with retries and implicit waits. Also supports grouping of test suites and tags. Manages automatically Selenium or WebDriver services (ChromeDriver, GeckoDriver, Edge, Safari) in a separate child process. Fluent and easy to work with Page Object Model support to better organise elements and sections, with support for both CSS or Xpath selectors.Starting Price: Free -
6
Playwright
Playwright
Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed. Playwright waits for elements to be actionable prior to performing actions. It also has a rich set of introspection events. The combination of the two eliminates the need for artificial timeouts - the primary cause of flaky tests. Playwright assertions are created specifically for the dynamic web. Checks are automatically retried until the necessary conditions are met. Configure test retry strategy, capture execution trace, videos, screenshots to eliminate flakes. Browsers run web content belonging to different origins in different processes. Playwright is aligned with the modern browsers architecture and runs tests out-of-process. This makes Playwright free of the typical in-process test runner limitations.Starting Price: Free -
7
Stack Moxie
Stack Moxie
Stack Moxie loves marketers. We are marketers. And we know that with technology - marketers can perform miracles. But marketers are setup to fail. Marketing departments must run efficiently, deliver more, and comply with tough regulations. A CMO knows that the most cost-effective way to scale the business and enforce compliance is more technology. But a CTO would hesitate. She knows that marketers are missing one of the basic tools that IT can’t live without. A CTO would insist that the stack be tested. End to end, repeatedly. Are web forms functioning properly? Were the appropriate actions triggered by customer input? Can we pass an audit? For the marketer, these tools just don’t exist, nor does the time or budget to do this manually. That’s why we built Stack Moxie. Stack Moxie takes IT know-how and puts it into the hands of the marketer. We ensure martech works: leads aren’t lost, digital ad spend isn’t wasted, and when something breaks it won’t go unnoticedStarting Price: $99 per month -
8
WebDriverIO
WebDriverIO
WebdriverIO allows you to automate any application written with modern web frameworks such as React, Angular, Polymeror Vue.js as well as native mobile applications for Android and iOS. WebdriverIO not only runs automation based on the WebDriver protocol, it also leverages native browser APIs to enable integrations to popular developer tools such as Chrome DevTools orGoogle Lighthouse. With the plugin you have access to commands for validating if you app is a valid PWA application as well as to commands for capturing frontend performance metrics such as speedIndex and others. The WebdriverIO testrunner comes with a command line interface that provides a nice configuration utility that helps you to create your config file in less than a minute. It also gives an overview of all available 3rd party packages like framework adaptions, reporter and services and installs them for you! -
9
Cypress
Cypress.io
Fast, easy and reliable end-to-end testing for anything that runs in a browser. Cypress has been made specifically for developers and QA engineers, to help them get more done. Cypress benefits from our amazing open-source community - and our tools are evolving better and faster than if we worked on them alone. Cypress is based on a completely new architecture. No more Selenium. Lots more power. Cypress takes snapshots as your tests run. Simply hover over commands in the Command Log to see exactly what happened at each step. Stop guessing why your tests are failing. Debug directly from familiar tools like Chrome DevTools. Our readable errors and stack traces make debugging lightning fast. Cypress automatically reloads whenever you make changes to your tests. See commands execute in real-time in your app. Never add waits or sleeps to your tests. Cypress automatically waits for commands and assertions before moving on. No more async hell.Starting Price: Free -
10
Selenium
Software Freedom Conservancy
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language specific bindings to drive a browser - the way it is meant to be driven. If you want to create quick bug reproduction scripts, create scripts to aid in automation-aided exploratory testing, then you want to use Selenium IDE; a Chrome and Firefox add-on that will do simple record-and-playback of interactions with the browser. If you want to scale by distributing and running tests on several machines and manage multiple environments from a central point. -
11
TestComplete
SmartBear
Ensure the quality of your application without sacrificing speed or agility with an easy-to-use, GUI test automation tool. Our AI-powered object recognition engine and script or scriptless flexibility is unmatched, letting you test every desktop, web, and mobile application with ease. TestComplete comes with an intelligent object repository and support for over 500 controls, so you can ensure your GUI tests are scalable, robust, and easy to maintain. More automated quality means more overall quality. Automate UI testing across a wide range of desktop applications, including .Net, Java, WPF and Windows 10. Create reusable tests for all web applications including modern JavaScript frameworks like React and Angular on 2050+ browser and platform configurations. Create and automate functional UI tests on physical or virtual iOS and Android devices. No need to jailbreak your phone.Starting Price: $4,836 -
12
TestCafe
DevExpress
No WebDriver required. No manual timeouts needed. Cross-browser testing out-of-the-box. TestCafe does not require WebDriver or other testing software. It runs on Node.js and uses the browsers you already have. TestCafe frees you from the need to insert manual timeouts and use cumbersome boilerplate expressions. You’ll spend less time tracking down annoying issues and more time doing what matters most. TestCafe is available for free and distributed under the MIT license. We are committed to our open-source community and are actively extending TestCafe's capabilities. TestCafe’s intuitive syntax makes teams more productive from day one. Don’t let Internet Explorer push you over the Edge. Run your tests in desktop browsers and headless browsers. Connect to remote testing servers, mobile devices and cloud browser farms. Run your tests in multiple browsers at once to save time and computing resources. -
13
XCTest
Apple
Create and run unit tests, performance tests, and UI tests for your Xcode project. Use the XCTest framework to write unit tests for your Xcode projects that integrate seamlessly with Xcode's testing workflow. Tests assert that certain conditions are satisfied during code execution, and record test failures (with optional messages) if those conditions aren’t satisfied. Tests can also measure the performance of blocks of code to check for performance regressions and can interact with an application's UI to validate user interaction flows. A test method is a small, self-contained method that tests a specific part of your code. A test case is a group of related test methods. Add test cases and test methods to a test target to confirm that your code performs as expected. The primary class for defining test cases, test methods, and performance tests. An abstract base class for creating, managing, and executing tests.Starting Price: Free -
14
NUnit
.NET Foundation
NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new features and support for a wide range of .NET platforms. The NUnit Project is a member of the .NET Foundation. The .NET Foundation will provide guidance and support to help ensure the future of the project. The success of NUnit has been made possible through the hard work of our many contributors and team members. The Core Team thanks everyone for the help and contributions that have made NUnit the success that it is. At last count, the various NUnit packages passed 126 million downloads on NuGet.org. We couldn't have done that without the dedication of the many volunteers that donate their time and knowledge to the project. NUnit is Open Source software and NUnit 3 is released under the MIT license. -
15
VisWiz.io
VisWiz.io
The VisWiz.io Github app verifies commits in pull requests of Github repositories. The VisWiz.io Github app updates the correct commit status and posts a descriptive comment with a summary of the visual regression testing for the changes in the pull request. You get notified using the channel you prefer – be it email, Slack, Microsoft Teams or anything else with a webhook. Our web app is the perfect way to go through the reports on the visual differences between your builds. VisWiz.io is built to be light-weight, easily customizable to suit your needs. It works seamlessly with most modern CI systems and is a great additional tool to UI test frameworks such as Cypress, Puppeteer, webdriver.io, Selenium or UI component explorers such as Storybook.Starting Price: $39 per month -
16
Ranorex Studio
Ranorex
Empower everyone on the team to perform robust automated testing on desktop, web and mobile applications, regardless of their experience with functional test automation tools. Ranorex Studio is an all-in-one solution that includes tools for codeless automation as well as a full IDE. With our industry-leading object recognition and shareable object repository, Ranorex Studio makes it possible to automate GUI testing for even the most challenging interfaces, from legacy applications to the latest web and mobile technologies. Ranorex Studio supports cross-browser testing with built-in Selenium WebDriver integration. Perform effortless data-driven testing using CSV files, Excel spreadsheets or SQL database files as input. Ranorex Studio also supports keyword-driven testing: our tools for collaboration allow test automation engineers to build reusable code modules and share them with the team. Download our free 30-day trial for a risk-free start to test automation.Starting Price: $3,590 for single-user license -
17
Screenster
Screenster
As you interact with a web page Screenster records your actions. No coding, no element ids, no adding checks and assertions. Rerun recorded test and let Screenster optimize it. Parameters are automatically extracted and self-healing selectors stored for all actions. Approve intended changes to the baseline and update the default state of the UI. Exclude one or several UI elements from comparison. No browser plugins, no desktop installs, no manuals to read. Just type a URL to a Screenster server and enjoy the ride. Screenster can intelligently detect visual and content changes. It has sophisticated algorithms that compare run results to the baseline and find new, deleted and changed content. Screenster smart selectors automatically locate moved and changed page elements. It discovers and adjusts timeouts and uses AI to wait for the right time to move to the next step. You can run your tests on our cloud, or download Screenster Server and install it on-prem.Starting Price: $100.00/month/user -
18
UI.Vision RPA
UI.Vision
Easy automation for busy people. The UI Vision free RPA software (formerly Kantu) automates web and desktop apps on Windows, Mac, and Linux. UI.Vision RPA is a free open-source browser extension that can be extended with local apps for desktop UI automation. The UI Vision core is open-source and guarantees enterprise-grade security. Your data never leaves your machine. Join 100,000+ users and automate workflows on your desktop and in the browser. The visual UI testing commands of UI Vision help web designers and developers to verify and validate the layout of websites and canvas elements. UI Vision can read and recognize images and text inside canvas elements, images, and videos. UI Vision can resize the browser's window in order to emulate various resolutions. This is particularly useful to test layouts on different browser resolutions and to validate visually perfect mobile, web, and native apps.Starting Price: Free -
19
Jasmine
Jasmine
Jasmine attempts as best as possible to follow semantic versioning. This means we reserve major versions (1.0, 2.0, etc.) for breaking changes or other significant work. Most Jasmine releases end up being minor releases (2.3, 2.4, etc.). Major releases are very infrequent. Jasmine generally avoids dropping support for browser or Node versions except in major releases. The exceptions to this are Node versions that are past end of life, browsers that we can no longer install locally and/or test against in our CI builds, browsers that no longer receive security updates, and browsers that only run on operating systems that no longer receive security updates. We’ll make reasonable efforts to keep Jasmine working in those environments but won’t necessarily do a major release if they break.Starting Price: Free -
20
Selenide
Selenide
You don't need to think how to shut down browser, handle timeouts and StaleElement Exceptions or search for relevant log lines, debugging your tests. We are proud to claim that Selenide is so simple that you don't need to read tons of documentation. Selenium WebDriver is a great tool, but it’s not a tool for testing. It’s a tool for browser manipulation. There are several testing libraries around Selenium WebDriver. But it seems that they do not resolve the main problems of UI tests. Namely, instability of tests caused by dynamic content, JavaScript, Ajax, timeouts etc. Selenide was created to resolve these problems. First of all, Selenide makes your tests stable by resolving (almost) all Ajax/timing issues. We are proud to claim that Selenide is so simple that you don't need to read tons of documentation. The whole work with Selenide consists of three simple things!Starting Price: Free -
21
ContextQA
ContextQA
ContextQA is a groundbreaking product that empowers organizations to enhance their automation test coverage, elevate software quality, expedite product delivery, and significantly curtail expenses related to maintaining software quality through the utilization of AI-driven SaaS solutions. AI agents will transform your manual test cases and user stories into automated test cases. ContextQA collects evidence and performs root-cause analysis while reporting a bug. ContextQA identifies critical user paths and pinpoints gaps in the software testing process. Complete end-to-end testing, including contract testing, eliminates the need for separate front-end and back-end testing tools. Test and identify glitches, enhance performance, and guarantee seamless user experiences on a plethora of browsers, mobile devices, and OS. ContextQA simplifies the process of incorporating test cases with minimal effort, enabling rapid expansion of automation coverage for your products and services. -
22
Alithya GoTest
Alithya
Alithya GoTest is a collaborative test hub that is easy and quick to master and integrate, ensuring the quality of any professional digital solutions for companies requiring reliability without compromises. Ensure the quality of your application without sacrificing speed or agility with an easy-to-use, GUI test automation tool. Whether using scripts or not, our flexibility is unmatched, letting you create manual, automated or hybrid test suites for every desktop, web, and mobile application with ease including .Net, Java, WPF and Windows 10, modern JavaScript frameworks like React and Angular and iOS or Andoid with 2050+ browser and platform configurations. No need to jailbreak your devices. Alithya GoTest comes with a keyword library of over 1500 keywords, so you can ensure your GUI and API tests are scalable, robust, and easy to maintain. Alithya also offers consulting, coaching and training to ensure the success of your teams. -
23
Mocha
Mocha
Mocha runs in the browser. Every release of Mocha will have new builds of ./mocha.js and ./mocha.css for use in the browser. By adding an argument (usually named done) to it() to a test callback, Mocha will know that it should wait for this function to be called to complete the test. This callback accepts both an Error instance (or subclass thereof) or a falsy value; anything else is invalid usage and throws an error (usually causing a failed test). These reporters expect Mocha to know how many tests it plans to run before execution. This information is unavailable in parallel mode, as test files are loaded only when they are about to be run. In serial mode, tests results will “stream” as they occur. In parallel mode, reporter output is buffered; reporting will occur after each file is completed. In practice, the reporter output will appear in “chunks” (but will otherwise be identical). If a test file is particularly slow, there may be a significant pause while it’s running.Starting Price: Free -
24
QUnit
QUnit
The powerful, easy-to-use JavaScript testing framework. Easy, zero-configuration setup for any Node.js project and minimal configuration for browser-based projects. Tests can be run anywhere; Node, your browser, even inside a web worker. Test your code where it runs. Flexible APIs for custom assertions, runners, and reporters mean you can extend QUnit to fit your needs. Getting started with QUnit for Node.js projects is quick and easy. First, install the QUnit package using npm. You can now run the test suite through the QUnit CLI. It is recommended that you run the QUnit command via an npm script, which will find the QUnit command automatically from your local dependencies. Check out the API documentation to learn more about the QUnit APIs for organizing tests and making assertions.QUnit follows the Node.js Long-term Support (LTS) schedule and provides support for current, active LTS, and maintenance LTS releases.Starting Price: Free -
25
PowerMock
PowerMock
Writing unit tests can be hard and sometimes good design has to be sacrificed for the sole purpose of testability. Often testability corresponds to good design, but this is not always the case. For example final classes and methods cannot be used, private methods sometimes need to be protected or unnecessarily moved to a collaborator, static methods should be avoided completely and so on simply because of the limitations of existing frameworks. PowerMock is a framework that extends other mock libraries such as EasyMock with more powerful capabilities. PowerMock uses a custom classloader and bytecode manipulation to enable mocking of static methods, constructors, final classes and methods, private methods, removal of static initializers and more. By using a custom classloader no changes need to be done to the IDE or continuous integration servers which simplifies adoption.Starting Price: Free -
26
HUnit
Hackage
HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java. It's easy to use HUnit, assuming you are familiar with Haskell, though not necessarily with JUnit. A test-centered methodology for software development is most effective when tests are easy to create, change, and execute. The JUnit tool pioneered support for test-first development in Java. HUnit is an adaptation of JUnit to Haskell, a general-purpose, purely functional programming language. With HUnit, as with JUnit, you can easily create tests, name them, group them into suites, and execute them, with the framework checking the results automatically. Test specification in HUnit is even more concise and flexible than in JUnit, thanks to the nature of the Haskell language. HUnit currently includes only a text-based test controller, but the framework is designed for easy extension. Run the tests as a group.Starting Price: Free -
27
dbForge Unit Test
Devart
dbForge Unit Tests for SQL Server is a GUI-based tool available as an add-in for SQL Server Management Studio. This tool enables users to implement and automate unit testing directly within SSMS. Key Features: - Isolated unit testing to avoid affecting the actual database - Writing unit tests in T-SQL without additional tools - Simple installation and uninstalling of the tSQLt framework for writing unit tests - Performing multiple unit tests simultaneously - Integrating unit tests into DevOps processes - Running unit tests via the command line - Access to the collection of unit test examples - Safe refactoring in large databases The tool features a Test List Manager, a separate tab within the SSMS interface for creating, editing, managing, and running unit tests. This integration allows teams to stay within SSMS, eliminating the need for learning and switching between different tools, thus supporting a more comfortable environment and efficient performance.Starting Price: $169.95 -
28
Karma
Karma
The main goal for Karma is to bring a productive testing environment to developers. The environment being one where they don't have to set up loads of configurations, but rather a place where developers can just write the code and get instant feedback from their tests. Because getting quick feedback is what makes you productive and creative. Test your code on real browsers and real devices such as phones, tablets or on a headless PhantomJS instance. Control the whole workflow from the command line or your IDE - just save a file and Karma will run all the tests. Karma also watches all the files, specified within the configuration file, and whenever any file changes, it triggers the test run by sending a signal to the testing server to inform all of the captured browsers to run the test code again. Each browser then loads the source files inside an IFrame, executes the tests and reports the results back to the server.Starting Price: Free -
29
HCL OneTest
HCL Technologies
HCL OneTest provides software testing tools to support a DevOps approach: API testing, functional testing, UI testing, performance testing and service virtualization. It helps you automate and run tests earlier and more frequently to discover errors sooner — when they are less costly to fix. HCL also provides a bundled offering under a new consumption model that changes the way you can use and deploy DevOps software. The new offering helps simplify your planning for adoption and growth of critical DevOps products. HCL OneTest UI enables testers to take automation all the way from mainframe terminals with 3270 interfaces, through .NET- and Java-based thick client applications. Additionally, it works with the latest top browsers, ERP systems such as SAP and Oracle, right up to HTML5-based responsive web applications that are built on modern frameworks like Angular, React and Vue.js. -
30
Eggplant
Keysight Technologies
At Eggplant we empower organizations to create amazing digital experiences. We help businesses to test, monitor and analyze their end-to-end customer experience and continuously improve their business outcomes. Companies worldwide use Eggplant to surpass competitors, boost productivity, and delight customers. How? By dramatically enhancing the quality, responsiveness, and performance of their software applications across different interfaces, platforms, browsers, and devices - including mobile, IoT, and desktop — in agile, DevOps, and innovative application and data environments. As software release cycles accelerate, manual testing can't keep up. AI automatically discovers user journeys, hunts for bugs and performs image-based UI tests from the user POV. Build better software with fast, broad, accurate AI-powered testing. To keep up with DevOps, continuous testing is key, streamlining development and automating the testing process. -
31
Screenwriter
Screenwriter
Build, execute, and scale UI tests 30x faster, zero code, and flake-free. Create your first test in 5 minutes or less. Describe user flows in plain English and Screenwriter will do the rest. We use cutting-edge AI models to create autonomous agents that run in the browser and interact with your application just like a real user would. Describe a user flow using natural language and our AI will do the rest. Zero code is required and no engineers are needed. Take full control of your test suite by defining additional checks and modifying steps right in the app, Screenwriter takes care of everything. We store and run all tests on Screenwriter infrastructure. No access to your codebase is required. Test scripts are flakey and are a burden to maintain as your application grows. Screenwriter's AI is able to adapt to your application and only surface real issues. Review every execution playback directly in the Screenwriter app. -
32
TestNinja
TalentXpert
Next Gen Codeless Automation Testing For Web Apps. Now you can automate website testing work that you hate to do manually with codeless automation testing tool. Write powerful tests in a readable English-like language using a predefined set of commands. 100% codeless! Select the steps to automate repeated tasks so your team doesn’t have to think about them. Spend more energy on strategic work and leave the repetitive stuff. Eliminate complex setups and frameworks. Hybrid installations for better productivity and efficiency support three installations based on client needs. Write and execute single/multiple test individually and add to test cycle only once it works. Stop wondering what your tests are really doing. Get 100% visual step-by-step understanding by playing the step preview in just one click with automation testing. Easy to understand, real time test reports give you a comprehensive understanding of your testing activities. -
33
AWS OpsWorks
Amazon
AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet. Chef and Puppet are automation platforms that allow you to use code to automate the configurations of your servers. OpsWorks lets you use Chef and Puppet to automate how servers are configured, deployed, and managed across your Amazon EC2 instances or on-premises compute environments. AWS OpsWorks for Puppet Enterprise is a fully managed configuration management service that hosts Puppet Enterprise, a set of automation tools from Puppet for infrastructure and application management. OpsWorks also maintains your Puppet master server by automatically patching, updating, and backing up your server. OpsWorks eliminates the need to operate your own configuration management systems or worry about maintaining its infrastructure. OpsWorks gives you access to all of the Puppet Enterprise features, which you manage through the Puppet console. -
34
QF-Test
Quality First Software
QF-Test for UI Test automation for Web, Java, Windows and Android applications! Testing also PDF documents, Electron applications and Webswing and JPro applications. Keyfeatures: Robust component recognition. Record, replay & edit due to clear tree structure. Flexibility via scripting with Jython, Groovy and JavaScript. Continuous integration. Access to many 3rd party tools like Jenkins, Dockers, Jira, Git etc. Keyword-driven, behavior-driven and data-driven Testing. Android applications can be tested on real devices and with the Emulator from Android Studio. Standard library with procedures. Error analysis and reporting in HTML and XML. More flexible and easier component recognition with the new concept of SmartIDs. Connection to the robot framework for keyword based tests. Contact us and we will help you find the right place for QF-Test in your organization!Starting Price: $2275.00/one-time -
35
TestProject
TestProject
TestProject is the world’s first free cloud-based, community-powered test automation platform. TestProject makes it easier for testers to do their jobs quickly, and to collaborate using popular open source frameworks (e.g., Selenium and Appium) to ensure quality with speed. By fostering a collaborative community that can come together — as individuals and in teams — TestProject is shaping the future of software testing. Founded in 2015 in Israel, TestProject aims to create a powerful and collaborative environment for the entire test automation community, without any barriers, and completely for free. Learn more at https://testproject.io.Starting Price: $0 -
36
co.meta
Amvara Consulting
Functional and Visual Regression Testing with excellence Don't break code. Don't break layout. Using cometa provides many benefits for your project. Automation of human actions on websites made easy. 100% Open source made with ♥ in Barcelona. Visual comparison with screenshots! Easy UI testing on over 2000 devices. REST API integrates easy and smooth. Now that you know it - there are no more excuses left. Cometa features. Don't break code. Don't break layout. Using cometa provides many benefits for your project. Being 100% open source and providing complete functionalities via REST API makes integration of third party tools (jMeter, Jenkins, Git, ...) even more easy. Test Automation. Create tests to analyze and verify each part of your website. Simply check its status. Access through your Google account and enjoy our service. On-premises installation uses OIDC login. Test on Multiple Devices. Test the functionalities of your website -
37
Deequ
Deequ
Deequ is a library built on top of Apache Spark for defining "unit tests for data", which measure data quality in large datasets. We are happy to receive feedback and contributions. Deequ depends on Java 8. Deequ version 2.x only runs with Spark 3.1, and vice versa. If you rely on a previous Spark version, please use a Deequ 1.x version (legacy version is maintained in legacy-spark-3.0 branch). We provide legacy releases compatible with Apache Spark versions 2.2.x to 3.0.x. The Spark 2.2.x and 2.3.x releases depend on Scala 2.11 and the Spark 2.4.x, 3.0.x, and 3.1.x releases depend on Scala 2.12. Deequ's purpose is to "unit-test" data to find errors early, before the data gets fed to consuming systems or machine learning algorithms. In the following, we will walk you through a toy example to showcase the most basic usage of our library. -
38
Repeato
Repeato
Repeato is a no-code mobile app testing tool that automates and simplifies mobile UI testing, and helps reduce time, cost, and energy invested. Using computer vision and machine learning, tests can be created via record & play, just within a few minutes. Unlike other testing frameworks, Repeato does not require any coding skills and allows forwarding testing to non-technical staff. Thus, Repeato saves time and money and developers can finally do what they do best: building great apps. BENEFITS For the company - ship apps faster with less bugs - save time and money for testing - keep staff motivated and reduce fluctuation For developers and testers - easy mobile app testing - no broken tests - less tedious, repetitive testing - forward tedious testing to non-technical staff - make more time for the exciting part: building great apps For non-technical testers - no coding knowledge needed - easy to understand and handle - simple UI For the end user - great UXStarting Price: €50/user/month -
39
SoapUI
SmartBear
Whether open source or commercial, SoapUI testing tools make it easy to create, manage, and execute end-to-end tests on REST, SOAP, & GraphQL APIs, JMS, JDBC, and other web services so you can deliver software faster than ever. For developers and testers looking to accelerate their ability to deliver REST & SOAP APIs, SoapUI Open Source is the simplest and easiest way to begin your API testing journey. Automate and fit API testing into your team’s continuous delivery pipeline with the next generation tool built for validation of REST, SOAP, GraphQL, microservices, and other back-end services. APIs, or Application Programming Interfaces, have become the center of software development, connecting and transferring data and logic across disparate systems and applications. Luckily, testing them can greatly improve the efficiency of your testing strategy as a whole, helping you deliver software faster than everStarting Price: $599 per year -
40
Scapy
Scapy
Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks, or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tshark, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can’t handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel), etc. Scapy runs natively on Linux, Windows, OSX, and on most Unixes with libpcap. The same code base now runs natively on both Python 2 and Python 3. Scapy development uses the Git version control system. Scapy reference repository is hosted on GitHub.Starting Price: Free -
41
PHPUnit
PHPUnit
PHPUnit requires the dom and json extensions, which are normally enabled by default. PHPUnit also requires the pcre, reflection, and spl extensions. These standard extensions are enabled by default and cannot be disabled without patching PHP’s build system and/or C sources. The code coverage report feature requires the Xdebug (2.7.0 or later) and tokenizer extensions. Generating XML reports requires the xmlwriter extension. Unit Tests are primarily written as a good practice to help developers identify and fix bugs, to refactor code and to serve as documentation for a unit of software under test. To achieve these benefits, unit tests ideally should cover all the possible paths in a program. One unit test usually covers one specific path in one function or method. However a test method is not necessarily an encapsulated, independent entity. Often there are implicit dependencies between test methods, hidden in the implementation scenario of a test.Starting Price: Free -
42
AppHarbor
AppHarbor
AppHarbor is a fully hosted .NET Platform as a Service. AppHarbor can deploy and scale any standard .NET application to the cloud. AppHarbor is used by thousands of developers and businesses to host anything from personal blogs to high traffic web applications. AppHarbor lets you instantly deploy and scale .NET applications using your favorite versioning tool. Installing add-ons is just as easy. You push .NET and Windows code to AppHarbor using Git, Mercurial, Subversion or Team Foundation Server with the complimentary Git service or through integrations offered in collaboration with Bitbucket, CodePlex and GitHub. When AppHarbor receives your code it will be built by a build server. If the code compiles all unit tests contained in the compiled assemblies will be run. The result and progress of the build and unit test status can be monitored on the application dashboard. AppHarbor will call any service hooks that you add to notify you of the build result.Starting Price: $49 per month -
43
Catch2
Catch2
Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features and simple BDD macros. Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests. You are on the devel branch, where the v3 version is being developed. v3 brings a bunch of significant changes, the big one being that Catch2 is no longer a single-header library. Catch2 now behaves as a normal library, with multiple headers and separately compiled implementation. Quick and easy to get started. Just download two files, add them to your project and you're away. No external dependencies. As long as you can compile C++14 and have the C++ standard library available. Write test cases as, self-registering, functions (or methods, if you prefer).Starting Price: Free -
44
TestNG
TestNG
TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as annotations, or the possibility to run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.). You can test that your code is multithread safe, there is flexible test configuration, support for data-driven testing (with @DataProvider), support for parameters, powerful execution model (no more TestSuite). There is a supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.), it also embeds BeanShell for further flexibility, and there is default JDK functions for runtime and logging (no dependencies), and dependent methods for application server testing. TestNG is designed to cover all categories of tests, unit, functional, end-to-end, integration, etc. -
45
Mockito
Mockito
Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with a clean & simple API. Mockito doesn’t give you hangover because the tests are very readable and they produce clean verification errors. Read more about features & motivations. Top 10 Java library across all libraries, not only the testing tools. In late 2013 there was an analysis made of 30.000 GitHub projects. Although Mockito reached number 9 in the main report, mockito-core and mockito-all are the same tool and therefore the factual position of Mockito is number 4, surpassing famous tools like Guava or Spring. Treat this study as an indicator of a big impact that Mockito makes every day on unit tests written in Java.Starting Price: Free -
46
dotCover
JetBrains
dotCover is a .NET unit testing and code coverage tool that works right in Visual Studio and in JetBrains Rider, helps you know to what extent your code is covered with unit tests, provides great ways to visualize code coverage, and is Continuous Integration ready. dotCover calculates and reports statement-level code coverage in applications targeting .NET Framework, .NET Core, Mono for Unity, etc. dotCover is a plug-in to Visual Studio and JetBrains Rider, giving you the advantage of analyzing and visualizing code coverage without leaving the code editor. This includes running unit tests and analyzing coverage results right in the IDEs, as well as support for different color themes, new icons and menus. dotCover comes bundled with a unit test runner that it shares with another JetBrains tool for .NET developers, ReSharper. dotCover supports continuous testing, a modern unit testing workflow whereby dotCover figures out on-the-fly which unit tests are affected by your code changes.Starting Price: $399 per user per year -
47
unittest
Python
The unittest unit testing framework was originally inspired by JUnit and has a similar flavor as major unit testing frameworks in other languages. It supports test automation, sharing of setup and shutdown code for tests, aggregation of tests into collections, and independence of the tests from the reporting framework. A test fixture represents the preparation needed to perform one or more tests, and any associated cleanup actions. This may involve, for example, creating temporary or proxy databases, directories, or starting a server process. A test suite is a collection of test cases, test suites, or both. It is used to aggregate tests that should be executed together. A test runner is a component which orchestrates the execution of tests and provides the outcome to the user. The runner may use a graphical interface, a textual interface, or return a special value to indicate the results of executing the tests.Starting Price: Free -
48
WireMock
WireMock
WireMock is a simulator for HTTP-based APIs. Some might consider it a service virtualization tool or a mock server. It enables you to stay productive when an API you depend on doesn't exist or isn't complete. It supports testing of edge cases and failure modes that the real API won't reliably produce. And because it's fast it can reduce your build time from hours down to minutes. MockLab is a hosted API simulator built on WireMock, with an intuitive web UI, team collaboration and nothing to install. The 100% compatible API supports drop-in replacement of the WireMock server with a single line of code. Run WireMock from within your Java application, JUnit test, Servlet container or as a standalone process. Match request URLs, methods, headers cookies and bodies using a wide variety of strategies. First class support for JSON and XML. Get up and running quickly by capturing traffic to and from an existing API. -
49
JUnit
JUnit
JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date foundation for developer-side testing on the JVM. This includes focusing on Java 8 and above, as well as enabling many different styles of testing. We ask you – our users – to support us so we can keep up the pace. We will continue our work on JUnit regardless of how many donations we receive. However, your support would enable us to do so with greater focus and not only on weekends or in our spare time. For example, we want to meet regularly and work colocated for a few days in order to get things done faster in face-to-face design and coding sessions. Your donations will help to make that a reality! -
50
Refraction
Refraction
Refraction is a code-generation tool for developers. It uses AI to generate code for you. You can use it to generate unit tests, documentation, refactor code, and more. Generate code using AI in 34 languages — Assembly, C#, C++, CoffeeScript, CSS, Dart, Elixir, Erlang, Go, GraphQL, Groovy, Haskell, HTML, Java, JavaScript, Kotlin, LaTeX, Less, Lua, MatLab, Objective-C, OCaml, Perl, PHP, Python, R Lang, Ruby, Rust, Sass / SCSS, Scala, Shell, SQL, Swift, and TypeScript. Join thousands of developers around the world using Refraction to generate documentation, create unit tests, refactor code, and more using AI. Use the power of AI to automate the tedious parts of software development like testing, documentation, and refactoring, so you can focus on what matters. Refactor, optimize, fix and style-check your code. Generate unit tests for your code with various test frameworks. Explain the purpose of your code to make it easier to understand.Starting Price: $8 per month