Agile + DevOps West 2021 - Automated Testing | TechWell

Conference archive

Agile + DevOps Virtual 2021 - Automated Testing

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...

Jeff Payne
Coveros
MH

What DevOps Means for Testers and Testing

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

DevOps is more than a buzzword or a passing fad. It's a radically new approach to rapidly deliver high-quality software applications. However, many organizations don’t fully grasp the magnitude of this change or what it means for everyone involved in the software development lifecycle. Jeffery Payne says that DevOps—when done right—drives higher quality and efficiency into software development, software testing, and application management activities. It empowers teams to remove impediments to quality and productivity throughout the entire software lifecycle. However, when DevOps is done...

Tuesday, June 8

Mary Thorn
S&P Global Market Intelligence
Bob Galen
Vaco
TC

Creating a High-Performance Agile Team

Tuesday, June 8, 2021 - 10:00am to 1:30pm

Many teams have a relatively easy time adopting the tactical aspects of agile methodologies. Usually a few classes, some tools’ introduction, and a bit of practice lead teams toward fairly efficient execution. However, these teams are quite often simply going through the motions—neither maximizing their agile performance nor delivering as much value as they could. Borrowing from their experience and lean software development methods, Bob Galen and Mary Thorn explore high-performance team patterns, which are the thinking models of mature agile teams, including large-scale emergent...

Wednesday, June 9

julia-pottinger
QualityWorks Consulting Group
W11

Shifting Left - Introduction to Testing

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

Shift left encourages testing to be done as early as possible. This practice results in developers doing more testing as well as other stakeholders. Testers aren’t the only ones responsible for the quality of the software. With this move there is a need for everyone to understand how to test and to test properly. This move also brings with it questions such as What are the correct terminologies to use? How do you properly report a bug? How did you find that bug? What are best practices for testing? Should everything be automated? In this session Julia will go through an introduction to...

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...

jill-stott
NextUp Solutions
W14

Innovation: How to Foster It & How to Squelch It

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

Everyone talks about the importance of innovation, but few understand what factors contributes to, and detracts from, true innovation.

This presentation will cover the following: Why is innovation in the workplace important? - Springboard by sharing two stories; one from a company that failed to innovate and one from a company that continually innovates - Whole group discussion on benefits of creating an innovative company culture

Innovation squelchers -What are most people doing to prevent innovative ideas and deliverables? - - What you need to STOP doing - Example/...

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...

W18

Testing a Data Science Model

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

I have heard from other senior testers around the world that they know of data science teams but no testers testing the models, how do we have enough confidence what is produced is good enough? A model is a statistical black box, how to test it so we understand its behaviours to test is properly. Main aim would be to help inspire testers to explore data science models. I’d like to share how I explored the world of data science when testing a model and how we can apply that if we find ourselves in this situation. It is an emerging area for testers and exciting. I’d like to invite you to my...

Thursday, June 10

Max Saperstone
Steampunk
T6

Stop, You’re Doing BDD Wrong

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

Tools like Cucumber and Fitnesse have been popularizing the ‘idea’ of using Behavior Driven Development (BDD) for test automation for over a decade. While there are many benefits to using these tools, adoption of BDD practices and principles can add a lot more value than the tooling alone. BDD isn’t about testing; it’s about design, and team collaboration. Max will review the main tenets of BDD, and dive into some ideas of implementing this process. He’ll cover the benefits of doing true BDD: how it can be used to increase product quality and reduce feature churn. He will also...

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...

nikolay-advolodkin
Sauce Labs
T17

Developing + Testing a Web App with Continuous Integration

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

Continuous integration seems to be a difficult topic that often eludes many individuals. Some typical questions that arise are which technologies should we use and how do we actually put everything together? However, CI doesn't need to be so difficult with the combination of the right tools. In this live-coding session developers will learn how to create a web-app using React. Afterward, we will shift-left by adding some automated unit tests using Jest. Next, we will shift-right by adding some functional tests using Cypress.io. Finally, the developers will learn how to continuously build...

talia-nassi
Amazon Web Services (AWS)
T18

Testing in Production

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

How do you know your feature is working perfectly in production? If something breaks in production, how will you know? Will you wait for a user to report it to you? What do you do when your staging test results do not reflect current production behavior? In order to test proactively as opposed to reactively, try testing in production! You will have an increased accuracy of test results, your tests will run faster due to the elimination of bad data, and you will have higher confidence before releases. This can be accomplished through feature flagging, canary releases, setting up a proper CI...