STAREAST 2020 - Test Transformation | TechWell

Conference archive

STAREAST Virtual+ 2020 - Test Transformation

Monday, May 4

Michael_Bolton
DevelopSense
MA

Critical Thinking for Software Testers

Monday, May 4, 2020 - 9:00am to 5:00pm
Note: Delegates are encouraged—but not required—to bring a computer to this tutorial.

Critical thinking is the kind of thinking that specifically looks for problems and mistakes. Regular people don't do a lot of it. However, if you want to be a great tester, you need to be a great critical thinker. Critically-thinking testers save projects from dangerous assumptions and ultimately from disasters. The good news is that critical thinking is not just innate intelligence or a talent—it's a learnable and improvable skill you can master. Michael Bolton shares the specific techniques and heuristics of critical thinking and presents realistic testing puzzles that help you practice...

Chris_Loder
Upland InGenius
MG

System-Level Test Automation: Ensuring a Good Start

Monday, May 4, 2020 - 9:00am to 12:30pm

Many organizations invest a lot of effort in test automation at the system level but then have serious problems later on. As a leader, how can you ensure that your new automation efforts will get off to a good start? What can you do to ensure that your automation work provides continuing value? This tutorial covers both “theory” and “practice”. Chris Loder explains the critical issues for getting a good start and his experiences in getting good automation started at a number of companies. The tutorial covers the most important management issues you must address for test automation success...

Tariq_King
test.ai
Jason_Arbon
test.ai
MK

Artificial Intelligence and Machine Learning Skills for the Testing World

Preview
Monday, May 4, 2020 - 1:30pm to 5:00pm

Software continues to revolutionize the world, impacting nearly every aspect of our work, family, and personal life. Artificial intelligence (AI) and machine learning (ML) are playing key roles in this revolution through improvements in search results, recommendations, forecasts, and other predictions. AI and ML technologies are being used in platforms for digital assistants, home entertainment, medical diagnosis, customer support, and autonomous vehicles. Testing practitioners are recognizing the potential for advances in AI and ML to be leveraged for automated testing—an area that...

Adam_Auerbach
EPAM Systems
ML

Instill a DevOps Testing Culture in Your Team and Organization

Monday, May 4, 2020 - 1:30pm to 5:00pm

The DevOps movement is here. Companies across many industries are breaking down siloed IT departments and federating them into product development teams. Testing and its practices are at the heart of these changes. Traditionally, IT organizations have been staffed with mostly manual testers and a limited number of automation and performance engineers. To keep pace with development in the new “you build it, you own it” environment, testing teams and individuals must develop new technical skills and even embrace coding to stay relevant and add greater value to the business. DevOps really...

Hans_Buwalda
LogiGear
MM

Better Test Design for Great Test Automation

Monday, May 4, 2020 - 1:30pm to 5:00pm

Test automation is an essential element in modern system development. And test design can make or break automation efforts throughout the entire CI/CD pipeline. We want automated tests to find problems in a build quickly, run without a hitch, and be easily maintained. However, if tests are badly structured and unnecessarily detailed, you may have a hard time automating them—even with great tools and great technical expertise. Hans Buwalda explores how testers, both technical and non-technical, can design or restructure tests to make them suitable for automation. In this session, you’ll...

Tuesday, May 5

Jennifer-Bonine
AI Appstore, Inc.
TD

Testing Transformation: The Art and Science for Success

Tuesday, May 5, 2020 - 9:00am to 12:30pm

Technologies, testing processes, and the role of the tester have evolved significantly in the past few years with the advent of agile, DevOps, and other new technologies. It is critical that we testing professionals evaluate ourselves and continue to add tangible value to our organizations. In your work, are you focused on the trivial or on real game changers? Jennifer Bonine describes critical elements that help you artfully blend people, process, and technology to create a synergistic relationship that adds value. Jennifer shares ideas on mastering politics, maneuvering core vs. context...

Melissa Benua
mParticle
TF

Test Design for Fully Automated Build Architecture

Preview
Tuesday, May 5, 2020 - 9:00am to 12:30pm

Imagine this … as soon as any developed functionality is submitted into the code repository, it is automatically subjected to the appropriate battery of tests and then released straight into production. Setting up the pipeline capable of doing just that is becoming more and more common and something you need to know about. But most organizations hit the same stumbling block—just what IS the appropriate battery of tests? Automated build architectures don't always lend themselves well to the traditional stages of testing. In this hands-on tutorial, Melissa Benua introduces you to key...

Chris_Loder
Upland InGenius
TJ

Automation Framework Essentials

Tuesday, May 5, 2020 - 9:00am to 12:30pm

Automation is critical in today’s software delivery lifecycle, and yet many organizations struggle to keep their automation running. How can we mitigate difficulties and get consistent automation runs and results we can trust? The secret is implementing a solid automation framework, but that isn’t as easy as it seems. Chris Loder has built several automation frameworks over his career and has learned what works—and, more importantly, what doesn’t. This tutorial will cover what an automation framework is, the benefits of having one, and the keys to a successful framework, including...

Gene_Gotimer
Coveros, Inc.
TL

A Hands-on Intro to Docker for Testers

Tuesday, May 5, 2020 - 1:30pm to 5:00pm

Docker is one of the hottest technologies in our industry today. It lets you create and manage containers—like virtual machines but smaller and faster. They can provide on-demand, disposable test environments that start quickly, repeatably, locally or in the cloud. When you want, you can tear down the environment and recreate a pristine copy within seconds. And since the process is automated, anyone on the team can use the same commands to get their own systems. When you finish testing, those containers can be deployed directly into production. At each stage, the environments for...

Kaushal_Dalvi
Ultimate Software
TM

Holistic Performance Testing for Modern Applications

Preview
Tuesday, May 5, 2020 - 1:30pm to 5:00pm

With the advent of frameworks like Angular, React, and Vue, the landscape of application performance has changed significantly in terms of testing and measurement. Gone are the days of measuring response time as a single value based on back-end performance. In modern web and mobile applications, additional layers need to be peeled apart at the front end to truly understand its performance characteristics. Traditional approaches to performance testing are no longer sufficient to provide a delightfully responsive user experience. Join Kaushal Dalvi as he details new developments in...

Mike_Sowers
Coveros
TO

Quality and Testing Measures and Metrics

Preview
Tuesday, May 5, 2020 - 1:30pm to 5:00pm

To be most effective, leaders—including development and testing managers, ScrumMasters, product owners, and IT managers—need metrics to help direct their efforts and make informed recommendations about the software’s release readiness and associated risks. Because one important evaluation activity is to “measure” the quality of the software, the progress and results of both development and testing must be measured. Collecting, analyzing, and using metrics are complicated because developers and testers often are concerned that the metrics will be used against them. Join Mike Sowers...

Thursday, May 7

Aprajita Mathur
Guardant Health
T16

Before and After You Say ‘I Do’ to Docker

Preview
Thursday, May 7, 2020 - 1:30pm to 2:30pm

Docker is the most popular containerized solution being used in the software industry for development. Like any other test automation tool, however, implementation can get complicated, tricky, and unmaintainable if all you understand is the record-and-playback features or think it is the same as using a virtual machine. Whether you are already using Docker for your automation needs or plan to start using it soon, join Aprajita Mathur as she shares her journey of using Docker for testing complex and constantly evolving data analysis pipelines. She will discuss basic concepts of...

Anne-Rena
State Farm
T22

Integrated End-to-End Testing across a SAFe Environment in a Regulated Industry

Preview
Thursday, May 7, 2020 - 3:00pm to 4:00pm

Have you ever been in a situation that is new, with little historical reference or maturity, and oh, by the way, involves testing in a highly regulated industry? End-to-End Testing, whether automated and/or manual testing, can be a challenge no matter what industry you are in. With no magic formula to follow and no lessons learned, what data elements, resources and options can you leverage to get started? Join Anne as she shares the story of a two year journey in figuring out the integrated End-to-End Test approach, in a SAFe Environment, for a new life insurance and annuity...

Thursday, May 14

Jaimee Newberry
Picture This Clothing
WWT1

Tool Builders for Life

Thursday, May 14, 2020 - 1:00pm to 2:15pm

There is a secret power behind the tools we use every day to get our jobs done in the technical realm. Throughout our lives and careers, we can apply these tools to a host of problems that need solving, not only in our work but in our every day lives. In this talk, Jaimee will share how the practice of being a tool builder by trade equipped her with the skills needed to build a ladder to climb out of a very dark place and into a completely new career working with people she loves working with, doing the most fulfilling work of her life.

Aprajita Mathur
Guardant Health
WWT1

Breaking the Glass Ceiling and our Biases

Thursday, May 14, 2020 - 2:30pm to 3:30pm

Gender bias exists not only in our workplace, but also in our personal lives. Companies and communities have been working hard to be more inclusive and diverse, yet this is a very difficult problem to solve. Why? Is it just a matter of time or can there be other factors involved? Let's take a dive into what is preventing women from progressing or reaching the top and how we can help bring the balance. To go beyond mere stereotypes, we will get familiarized with the basics of how our brain operates, how biases form, and other factors that contribute to a gender-biased system. We will work...