chore: update docs/testops.md [20260517-1948]

This commit is contained in:
github-actions[bot]
2026-05-17 19:49:55 +00:00
committed by GitHub
parent afdc08734b
commit 95474aec8d

View File

@@ -15,18 +15,18 @@
- [opcito.com: TestOps: How to automate your software pipeline at the speed of DevOps](https://www.opcito.com/blogs/testops-how-to-automate-your-software-pipeline-at-the-speed-of-devops)
- [xeridia.co.uk: The Importance of Testing in DevOps](https://www.xeridia.co.uk/blog/importance-testing-devops)
- [xeridia.co.uk: Benefits of Test-Driven Development in DevOps Environments](https://www.xeridia.co.uk/blog/benefits-test-driven-development-devops-environments)
- [softwarebusinessgrowth.com: Parallel System Validation The End Of DevOps](https://www.softwarebusinessgrowth.com/doc/parallel-system-validation-the-end-of-devops-0001)
- [softwarebusinessgrowth.com: Parallel System Validation The End Of DevOps](https://www.varinsights.com/doc/parallel-system-validation-the-end-of-devops-0001)
- [itnext.io: Kubernetes: load-testing and high-load tuning — problems and solutions](https://itnext.io/kubernetes-load-testing-and-high-load-tuning-problems-and-solutions-244d869a9791)
- [gcreddy.com: Domain Knowledge for Software Testers](https://www.gcreddy.com/2016/06/domain-knowledge-for-testers.html)
- [==blog.gurock.com: What Is DevTestOps?==](https://blog.gurock.com/what-is-devtestops/)
- [==blog.gurock.com: What Is DevTestOps?==](https://www.testrail.com/blog/what-is-devtestops//)
## Continuous Testing in DevOps
- [TestOps at the Speed of DevOps. Is DevOps killing Testing and QA or making it more important than ever?](https://www.linkedin.com/pulse/testops-speed-devops-chaitanya-jawale/)
- [TestOps at the Speed of DevOps. Is DevOps killing Testing and QA or making it more important than ever?](https://www.linkedin.com/top-content/?trk=article_not_found/)
- [guru99.com: What is Continuous Testing in DevOps? Definition, Benefits, Tools](https://www.guru99.com/continuous-testing.html)
- [xeridia.co.uk: The Importance of Testing in DevOps](https://www.xeridia.co.uk/blog/importance-testing-devops)
- [opensource.com: What you need to know about automation testing in CI/CD](https://opensource.com/article/20/7/automation-testing-cicd)
- [thenewstack.io: Removing the Roadblock to Continuous Performance Testing](https://thenewstack.io/removing-the-roadblock-to-continuous-performance-testing/)
- [thenewstack.io: Removing the Roadblock to Continuous Performance Testing](https://thenewstack.io/removing-the-roadblock-to-continuous-performance-testing//)
## Test Driven Development (TDD)
- [guru99.com: What is Test Driven Development (TDD)? Tutorial with Example](https://www.guru99.com/test-driven-development.html)
@@ -34,12 +34,12 @@
## Tools
- [Smocker (server mock) is a simple and efficient HTTP mock server](https://github.com/Thiht/smocker)
- [Smocker (server mock) is a simple and efficient HTTP mock server](https://github.com/smocker-dev/smocker)
- [copyist](https://github.com/cockroachdb/copyist) Mocking Your SQL Database in Go Tests Has Never Been Easier.
- [opensource.com: Cerberus - An open source solution for continuous testing at scale](https://opensource.com/article/20/8/cerberus-test-automation) Cerberus focuses on testing usability, scalability, and integration.
- [Diffblue](https://www.diffblue.com/) 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](https://www.theregister.com/2020/09/21/diffblue_let_ai_code_unit_tests) A big time saver but 'we can't tell if the current logic that you have in the code is correct or not.' Oh
- [Cicada: A tool for testing microservices](https://cicadatesting.github.io/cicada-2/)
- [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](https://www.theregister.com/software/2020/09/21/coding-unit-tests-is-boring-wouldnt-it-be-cool-if-an-ai-could-do-it-for-you-thats-where-diffblue-comes-in/318634) A big time saver but 'we can't tell if the current logic that you have in the code is correct or not.' Oh
- [Cicada: A tool for testing microservices](https://cicadatesting.github.io/cicada-2//)
- [medium: Cicada: An integration testing framework for Docker and Kubernetes](https://medium.com/@jeremyaherzog/cicada-an-integration-testing-framework-for-docker-and-kubernetes-7eee5624cc55)
### KubeAudit
@@ -48,7 +48,7 @@
## Application Security Testing (AST)
- [synopsys.com: How to integrate automated AST tools in your CI/CD pipeline](https://www.synopsys.com/blogs/software-security/integrating-automated-ast-tools)
- [synopsys.com: How to integrate automated AST tools in your CI/CD pipeline](https://www.synopsys.com/software-integrity/blog/integrating-automated-ast-tools.html)
## Bunch of Images
@@ -58,7 +58,7 @@
[![testops and devops](images/TestOps-What-Does-This-Mean.jpg)](https://www.opcito.com/blogs/testops-how-to-automate-your-software-pipeline-at-the-speed-of-devops)
[![testops flow](images/testops_flow.jpg)](https://www.linkedin.com/pulse/testops-speed-devops-chaitanya-jawale/)
[![testops flow](images/testops_flow.jpg)](https://www.linkedin.com/top-content/?trk=article_not_found/)
[![rubber duck debugging](images/Rubber_duck_assisting_with_debugging.jpg)](https://en.wikipedia.org/wiki/Rubber_duck_debugging)