-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing, verification and test automation #9
Comments
Interesting tool. |
From @AG00:
|
Testcontainers to test different environments on the developer's machine |
A post about the challenges to get global metrics for code coverage |
Security-based testing |
DeFlaker: Automatically Detecting Flaky Tests |
Property-based testing in Java |
Cross Browser Testing, Selenium Testing, and Mobile Testing |
Perfecto - Cloud-based Devops Testing |
Automated Tool for Prioritizing JUnit Test Suites |
mutation testing |
automatic unit test amplification |
automatic detection of pseudo-tested methods |
mutation testing in JS |
Property-based testing in OCaml @robertfeldt you may want to subscribe to this issue. |
Chris Parnin's Lecture on software bots |
Testing of Microservices https://labs.spotify.com/2018/01/11/testing-of-microservices/ |
Amazon codeguru |
Postman/Newman https://www.getpostman.com/ |
New testing course from TU Delft |
Rultor is a DevOps team assistant. It helps your programmers and release managers automate routine operations (merge, deploy and release), with an easy-to-use intuitive chatbot interface. |
A series of recent posts about test and automation |
ScalaTest: https://github.com/scalatest/scalatest |
Jasmine is a behavior-driven development framework for testing JavaScript code. |
Catch2: modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++ |
Commonly used test data |
Commercial product to accelerate tests with an automated dependency graph |
Automated Cucumber-JVM test pack for DECS built on the Serenity BDD framework |
Testing at Electronic Arts |
Property-based testing in language X |
An interesting essay / demo / tutorial topic: Automated migration of Junit4 to Junit5 |
Suggestion: Testing for GraphQL APIs and Engines. |
An interesting and very original topic for a presentation / demo in software testing: |
Topic suggestion: in depth analysis of a mocking library in language X (eg Mockito) |
fuzz testing is an essential topic for testing and security |
Robot Framework is a generic open source automation framework. It can be used for test automation and robotic process automation (RPA). https://robotframework.org/ |
Predictive Test Selection cuts testing time up to 70% by using machine learning to select and run only tests that are likely to provide useful feedback during test runs |
Load-Test-As-Code. https://gatling.io/ |
Instancio is a Java library that automatically creates and populates objects for your unit tests. |
Mutagen and cargo-mutants are two relevant mutation testing tools for Rust. Credits @VIGGEEN |
following up on Jepsen |
A command-line benchmarking tool for rust |
BDD with Rust https://github.com/cucumber-rs/cucumber |
A library for generating fake data in Rust. |
The art and craft of test-driven development (Increment, 2019) |
Integrity Test Framework - a sophisticated integration test automation framework for Java |
|
Framework for web testing, and capture&replay |
Kurtosis is a composable build system for multi-container test environments. |
Wikipedia references:
"Automated testing is the act of conducting specific tests via automation (e.g. a set of regression tests) as opposed to conducting them manually, while test automation refers to automating the process of tracking and managing the different tests." source
The text was updated successfully, but these errors were encountered: