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.
Learn more
Embunit
Embunit is a unit testing tool for programmers and testers developing software in C or C++. It is aimed at embedded software development, but can be used to create unit tests for any software written in C or C++. Embunit eliminates the mundane, repetitive aspects of writing unit tests, leaving you free to concentrate on defining the test behaviour. This is achieved by specifying a sequence of actions as shown in the example screenshot below. Embunit generates the unit test source code automatically. Embunit has been developed with flexibility in mind, and can be customised to create unit tests for virtually any hardware platform; even the smallest microcontrollers. It is not tied to any specific toolset and is designed to accommodate the common limitations of embedded C++ compilers.
Learn more
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.
Learn more
aqua cloud
aqua is an AI-powered advanced Test Management System designed to make the QA process painless. It is ideal for enterprises and SMBs across various sectors, although aqua was initially designed specifically for regulated industries like Fintech, MedTech and GovTech.
aqua cloud helps to:
- Organize custom testing processes and workflows,
- Run testing scenarios of any complexity and scale,
- Create extended sets of test data,
- Ensure thorough insights with rich reporting capabilities and
- Go from manual to automated testing smoothly.
Additionally, it includes a unique feature called “Capture," which transforms the process of documenting and reproducing bugs into a 1-click action.
aqua integrates with all the most popular issue trackers and automation tools like JIRA, Selenium, Jenkins and others. REST API is also available.
aqua's streamlines testing and saves your QA team up to 70% of time, enabling you to deliver high-quality software and releases x2 faster!
Learn more