mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-05 03:00:37 +00:00
3.8 KiB
3.8 KiB
TestOps and Continuous Testing
TestOps
- devops.com: Shift-Right Testing: The Emergence of TestOps
- devopsonline.co.uk: DevOps and the emergence of TestOps!
- opcito.com: TestOps: How to automate your software pipeline at the speed of DevOps
- xeridia.co.uk: The Importance of Testing in DevOps
- xeridia.co.uk: Benefits of Test-Driven Development in DevOps Environments
Continuous Testing in DevOps
- TestOps at the Speed of DevOps. Is DevOps killing Testing and QA or making it more important than ever?
- guru99.com: What is Continuous Testing in DevOps? Definition, Benefits, Tools
- xeridia.co.uk: The Importance of Testing in DevOps
- opensource.com: What you need to know about automation testing in CI/CD
- xeridia.co.uk: The Importance of Testing in DevOps
Test Driven Development (TDD)
- guru99.com: What is Test Driven Development (TDD)? Tutorial with Example
- functionize.com: Testers vs TDD Test-driven development was supposed to eliminate the need for independent testing. Alas, it doesn’t go far enough.
Tools
- Smocker (server mock) is a simple and efficient HTTP mock server
- copyist Mocking Your SQL Database in Go Tests Has Never Been Easier.
- opensource.com: Cerberus - An open source solution for continuous testing at scale Cerberus focuses on testing usability, scalability, and integration.
- Diffblue Catch regressions earlier in your pipeline with Java unit tests that are automatically created by Diffblue Cover
- theregister.com: Coding unit tests is boring. Wouldn't it be cool if an AI could do it for you? That's where Diffblue comes in A big time saver – but 'we can't tell if the current logic that you have in the code is correct or not.' Oh
KubeAudit
- developers.redhat.com: Static analysis with KubeAudit for Red Hat OpenShift This auditing tool currently only supports Kubernetes manifests, but we plan to expand it to include Helm charts and Go code, as well. The tool is in very early stages, but is looking for community input to help add use cases.