From b949f12cb74124f827db01bf9fb4e5ae2b542960 Mon Sep 17 00:00:00 2001 From: Priyanshu Shekhar Date: Sat, 3 Jul 2021 18:34:44 +0530 Subject: [PATCH] Some more resources --- docs/automation/performance-test-automation.md | 4 ++++ docs/others/other-awesome-resources.md | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/others/other-awesome-resources.md diff --git a/docs/automation/performance-test-automation.md b/docs/automation/performance-test-automation.md index 33c0504..36552a0 100644 --- a/docs/automation/performance-test-automation.md +++ b/docs/automation/performance-test-automation.md @@ -15,3 +15,7 @@ **Reference Code** * [performance-testing-framework](https://github.com/serputko/performance-testing-framework) +* [Performance Testing on your Local Machine - The Art of Identifying Performance Issues early in your Development Cycle](https://confengine.com/conferences/agile-india-2021/proposal/15571/performance-testing-on-your-local-machine-the-art-of-identifying-performance-issues-early-in-your-development-cycle) + +**Slides** +* [Latency vs Throughput](https://www.slideshare.net/jboner/scalability-availability-stability-patterns/20-You_should_strive_formaximal_throughputwithacceptable) diff --git a/docs/others/other-awesome-resources.md b/docs/others/other-awesome-resources.md new file mode 100644 index 0000000..4929cdc --- /dev/null +++ b/docs/others/other-awesome-resources.md @@ -0,0 +1,11 @@ +### Testing in Production + +**Blogs** +* [Testing in Production, the safe way](https://copyconstruct.medium.com/testing-in-production-the-safe-way-18ca102d0ef1) + + +**Videos** +* [Testing Strategy for DevOps](https://www.youtube.com/watch?v=z-3aSVfoyBY) + +**Others** +* [Fault Injection in Production](https://queue.acm.org/detail.cfm?id=2353017) \ No newline at end of file