mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 10:21:14 +00:00
5.9 KiB
5.9 KiB
TestOps and Continuous Testing
!!! info "Architectural Context" Detailed reference for TestOps and Continuous Testing in the context of Platform & Site Reliability.
Standard Reference
- itnext.io: Kubernetes: load-testing and high-load tuning — problems and' solutions [COMMUNITY-TOOL]
- devops.com: Shift-Right Testing: The Emergence of TestOps [COMMUNITY-TOOL]
- devopsonline.co.uk: DevOps and the emergence of TestOps! [COMMUNITY-TOOL]
- opcito.com: TestOps: How to automate your software pipeline at the speed' of DevOps [COMMUNITY-TOOL]
- xeridia.co.uk: The Importance of Testing in DevOps [COMMUNITY-TOOL]
- xeridia.co.uk: Benefits of Test-Driven Development in DevOps Environments [COMMUNITY-TOOL]
- gcreddy.com: Domain Knowledge for Software Testers [COMMUNITY-TOOL]
- guru99.com: What is Continuous Testing in DevOps? Definition, Benefits,' Tools [COMMUNITY-TOOL]
- opensource.com: What you need to know about automation testing in CI/CD [COMMUNITY-TOOL]
- thenewstack.io: Removing the Roadblock to Continuous Performance Testing [COMMUNITY-TOOL]
- guru99.com: What is Test Driven Development (TDD)? Tutorial with Example [COMMUNITY-TOOL]
- functionize.com: Testers vs TDD [COMMUNITY-TOOL]
- copyist ⭐ 852 [COMMUNITY-TOOL]
- opensource.com: Cerberus - An open source solution for continuous testing' at scale [COMMUNITY-TOOL]
- Diffblue [COMMUNITY-TOOL]
- Cicada: A tool for testing microservices [COMMUNITY-TOOL]
- developers.redhat.com: Static analysis with KubeAudit for Red Hat OpenShift [COMMUNITY-TOOL]
Development Methodology
DevOps
Testing Strategy
- (2022) blog.gurock.com: What Is DevTestOps? [MARKDOWN CONTENT] [COMMUNITY-TOOL] — Explores 'DevTestOps', which elevates quality assurance from an external stage to continuous, integrated feedback loops throughout continuous delivery pipelines.
Validation
- (2021) softwarebusinessgrowth.com: Parallel System Validation – The End Of DevOps [MARKDOWN CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — A strategic discussion surrounding 'Parallel System Validation', exploring how real-time replication of production traffic to test stages replaces older, sequential Dev-Test-Deploy loops with continuous assurance environments.
Development Tools
AI Assistance
Automated Testing
- (2020) 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 [JAVA CONTENT] [COMMUNITY-TOOL] — Highlights Diffblue, an AI tool utilizing reinforcement learning to write functional Java unit tests. It helps teams clear technical testing backlogs automatically with zero human developer input.
Testing Tools
API Mocking
- (2020) ==Smocker (server mock) is a simple and efficient HTTP mock server== ⭐ 1279 [GO CONTENT] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Smocker is an execution-efficient, REST API-driven HTTP mocking utility designed for microservice local integration testing. It allows defining dynamic request matches and custom mocking scenarios via direct YAML configurations.
💡 Explore Related: DevOps | Scaffolding | Performance Testing With Jenkins And Jmeter