Unlocking Rapid Delivery - perspective of a shift from DevOps to QAOps

Rate this content
Bookmark

Speed and quality are the two most common factors that development and operations teams are continuously fighting between. QA plays a strategic role, it is a connection point between development and operations. How can we accelerate software delivery without sacrificing quality? Join this presentation and you will find out why QA and Ops have a complimentary mindset.

FAQ

Continuous integration in QAOPS involves integrating all new changes into the main branch regularly, allowing for immediate testing and adjustments. This practice supports early detection and correction of issues, enhancing software quality.

While DevOps focuses primarily on deploying software quickly, QAOPS places a stronger emphasis on ensuring the quality of the software throughout the development cycle, integrating quality assurance more deeply into the CI/CD pipeline.

QAOPS refers to maintaining software quality by incorporating a DevOps mindset into quality assurance practices. It emphasizes collaboration between development and operations teams to enhance software quality throughout the development process.

Automation is central to QAOPS, particularly in repetitive tasks such as test case creation, execution, and reporting. This not only speeds up the process but also helps in maintaining consistency and accuracy in testing.

The key benefits of QAOPS include reduced time to market, higher software quality, improved collaboration and communication within teams, cost savings from early defect detection, and continuous improvement in processes and products.

Establishing a culture of quality is crucial in QAOPS as it fosters shared responsibility for software quality among all team members, not just QA engineers. This holistic approach helps in identifying and resolving issues early in the development process.

QAOPS is not typically a new role but rather a framework that guides more active QA involvement in the development process. However, some organizations might create specific roles or titles related to QAOPS as part of their team structure.

Key skills for QAOPS include knowledge of automation tools, understanding of CI/CD processes, strong communication abilities, and familiarity with the product being developed. A blend of technical and soft skills is crucial for effective QAOPS practices.

Marcela State
Marcela State
27 min
07 Dec, 2023

Comments

Sign in or register to post your comment.

Video Summary and Transcription

QAOPS refers to maintaining software quality with a DevOps mindset, emphasizing collaboration and continuous integration and delivery. QAOps principles include shift left testing, continuous testing, and shared responsibility for software quality. Implementing QAOps involves automating tasks, promoting collaboration, and selecting the right tools. Challenges in adopting QAOps include cultural shift and skill gaps, but the benefits include higher software quality and cost savings. Establishing a quality mindset requires education and leadership support. QA Ops is a framework that requires a combination of DevOps skills, soft skills, and technical expertise.

1. Introduction to QAOPS

Short description:

QAOPS refers to maintaining software quality by approaching it with a DevOps mindset. Collaboration between development and operation teams is crucial in this inclusive approach. The backbone of DevOps is continuous integration and continuous delivery.

Thank God I have a microphone, because fun fact about me, I speak really slowly, so microphones are the best thing that happen after QAOPS framework.

Slide. Good. Nice. So, I'm Marcella. I'm an engineering manager, and I just turned 14 years in outsourcing. I'm much older than that. My whole experience is in outsourcing. My background is in quality assurance, and this presentation is not about me, obviously. It's about QAOPS.

Please raise your hand if you heard before about QAOPS. Okay. And about QA, that was my second joke. Thank you. I have so good jokes that I need to mention them. So, I'm really happy that I'm not forced to start this presentation with showcasing the QA value, because, believe it or not, there are still clients out there that they need to showcase the QA value. They need presentation about the QA and what's the value and things like that. So, I'm very happy I'm not starting with this today.

So, we're going to start with definition of QAOPS. It refers to maintaining software quality by approaching you with DevOps mindset. About this DevOps mindset, we're going to talk today, because this is actually the key to the whole, this approach in DevOps. For application development, actually, the key here is about collaboration, right? Development teams and operation teams are working in complete synergy, right? So, DevOps, it's more like an inclusive approach. The backbone of the DevOps approach is actually the CICD, which I'm not going to explain how it works. I have here, I think, a characteristic image of how it works, but usually when you build an application and you release its first version, after the initial release, you may think that some, or maybe a lot of things could have been done better, right?

So, you start working on implementing changes. You start working on doing a lot of improvements. Continuous integration is actually the practice of integrating the whole, these new changes into the main branch, right? So, after integrating these to the new branch, you will start automating, you will start automating so you can check the functionality. After that, you don't have to wait for the new release date to merge those changes. You can do that very, very quickly. You can update them through this process. Continuous delivery is actually the next step after continuous integration, after continuous integration.

2. QAOps Principles and Best Practices

Short description:

QAOps focuses on ensuring software quality, advocating for shift left testing, collaboration and communication, continuous testing, and continuous monitoring. It emphasizes a culture of quality and shared responsibility for software quality among all team members. Test early and often, automate selectively.

And it's about making all the changes available to the customers, increasing in this way the customer's satisfaction. Maybe there are some of you that think that this QAOps is just another buzz word and it has no meaning. Why is that? It's still DevOps, but it's just another reinvented word. So, I highlighted here what I believe is the most important in terms of comparing those terms.

So, in DevOps, focus is more on deploying software quickly. So, this is the quick, while in QAOps focus is more on ensuring the quality of the software. Here we have some concepts. First of it, shift left testing. QAOps advocates this so-called shift left testing, meaning that you need to start testing as soon as possible, so early in the stages. Why is that? Because we all know that having testing early in the development process will reduce the cost of fixing the bugs after releasing the application. Collaboration and communication. Also, QAOps is a great advocate for collaboration and communication, fostering shared responsibility. This is also a key concept, shared responsibility between teams. And this also increases finding issues really early in the process. Continuous testing. Like I mentioned before, this is done through the CI-CD pipeline. Automation is actually the core of the QAOps approach. And continuous monitoring. This refers to monitoring the application actually in production. And in this way, you will find performance issues or even user experience-related issues in real time.

Let's talk a bit about principles and best practices. So, culture of quality. This is really important. You need to establish a culture of quality. And again, like I mentioned before, shared responsibility for software quality among all team members. So quality is not about QA engineers. I believe it's a shared responsibility. Test early and test often, like I said, like I mentioned before. Begin testing as soon as possible in the development process. Automate everything, but do not automate everything.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Levelling up Monorepos with npm Workspaces
DevOps.js Conf 2022DevOps.js Conf 2022
33 min
Levelling up Monorepos with npm Workspaces
Top Content
Learn more about how to leverage the default features of npm workspaces to help you manage your monorepo project while also checking out some of the new npm cli features.
Automating All the Code & Testing Things with GitHub Actions
React Advanced Conference 2021React Advanced Conference 2021
19 min
Automating All the Code & Testing Things with GitHub Actions
Top Content
Code tasks like linting and testing are critical pieces of a developer’s workflow that help keep us sane like preventing syntax or style issues and hardening our core business logic. We’ll talk about how we can use GitHub Actions to automate these tasks and help keep our projects running smoothly.
Fine-tuning DevOps for People over Perfection
DevOps.js Conf 2022DevOps.js Conf 2022
33 min
Fine-tuning DevOps for People over Perfection
Top Content
Demand for DevOps has increased in recent years as more organizations adopt cloud native technologies. Complexity has also increased and a "zero to hero" mentality leaves many people chasing perfection and FOMO. This session focusses instead on why maybe we shouldn't adopt a technology practice and how sometimes teams can achieve the same results prioritizing people over ops automation & controls. Let's look at amounts of and fine-tuning everything as code, pull requests, DevSecOps, Monitoring and more to prioritize developer well-being over optimization perfection. It can be a valid decision to deploy less and sleep better. And finally we'll examine how manual practice and discipline can be the key to superb products and experiences.
Why is CI so Damn Slow?
DevOps.js Conf 2022DevOps.js Conf 2022
27 min
Why is CI so Damn Slow?
We've all asked ourselves this while waiting an eternity for our CI job to finish. Slow CI not only wrecks developer productivity breaking our focus, it costs money in cloud computing fees, and wastes enormous amounts of electricity. Let’s take a dive into why this is the case and how we can solve it with better, faster tools.
The Zen of Yarn
DevOps.js Conf 2022DevOps.js Conf 2022
31 min
The Zen of Yarn
In the past years Yarn took a spot as one of the most common tools used to develop JavaScript projects, in no small part thanks to an opinionated set of guiding principles. But what are they? How do they apply to Yarn in practice? And just as important: how do they benefit you and your projects?
In this talk we won't dive into benchmarks or feature sets: instead, you'll learn how we approach Yarn’s development, how we explore new paths, how we keep our codebase healthy, and generally why we think Yarn will remain firmly set in our ecosystem for the years to come.
Atomic Deployment for JS Hipsters
DevOps.js Conf 2024DevOps.js Conf 2024
25 min
Atomic Deployment for JS Hipsters
Deploying an app is all but an easy process. You will encounter a lot of glitches and pain points to solve to have it working properly. The worst is: that now that you can deploy your app in production, how can't you also deploy all branches in the project to get access to live previews? And be able to do a fast-revert on-demand?Fortunately, the classic DevOps toolkit has all you need to achieve it without compromising your mental health. By expertly mixing Git, Unix tools, and API calls, and orchestrating all of them with JavaScript, you'll master the secret of safe atomic deployments.No more need to rely on commercial services: become the perfect tool master and netlifize your app right at home!

Workshops on related topic

Deploying React Native Apps in the Cloud
React Summit 2023React Summit 2023
88 min
Deploying React Native Apps in the Cloud
WorkshopFree
Cecelia Martinez
Cecelia Martinez
Deploying React Native apps manually on a local machine can be complex. The differences between Android and iOS require developers to use specific tools and processes for each platform, including hardware requirements for iOS. Manual deployments also make it difficult to manage signing credentials, environment configurations, track releases, and to collaborate as a team.
Appflow is the cloud mobile DevOps platform built by Ionic. Using a service like Appflow to build React Native apps not only provides access to powerful computing resources, it can simplify the deployment process by providing a centralized environment for managing and distributing your app to multiple platforms. This can save time and resources, enable collaboration, as well as improve the overall reliability and scalability of an app.
In this workshop, you’ll deploy a React Native application for delivery to Android and iOS test devices using Appflow. You’ll also learn the steps for publishing to Google Play and Apple App Stores. No previous experience with deploying native applications is required, and you’ll come away with a deeper understanding of the mobile deployment process and best practices for how to use a cloud mobile DevOps platform to ship quickly at scale.
MERN Stack Application Deployment in Kubernetes
DevOps.js Conf 2022DevOps.js Conf 2022
152 min
MERN Stack Application Deployment in Kubernetes
Workshop
Joel Lord
Joel Lord
Deploying and managing JavaScript applications in Kubernetes can get tricky. Especially when a database also has to be part of the deployment. MongoDB Atlas has made developers' lives much easier, however, how do you take a SaaS product and integrate it with your existing Kubernetes cluster? This is where the MongoDB Atlas Operator comes into play. In this workshop, the attendees will learn about how to create a MERN (MongoDB, Express, React, Node.js) application locally, and how to deploy everything into a Kubernetes cluster with the Atlas Operator.
Azure Static Web Apps (SWA) with Azure DevOps
DevOps.js Conf 2022DevOps.js Conf 2022
13 min
Azure Static Web Apps (SWA) with Azure DevOps
WorkshopFree
Juarez Barbosa Junior
Juarez Barbosa Junior
Azure Static Web Apps were launched earlier in 2021, and out of the box, they could integrate your existing repository and deploy your Static Web App from Azure DevOps. This workshop demonstrates how to publish an Azure Static Web App with Azure DevOps.
How to develop, build, and deploy Node.js microservices with Pulumi and Azure DevOps
DevOps.js Conf 2022DevOps.js Conf 2022
163 min
How to develop, build, and deploy Node.js microservices with Pulumi and Azure DevOps
Workshop
Alex Korzhikov
Andrew Reddikh
2 authors
The workshop gives a practical perspective of key principles needed to develop, build, and maintain a set of microservices in the Node.js stack. It covers specifics of creating isolated TypeScript services using the monorepo approach with lerna and yarn workspaces. The workshop includes an overview and a live exercise to create cloud environment with Pulumi framework and Azure services. The sessions fits the best developers who want to learn and practice build and deploy techniques using Azure stack and Pulumi for Node.js.