STAREAST 2024 - Developer | TechWell

STAREAST 2024 - Developer

Customize your STAREAST 2024 experience with sessions for software developers.

Monday, April 29

Chris Loder
Rogue Automator
MD

Test Automation: How to Start and Succeed

Monday, April 29, 2024 - 8:30am to 12:00pm

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 will explain 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,...

Péter Földházi
EPAM Systems
MN

Become Your Company's Quality Consultant

Monday, April 29, 2024 - 1:00pm to 4:30pm

Companies of all sizes face difficulties in achieving higher quality standards within their organization. As quality engineering includes various roles and activities, it is also challenging to find the right people to analyze the current state from a wide perspective and provide the recommendations that will allow these organizations to mature their teams, improving their DevOps culture in the process. Join Péter Földházi as he illustrates the knowledge and skills necessary to become your company's quality consultant. Péter's goal is to involve engineers from beginner to advanced levels...

MO

Towards Healthier Apps Through Observability

Monday, April 29, 2024 - 1:00pm to 4:30pm

Observability has exploded onto the software engineering zeitgeist over the last five years, and for a good reason. However, it suffers from being misunderstood and sometimes equated with a closely related subject—monitoring. This confusion is compounded by the fact that some of the existing tools and frameworks just adopted a lot of the observability terminology in just the letter of the word, not the intent. Not having a solid grasp on the basics of observability is becoming unacceptable in the world of effective software quality engineering. Kaushal Dalvi shares his experiences in the...

Tuesday, April 30

Kristoffer Nordström
Northern Test Consulting AB
TA

Testing in the Cloud From All Four Corners of the World!

Tuesday, April 30, 2024 - 8:30am to 4:30pm

This is a workshop for those of you that have done some sort of scripting or automation before. It’s a workshop where we’ll write a simple test agent using Python for sending traffic to a centralized REST API. You’ll follow up by creating 10,000 items of random test objects for offline test data. You’ll spin up server instances in the AWS cloud using Python. And finally, to top it all off, you’ll deploy your test agent and test data in cloud instances spread out over the four corners of the world, all of them generating simultaneous test traffic toward a single REST API where you’ll all...

Dalton Forbes
Coveros
Phil LaFrance
Coveros
TB

Supercharge Your Workflow: To GitHub and Beyond

New
Tuesday, April 30, 2024 - 8:30am to 4:30pm

Whether you are new or experienced with GitHub this class is for you! Supercharging your workflow caters to anyone who wants to enhance their Agile and DevOps process with the capabilities of GitHub. GitHub has long been the premier site for open-source projects and is now turning a pivotal corner into becoming the predominant platform for all aspects of the development lifecycle. Some examples of this include; protecting company code through various GitHub Products or curating marketplace actions and workflows prior to use. This tutorial will look at how to leverage GitHub Actions (CI/CD...

Tariq King
Test IO
TC

A Quality Engineering Introduction to AI and Machine Learning

Tuesday, April 30, 2024 - 8:30am to 12:00pm

Although there are several controversies and misunderstandings surrounding AI and machine learning, one thing is apparent — people have quality concerns about the safety, reliability, and trustworthiness of these types of systems. Not only are ML-based systems shrouded in mystery due to their largely black-box nature, they also tend to be unpredictable since they can adapt and learn new things at runtime. Validating ML systems is challenging and requires a cross-section of knowledge, skills, and experience from areas such as mathematics, data science, software engineering, cyber-security,...

Realtor.com
Stacy Kirk photo
QualityWorks Consulting Group
TH

Confident Communication Drives Powerful Quality Leadership

Preview
Tuesday, April 30, 2024 - 8:30am to 12:00pm

Driving a culture of quality starts with effective communication. Join Stacy Kirk and Erika Chestnut to unlock your communication superpowers! Imagine a cheat code that helps us boost productivity and team vibes by 10x. We will leverage behavior self-assessments to help discover your unique strengths, communication styles, and reactions to challenges. Stacy and Erika will help you learn to communicate effectively with your team, management, and cross-functional teams to build a culture of quality. You will learn to assess how others best receive and process information and how to...

Melissa Benua
mParticle
TO

Test Smarter, Not Harder: How to Design Test Suites for Continuous Delivery

Tuesday, April 30, 2024 - 1:00pm to 4:30pm

Imagine: 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 the wild. Setting up the pipeline to do just that has become commonplace, but most organizations hit the same stumbling block: just what IS the appropriate battery of tests? Automated build pipelines don't always lend themselves well to the traditional stages of testing. In this hands-on tutorial, Melissa will introduce testers to the key principles of test case and test suite design that apply to...

Wednesday, May 1

Stacy Kirk photo
QualityWorks Consulting Group
K1

Fast Not Furious: The Next Era of Test Productivity

Wednesday, May 1, 2024 - 8:30am to 9:45am

The next era of testing is here, and it's crazy fast. So fast, it would no doubt infuriate those who are not ready for it. In this talk, Stacy will discuss how testing professionals should build a responsive culture without sacrificing quality or customer experience to speed. She will detail how automation and AI must be incorporated into the new industry standard. Stacy will address how expanding our impact to areas like Data Quality, FinOps, and Ethics will usher in faster advances for business value. She will define how productivity has been and should be measured so that teams...

Péter Földházi
EPAM Systems
K2

Bridging Gaps, Building Connections: A Hungarian Testing Story

Wednesday, May 1, 2024 - 10:00am to 11:00am

The beautiful Hungarian city of Budapest seems to be characterized by bridging gaps and building connections. Two diverse parts of the city, Buda and Pest, are separated by the Danube river, which gave them the opportunity to be connected by the iconic Chain Bridge. Budapest is also the birthplace of one of the most brilliant and influential scientists of the 20th century, John von Neumann. Neumann made significant contributions that “bridged” multiple areas including mathematics, physics, economics and computer science. In the software world, you may have already heard the name “Földházi...

Northwestern Mutual
W2

Great Products Come from Engineering Teams Who Value Quality and User Empathy

Wednesday, May 1, 2024 - 11:30am to 12:30pm

Christina Thalayasingam often stumbles upon memes that show testers celebrating when they find a bug. Painting a picture that testers thrive on “proving developers wrong”. This is upsetting. The mindset that the quality of the product is owned by someone with a testing-specific role and user empathy is only something related to product and design, still prevails. She manages an engineering team and comes from a background that strongly values function and non-functional testing. However, she is a developer. Her team believes in quality and that there is no segregation on who owns the...

W5

Enabling Reliable Test Automation Though Isolation: Mocking HTTP Services Using Mountebank

Wednesday, May 1, 2024 - 11:30am to 12:30pm

Have you ever found yourself at a time when you have no control over an internal or external service and while your automation was running it failed due to instability in that service? Well, to automate tests in a safe and reliable way, you need to have control of the environment. When not available, one option is to isolate your application by creating mocks of the services. In this talk, Júlio will go through a use case scenario using Mountebank (mbtest.org), an open-source tool that enables us to create HTTP mocks, to remove the dependencies related to an external HTTP service in order...

julia-pottinger
QualityWorks Consulting Group
W9

Next Level API Automation: Testing the Boundaries

Wednesday, May 1, 2024 - 1:30pm to 2:30pm

APIs are an essential part of an increasingly large number of applications that we use daily. APIs enable applications to exchange data and functionality easily and securely. As testers, we want to ensure that our APIs do not break and provide the expected functionality. In this workshop, Julia Pottinger will get you started with automating APIs, creating a checklist of things needed to automate an API, automating workflows and negative tests for your API as well as checking that your APIs handle errors appropriately, follow the specified schema, and don't reveal data that it shouldn’t or...

Filip-Hric
Replay.io
W11

Test Like a Developer, Develop Like a Tester

Wednesday, May 1, 2024 - 1:30pm to 2:30pm

Developers and testers seem to be pulling against each other sometimes and yet, both try to reach the same goal—great software. Their focus is on different parts of the development process, but there are actually quite a few things they can learn from each other! Filip will shed some light into how developers can apply a testing mindset in order to write better code and what can testers learn from developers to enhance their process. He will cover why it’s important that testers get a basic understanding of the app they are testing and why developers should care about flakiness. Learn...

Quality Works Consulting Group LLC
W16

Agile Testing: Ensuring Quality in Fast-Paced Development Environments

Wednesday, May 1, 2024 - 2:45pm to 3:45pm

Speed and quality are not mutually exclusive. Agile testing is essential to ensuring software quality while allowing for quick iterations. How can you strike the right balance between maintaining high-quality software and meeting aggressive development timelines? In this session, you will learn how to navigate the dynamic landscape of agile testing and uncover strategies for maintaining software quality in high-velocity development settings. Explore the interplay between agile methodologies and testing practices, discovering how to seamlessly integrate quality assurance without...

TechWell Corp.
K3

Lightning Strikes the Keynotes

Wednesday, May 1, 2024 - 4:15pm to 5:15pm

Throughout the years, Lightning Talks have been a popular part of the STAR conferences. If you’re not familiar with the concept, Lightning Talks consists of a series of five-minute talks by different speakers within one presentation period. Lightning Talks are the opportunity for speakers to deliver their single biggest bang-for-the-buck idea in a rapid-fire presentation. And now, lightning has struck the STAR keynotes. Some of the best-known experts in testing will step up to the podium and give you their best shot of lightning. Get multiple keynote presentations for the price of one—and...

Thursday, May 2

K4

The Art of Testing Cars and Delighting Drivers

Thursday, May 2, 2024 - 8:30am to 9:30am

Welcome to the era of rolling autonomous death machines, also known as the era of the software-defined autonomous vehicle. As companies like Tesla have proven, modern car buyers value software driven experiences at a growing rate. No longer are cars just about horsepower but are now really about personalization, entertainment, and comfort. They are also all becoming at least semi-autonomous with level 4 autonomy coming within the decade. In this new world, continuous deployment and deep learning AI will change the user's experience with the modern vehicle. Even today, all modern cars...

Tariq King
Test IO
T6

AI in Testing: A Moderated Panel Discussion

Thursday, May 2, 2024 - 9:45am to 10:45am

Artificial intelligence is the newest trend in software testing. But what is it, and how will it impact the tester's role, both today and in the future? What do you need to do to embrace this emerging technology? Tariq King will moderate this panel discussion to give you an opportunity to hear the opinions of industry leaders about AI in testing. You will have a chance to drive the debate, so come prepared with all your AI questions.

T15

Let’s Get Serious About Testing

Thursday, May 2, 2024 - 1:30pm to 2:30pm

You want to go faster, your business wants to go faster, frankly the market is forcing you to go faster. Your organization has no choice, you go faster or you get left behind! All that speed cannot come at the expense of quality though, you must maintain or improve quality as you increase velocity. If you are going to speed up to meet demand and maintain quality, you need to automate testing. To automate you need a solid plan and architecture. Join Tony to explore unit, functional and regression testing—why each one is needed and where to implement. Understand the differences between...

Matt LeRay
Speedscale
T24

Fundamentals of Kubernetes Performance Testing

Thursday, May 2, 2024 - 3:00pm to 4:00pm

Migrating an existing application to a Kubernetes-based service architecture introduces an entirely new set of performance testing challenges that demand careful consideration. In this presentation, join Matthew to identify issues encountered with performance testing apps as they migrate from existing architectures onto cloud-native and Kubernetes. The session will explore: 1) The delicate balance between performance and correctness when dealing with applications at "internet" scale. 2) The unexpected impact of the Kubernetes auto-scaler and how it can influence the behavior of your...

Lisette Zounon
Zsquare Solutions Inc.
K5

Supercharge Your Confidence As a Tester in the DevOps and AI Era

Thursday, May 2, 2024 - 4:15pm to 5:15pm

In software development, particularly in the DevOps and AI era, the role of a tester is both crucial and challenging. WE need to aim to empower testers with strategies to excel in this environment, ensuring they deliver the highest quality applications. In this keynote, you will learn how to manage expectations and instill confidence in your team along the software delivery process. Join Lisette to explore effective communication techniques with stakeholders, establishing trust and demonstrating value from the project's inception. Discover how to continuously leverage key performance...