new entries and images

This commit is contained in:
Inaki Fernandez
2020-05-16 12:08:54 +02:00
parent d2c42e05b5
commit ca97aea5e3
4 changed files with 22 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -32,9 +32,9 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu
- [From Java EE To Cloud Native](javaee-to-cloud-native.md)
- [Microservices FAQ & Kubernetes Native](faq.md)
2. [DevOps](devops.md)
3. [CI/CD - Continuous Integration & Continuous Delivery](cicd.md)
3. [TestOps and Continuous Testing](testops.md)
4. [CI/CD - Continuous Integration & Continuous Delivery](cicd.md)
- [Git & Git Patterns. Git Flow & Trunk. Merge BOTs 🌟](git.md)
4. [TestOps](testops.md)
5. [Docker](docker.md)
6. [Kubernetes 🌟](kubernetes.md)
- [Kubernetes Matrix Table](matrix-table.md)
@@ -69,7 +69,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu
- [OpenProject](https://www.openproject.org/)
- [Work From Home](workfromhome.md)
- [Appointment Scheduling](appointment-scheduling.md)
10. Configuration Management
10. Configuration Management
- [Ansible](ansible.md)
- [Liquibase](liquibase.md)
- [Terraform & Packer](terraform.md)

View File

@@ -1,2 +1,20 @@
# TestOps
# TestOps and Continuous Testing
- [TestOps](#testops)
- [Continuous Testing in DevOps](#continuous-testing-in-devops)
## TestOps
- [devops.com: Shift-Right Testing: The Emergence of TestOps](https://devops.com/shift-right-testing-the-emergence-of-testops/)
- [devopsonline.co.uk: DevOps and the emergence of TestOps!](https://www.devopsonline.co.uk/devops-and-the-emergence-of-testops/)
- [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)
## 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/)
- [guru99.com: What is Continuous Testing in DevOps? Definition, Benefits, Tools](https://www.guru99.com/continuous-testing.html)
<center>
[![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)
</center>
<center>
[![testops flow](images/testops_flow.jpg)](https://www.linkedin.com/pulse/testops-speed-devops-chaitanya-jawale/)
</center>