Test Automation Made Simple
-
Updated
Mar 23, 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.
This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao
a lightweight, security focused, BDD test framework against terraform.
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
Right now (in precommit.py) we only enable a few checks (E9, F63, F7, F82).
Looks like there are a lot of other useful ones in there; investigate moving to a set of blocklisted checks.
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
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)
Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more!
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.
Vim plugin: Testing framework for Vim script
基于HttpRunner+Python+DRF+Vue的接口自动化测试平台
日本のソフトウェア企業のテスト・テスト自動化に関する資料をまとめています
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.