STAREAST Virtual 2021 - Tutorial | TechWell

Conference archive

STAREAST Virtual 2021 - Tutorials

Full- and half-day tutorials are consistently the most popular and highly rated part of the conference. Tutorials allow you to take a deeper dive into a specific topic so that you can learn to make improvements to everyday processes in the areas that matter most to you.

Monday, April 26

Michael_Bolton
DevelopSense
MA

Critical Thinking for Software Testers

Monday, April 26, 2021 - 10:00am to 5:30pm

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

Dionny Santiago
test.ai
MB

A Beginner's Guide to AI and Testing

New
Monday, April 26, 2021 - 10:00am to 1:30pm

AI has been rapidly changing the way we approach software testing. Traditional test automation is time-consuming to create and breaks down easily in the presence of change. Thankfully, AI is helping testing teams create less procedural, more resilient tests that are able to self-heal in the presence of modern, rapidly changing, highly dynamic production systems. This sounds great, but you may be asking yourself: How do I get started? What additional skills do I need to learn? What tools are available for me to start using, right now? Join Dionny Santiago as he breaks down different AI...

Tariq_King
test.ai
MC

Unit Testing: What Every Developer and Tester Should Know

Monday, April 26, 2021 - 10:00am to 1:30pm

Do you want to take your testing skills to the next level? Are you trying to stay relevant on an agile team where testing is shifting to the left on the project timeline? Do you want to help your organization reap the full benefits of testing earlier? Then join Tariq King to explore the fundamentals of unit testing so you can find bugs as soon as they happen and do more thorough, targeted testing during software development. This introductory session is for everyone—of all programming skill levels. Learn how to apply program-based techniques such as testing by looking, automated unit...

Chris_Loder
Upland InGenius
MD

Test Automation: Start and Succeed

Monday, April 26, 2021 - 10:00am to 1:30pm

Many organizations invest a lot of effort in test automation at the system level but then have serious problems as their product matures and changes over time. 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 added value? Chris Loder explains the critical issues you need to know to get a good start, and he will share his extensive experience in building great automation. He covers the most important management issues you should address for test automation success,...

Jeff Payne
Coveros
ME

Getting Smart on API Testing & Automation

Monday, April 26, 2021 - 10:00am to 1:30pm

API testing has become more and more popular as service-oriented architectures have become common. In addition, testing at the API level can be effectively automated to provide maintainable regression tests that work well in a DevOps process. In this tutorial, Jeffery Payne discusses what API testing is all about and how it is effectively done. Techniques and tools are discussed that highlight where in the testing process API testing makes the most sense to perform. Various open source and commercial tools will be demonstrated and the pros and cons of various solutions discussed. Effective...

MF

Differentiated Management: Building Stronger Teams

Monday, April 26, 2021 - 10:00am to 1:30pm

Hiring and team-building are two significant issues faced by every quality manager or director. However, what happens once you have hired your team? How do you keep valued members on board and help struggling members to become better, all while continuing to manage your organization and meet deliverables? During this highly interactive workshop, you will learn how to differentiate content, process, and products by learning more about employee readiness, interest, and lived experiences. You will participate in a role-playing game and will work as a team to practice each of these skills. The...

Janna_Loeffler
Equinox Media
Adam_Satterfield
Global Payments
MG

Test Strategies for a Modern World

Monday, April 26, 2021 - 10:00am to 1:30pm

With the advent of DevOps, Agile, and ever-increasing complex technologies under test, the classic, the bloated test strategy document has quickly become outdated. Many testers struggle to understand how to convey complex testing tasks concisely. However, there is hope! There is a way to create a concise, actionable, and useful test strategy for Agile, DevOps, and even the dreaded Waterfall! Janna and Adam will leverage real-world test strategies that they have used and will break down the critical components and detail out how to create a test strategy, no matter what development style...

Richard Mills
Coveros
MH

A Hands-on Intro to Docker for Testers

Monday, April 26, 2021 - 10:00am to 1:30pm

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

Tariq_King
test.ai
Jason_Arbon
test.ai
MI

Artificial Intelligence and Machine Learning Skills for the Testing World

Monday, April 26, 2021 - 2:00pm to 5:30pm

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

Jeff Payne
Coveros
MJ

Application Security Tools for Continuous Testing

Monday, April 26, 2021 - 2:00pm to 5:30pm

There are lots of tools out there to support security testing activities. You’ve probably seen some of the acronyms used to describe them when looking at marketing material or reading about application security - SAST, DAST, IAST, RASP, etc. But the question is always which tools to use where within your testing process. This is particularly important in a DevOps model where continuous testing is used to continuously validate code as it changes. Selecting the wrong tools or using them at the wrong place can impact your delivery process significantly. In this tutorial, Jeffery Payne...

Melissa Benua
mParticle
MK

Test Design for Fully Automated Build Architecture

Monday, April 26, 2021 - 2:00pm to 5: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 test...

Jenna Charlton
Coveros, Inc.
ML

Exploratory Testing in Action

New
Monday, April 26, 2021 - 2:00pm to 5:30pm

Exploratory testing is where the art and science of software testing meet and fills in the gap between automation, unit testing, and story testing. Exploratory testing is unique. Unlike other test techniques, exploratory testing values the individual tester’s expertise and perspective, centering the testers’ intuition and knowledge of software as the test basis. Explore the science and the art of exploratory testing, getting hands-on with exploratory testing by exploring real applications and playing testing games designed to challenge and deepen your skills. The respected instructor...

Adam_Auerbach
EPAM Systems
MM

Instill a DevOps Testing Culture in Your Team and Organization

Monday, April 26, 2021 - 2:00pm to 5:30pm

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

Rob_Sabourin
AmiBug.Com, Inc.
MN

The Tester's (New) Role in Agile Development

Monday, April 26, 2021 - 2:00pm to 5:30pm

Avoiding siloed development is a tricky business. It’s so easy for agile teams to fall into the rut of testers only doing traditional testing activities and programmers strictly doing their time-worn coding activities. But there are actually many places testers can contribute value on a cross-functional team. Rob Sabourin will share a number of examples of how testing skills can be applied to a wide variety of activities in an agile project. For instance, testers are among the most skilled team members in story grooming, elicitation, and exploration. Risk analysis in self-organized agile...

Jenny Bramble
WillowTree Apps
MO

Running Risk Assessment Sessions

Monday, April 26, 2021 - 2:00pm to 5:30pm

Risk is a feature of every project. We work to minimize it when we're aware of it and mitigate it regardless. However, we have very few avenues to formally discuss risk with our teammates, which is why we need risk assessment sessions. Jenny will lead the group through the five stages of a well-run risk assessment session, and you will be able to break off into smaller groups to run your mini risk assessment on an example application! You will pick your features: how do we select the features for a risk assessment session? Jenny will suggest several methods, including grouping by pages and...

Tuesday, April 27

Michael_Bolton
DevelopSense
TA

X-Ray Vision For Testers: How to Analyze Things

Tuesday, April 27, 2021 - 10:00am to 5:30pm

How do we go about understanding something complex? How do we move from confusion to clarity? What strategies and approaches can we use to identify and reason about things that matter? When we’re dropped into a testing situation, how do we make sense of it all? How can we rapidly achieve a deeper understanding of things that we know little or nothing about? How can we develop skills to make us more powerful testers? The answer to these questions is analysis - the study of things and ideas by examining their elements and structure. In this one-day tutorial, Michael Bolton will lead...

Byron_Katz
Coveros
TB

Introduction to Selenium

Tuesday, April 27, 2021 - 10:00am to 5:30pm

Knowledge of Selenium, the industry-standard tool for testing web applications, is a much sought after skill in today’s world of test automation. If you want to learn Selenium, then this full-day tutorial provides a great start. Byron Katz shows you how to build test automation using Selenium. But he doesn’t stop there. He uses his years of experience to show you how to build automation that is clean, robust, and easy to maintain. You will be introduced to practices and principles that apply to the whole team. You will write Selenium scripts in two languages, Python and Java, and will...

Tariq_King
test.ai
TC

Testing Strategies for Microservices

Tuesday, April 27, 2021 - 10:00am to 5:30pm

Software development is trending toward building systems using small, autonomous, independently deployable services called microservices. Leveraging microservices makes it easier to add and modify system behavior with minimal or no service interruption. Because they facilitate releasing software early, frequently, and continuously, microservices are especially popular in DevOps. But how do microservices affect software testing and testability? Are there new testing challenges that arise from this paradigm? Or are these simply old challenges disguised as new ones? Join Tariq King as he...

Jeff Payne
Coveros
TD

Web Security Testing: The Basics and More

Tuesday, April 27, 2021 - 10:00am to 1:30pm

Web applications are often security critical or serve as front-ends for security critical applications, making web testing for vulnerabilities an essential part of software testing. Unfortunately, most software testers have not been taught how to identify web security issues while testing applications. Join Jeffery Payne as he shares what you need to know to security test web-based applications as part of your overall testing process. Learn about the most common web security vulnerabilities and how they are introduced into web code and exploited by hackers. Explore test techniques for...

Chris_Loder
Upland InGenius
TE

Automation Framework Essentials

Tuesday, April 27, 2021 - 10:00am to 1: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...

Mike_Sowers
Coveros
TF

Quality and Testing Measures and Metrics

Tuesday, April 27, 2021 - 10:00am to 1:30pm

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

Jenna Charlton
Coveros, Inc.
TI

Agile Black Box Test Design Techniques

New
Tuesday, April 27, 2021 - 10:00am to 1:30pm
Agile Black Box Test Design Techniques begins where most software testing training ends, when it is time to create specific test cases. Because testing everything is impossible and agile practices demand, we test strategically, focusing on risk to give us the highest return on our testing investment. This course shows you how to create an effective set of test cases and develops your practical skills to become a more effective and strategic tester.  Explore the science and the art of designing test cases for black-box testing, getting hands-on with practical exercises designed to challenge...
Rob_Sabourin
AmiBug.Com, Inc.
TJ

Test Estimation in the Face of Uncertainty

Tuesday, April 27, 2021 - 10:00am to 1:30pm

Anyone who has ever attempted to estimate software testing effort realizes just how difficult the task can be. The number of factors that can affect the estimate is virtually unlimited. The keys to good estimates are understanding the primary variables, comparing them to known standards, and normalizing the estimates based on their differences. This is easy to say but difficult to accomplish because estimates are frequently required even when we know very little about the project—and what we do know is constantly changing. Throw in a healthy dose of politics and a bit of wishful thinking,...

Jenny Bramble
WillowTree Apps
TG

Making and Managing Mind Maps

Tuesday, April 27, 2021 - 2:00pm to 5:30pm

Organizing complex thoughts on a topic can be a challenge, especially if the topic has many different directions you can take it. It can be difficult to keep everything straight and follow the threads that are most important. Mindmaps are an organizational tool that lets you group similar thoughts and find links between them. They can be used to investigate test cases and test plans, create personas, work through presentations, and more! Jenny will take you for a dive into the history of mind maps, some modern tools, and some interesting use cases like menu creation for a restaurant,...

Jennifer-Bonine
AI Appstore, Inc.
TH

Testing Transformation: The Art and Science for Success

Tuesday, April 27, 2021 - 2:00pm to 5: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...

TK

Develop and Refine Your Company Testing Strategy

Tuesday, April 27, 2021 - 2:00pm to 5:30pm

Every quality director wants to implement a modern, forward-looking testing strategy, and many test managers look to other companies to figure out the "magic bullet" for achieving excellent quality quickly and reliably. But the truth is that everything you need to know about your best test strategy is already in your company. In this workshop you will use your quality priorities, strategies, and code base as the foundation for defining and improving your testing strategy. You’ll work individually and in small groups to examine your current testing structure and methodologies, perform risk...

Jeff Payne
Coveros
TL

Integrating Automated Testing into DevOps

Tuesday, April 27, 2021 - 2:00pm to 5:30pm

In many organizations, agile development processes are driving the pursuit of faster software releases, which has spawned a set of new practices—DevOps. DevOps stresses communications and integration between development and operations, including rapid deployment, continuous integration, and continuous delivery. Because DevOps practices require confidence that changes made to the code base will function as expected, automated testing is essential. Join Jeffery Payne as he discusses the unique challenges associated with integrating automated testing into continuous integration/continuous...

TM

Holistic Performance Testing for Modern Applications

Tuesday, April 27, 2021 - 2:00pm to 5:30pm

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