Testing topic

Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.

List Testing repositories

angular-testing-recipes

499
Stars
113
Forks
Watchers

Simple testing patterns for Angular version 2+

crunchingnumbers

9
Stars
2
Forks
Watchers

Matlab, Python, and R codes for crunchingnumbers(a)live

avaron

22
Stars
5
Forks
Watchers

🚀 AVA + Electron :electron: = Avaron

flask-unittest

41
Stars
10
Forks
Watchers

:wrench: Test Flask apps using unittest - with minimal headaches!

devtimer

5
Stars
0
Forks
Watchers

Operation benchmarking and timing library for Rust

assert_tokens_eq

13
Stars
0
Forks
Watchers

Like Rust's built-in assert_eq macro, but for token streams. Passes them through rustfmt, and shows a pretty diff

volkswagen

65
Stars
2
Forks
Watchers

volkswagen detects when your tests are executed in a CI-environment and makes them pass

cargo-mutants

455
Stars
24
Forks
Watchers

:zombie: Inject bugs and see if your tests catch them!

avr-tester

20
Stars
2
Forks
Watchers

`#[test]` meets simavr!

go-fuzz

4.7k
Stars
280
Forks
Watchers

Randomized testing for Go