Test Automation Made Simple
-
Updated
Jun 4, 2022 - Java
{{ message }}
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
Test Automation Made Simple
Language-agnostic HTTP API Testing Tool
The fastest feature-rich C++11/14/17/20 single-header testing framework
Molecule aids in the development and testing of Ansible roles
Frisby is a REST API testing framework built on Jest that makes testing API endpoints easy, fast, and fun.
a lightweight, security focused, BDD test framework against terraform.
This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao
Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
Replace any .NET method (including static and non-virtual) with a delegate
UT: C++20 μ(micro)/Unit Testing Framework
Pytest seems like it might be better for us then unittest:
PostgreSQL Unit Testing Suite
The successor to nose, based on unittest2
Right now we just use the standard C random library, but really it'd be nice if the brute force fuzzer could do consistent tests across platforms, for various purposes. We probably need our own PRNG, something like:
https://www-cs-faculty.stanford.edu/~knuth/news02.html#rng
or
https://github.com/cmcqueen/simplerandom
I'm not sure what's best. We'd like decentish quality, maybe, and d
Essential Building Blocks for Scala
A complete test automation tool
Bach Testing Framework
Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more!
A curated collection of awesome blog articles, books, talks, podcasts, tools/frameworks and examples.
Apache Spark testing helpers (dependency free & works with Scalatest, uTest, and MUnit)
ACTS is a white box testing framework based on data model drivers.
VIVIDUS is all in one test automation tool
Human-friendly unit testing for C++11
recheck for web apps – change comparison tool with local Golden Masters, Git-like ignore syntax and "Unbreakable Selenium" tests.
基于HttpRunner+Python+DRF+Vue的接口自动化测试平台
Vim plugin: Testing framework for Vim script
日本のソフトウェア企業のテスト・テスト自動化に関する資料をまとめています
We need a page in the docs that tell users that to mock they should use
from unittest import mock.We should note that the
mock.patchdecorators don't currently work, and that we need to use the context managers instead.