Agile + DevOps West 2021 - DevOps Automation | TechWell

Conference archive

Agile + DevOps Virtual 2021 - DevOps Automation

Monday, June 7

bob-foster
Coveros
MC

Finding Performance Issues Early with JMeter

Monday, June 7, 2021 - 10:00am to 5:30pm

Performance issues can be difficult to resolve when found late in the software development lifecycle. Using an open-source tool like JMeter to develop, manage, and execute load and performance tests while the code is being developed, is an inexpensive way to help find performance issues. Executing these performance tests as part of your CI/CD pipeline enables users to find and resolve performance issues as soon as they are introduced. This hands-on workshop will help attendees develop a foundational understanding of JMeter, while engaging them in creating and running performance tests...

Wednesday, June 9

VillageMD
W4

No Silos. Building an Effective (Rainbow Monkey Unicorn Pony) Program

Wednesday, June 9, 2021 - 11:45am to 12:45pm

It doesn't matter you call it DevOps, DevSecOps, or Rainbow Monkey Unicorn Pony - security is an integral part of the software development lifecycle. Even though we understand this, it's often difficult to know how to start building an effective DevSecOps program. This presentation will address four pillars of a successful application security program: Analysis, Validation, Observation, and Enablement and how they enable an organization to develop, deliver, and deploy applications from an idea to a customer facing environment. We'll discuss how to roll out a collaborative DevSecOps program...

Derek Ashmore
Asperitas Consulting
W6

Terraform Infrastructure as Code: Best Practices and Common Mistakes

Preview
Wednesday, June 9, 2021 - 11:45am to 12:45pm

Terraform is one of the most common coding platforms for managing cloud infrastructure as code. I have been using Terraform to manage infrastructure on the cloud for several years now. Additionally, I coach DevOps teams in large enterprises that implement 100% infrastructure as code. Everything in this presentation comes from experience. I'll guide you through a series of best practices including source code management, environment management, execution through pipelines, modularizing Terraform code so it can be reused across the enterprise, and much more. Additionally, I'll review...

Eran-Kinsbruner
Perfecto by Perforce
W12

Mastering Cross-Browser Testing with Selenium and Cypress

Preview
Wednesday, June 9, 2021 - 1:15pm to 2:15pm

Agile mandates continuous testing processes. Within Agile there are various personas trying to accomplish exactly that, however, they bring different constrains including time lines, skillsets, and testing objectives. With the growing adoption of Cypress testing framework that appeals to front-end developers, how does Cypress plays within a single pipeline together with Selenium? Do they compete or complement each other? In this session, Eran Kinsbruner, DevOps chief Evangelist, Author and Sr. Director at Perforce will uncover the main benefits and consideration for using the 2...

Pulumi
W16

Turning Infrastructure Into Software Through Cloud Engineering

Wednesday, June 9, 2021 - 4:00pm to 5:00pm

In this talk, Paul will demonstrate why defining infrastructure in general programming languages is a better choice for infrastructure management. From defining resources to testing and validation, software engineering processes and best practices can be applied to cloud infrastructure help teams to ship faster.

Pulumi is an open source tool that allows users to write their infrastructure code in TypeScript, Python, DotNet or Go. General-purpose languages allow infrastructure code to have integrated testing, compile time checks as well as being able to create infrastructure APIs...

Thursday, June 10

Ratna Janjanam
Salesforce
T5

Make Test Automation Successful and Efficient in Agile Environment

Preview
Thursday, June 10, 2021 - 11:45am to 12:45pm

Software enterprises are rapidly switching to automation testing to cope with continuous development and integration on one side and integration on the other side along with continuous sprint-wise releases.Testing has become an integral part of product engineering. Methods such as test automation help meet the dynamic demands of the agile environment by delivering faster and efficient results. Once, we understand which test cases can be automated, we can then proceed with the right approach to test automation that gives effective results. A carefully test automation strategy through...

grant-fritchey
Redgate Software
T10

Deploying Your Databases Automatically in AWS

Thursday, June 10, 2021 - 1:15pm to 2:15pm

DevOps is all about a cultural change to how you manage your IT resources. However, the biggest challenge when implementing DevOps is learning all the necessary tooling in support of automation. The issue of automation is even more challenging when it comes to automating database deployments. This session will show you the tools and mechanisms needed to get your databases deploying through AWS. We’ll slowly add additional steps and tools within AWS to expand the complexity and functionality of the database deployment process. Understanding how to build out the bare bones of an AWS...

prashant-patil
Dell Technologies
T12

Quality Gates in Test Automation

Preview
Thursday, June 10, 2021 - 1:15pm to 2:15pm

Our organization adopted the CI/CD model for all product validation tasks just over 1 year ago with automated testing being primary step in the pipeline. We discovered that test automation eventually became a bottleneck within the pipeline due to its flakiness and constant maintenance. We determined a need to treat test automation development similar to product development. This allowed us to define multiple Quality Gates in test automation development by utilizing our own CI/CD pipeline. Now, we have tremendous confidence in our test automation and its stability in product...

Craeg-Strong
Ariel Partners
T15

Bringing DevOps to an Entrenched Legacy Environment with the Kanban Method

Thursday, June 10, 2021 - 3:15pm to 4:15pm

Innovative Silicon Valley companies like Etsy leverage DevOps and Continuous Delivery practices to achieve new levels of automation and agility, shrinking development lead times and deploying to production many times each day. However, many companies struggle to implement these practices for the legacy systems that run their core business. To make matters worse, the agile community offers relatively little practical guidance for implementing DevOps practices in legacy environments. Fortunately, the Kanban Method provides a practical way to gradually evolve these core systems towards...

Sujay-Honnamane
Nationwide Mutual Insurance Company
T16

Keep up with your development partners - use Scriptless test automation in DevOps

Thursday, June 10, 2021 - 3:15pm to 4:15pm

Continuous testing is an integral part of DevOps and test automation has become the holy grail of testing to continuously test the application code. Test automation framework requires continuous monitoring and maintenance of the test automation scripts. Test script maintenance is the most challenging part of test automation and is one of the major reasons why test automation fails in many organizations. Developers have realized “low-code/no-code” approaches are an efficient way to address the demand for more software, faster. But testers continue to use the high-maintenance, script-based...