Discover, compare, and save the best testing & qa alternatives.
Showing 19 tools
k6 is a modern load testing tool for engineering teams. It provides a simple and efficient way to test the performance and reliability of applications and APIs under various loads. With k6, you can simulate a large number of concurrent users, analyze performance metrics, and identify bottlenecks in your system.
✦ Best for devops teams seeking cloud-compatible load testing
Mypy is a static type checker for Python that aims to combine the benefits of dynamic typing and static typing. It allows developers to add type annotations to their Python code and then checks the types at compile time, preventing type-related errors at runtime.
✦ Best for python teams seeking gradual type adoption.
Code-review-graph is a local-first code intelligence graph designed for efficient code reviews. It builds a persistent map of your codebase, allowing AI coding tools to focus on what matters. This results in benchmarked context reductions on reviews and large-repo workflows. By optimizing the code review process, developers can work more efficiently and effectively.
✦ Best for large codebase development teams
ruff is a Python linter and code formatter that is designed to be extremely fast. It is written in Rust and is capable of handling large codebases with ease. ruff is designed to be highly configurable and can be integrated into a variety of development workflows.
✦ Best for large-scale python projects needing speed
x64dbg is a free, open‑source debugger designed specifically for Windows binaries. It offers a modern UI, scriptable interface, and extensive plugin ecosystem to aid reverse engineers and malware analysts. The tool supports both 32‑bit and 64‑bit executables, providing intuitive disassembly, memory view, and breakpoint management. Its community‑driven development ensures regular updates and active support through GitHub and email.
✦ Best for seasoned windows reverse engineers needing extensible debugging
Playwright is a browser automation framework that allows you to automate web browsers in a fast and reliable way. It supports Chromium, Firefox, and WebKit browsers and provides a high-level API for automating web pages.
✦ Best for experienced developers
Puppeteer is a Node library developed by the Chrome team that provides a high-level API to control a headless Chrome or Chromium browser instance. It can be used to automate web page interactions, generate screenshots and PDFs, and crawl web pages.
✦ Best for experienced node.js developers