STAREAST 2022 - Architecture - Design | TechWell

STAREAST 2022 - Architecture - Design

Customize your STAREAST 2022 experience with sessions covering architecture and design.

Monday, April 25

Tariq_King
test.ai
Dionny Santiago
test.ai
MG

Artificial Intelligence and Machine Learning Skills for the Testing World

Preview
Monday, April 25, 2022 - 1:00pm to 4: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...

Wednesday, April 27

Leandro Melendez
K6-Grafana
W2

ALL the Ways AI Can Be Leveraged in QA

Wednesday, April 27, 2022 - 11:30am to 12:30pm

In these days of Machine learning initiatives where organizations are focusing on leveraging AI to ease the automation process, many others forget all of the other areas it can impact. Leandro will give you many other perspectives on how AI and Machine Learning can aid in test automation and the holistic approach to all the practices that make it possible to Assure Quality in our environments. He will show you how to leverage multiple areas from tracing, observability, test cases, defect logging, defect resolution, etc. Best of all, as usual, Leandro will turn the presentation into a light...

BrightInsight Inc
W15

Component and Contract Testing: A True Shift Left in Microservices Architectures

Wednesday, April 27, 2022 - 2:45pm to 3:45pm

Are you struggling to see the true benefit of shift left in your microservices architecture ? Do you ever wish you had some checks in place before developers would check-in their code ? Block having a build until issues/defects are fixed? If so, then the answer is to have component tests followed by contract tests. Join Yesh Veera as he teaches you how to implement and perform component testing. You'll traverse up the classic testing pyramid until you reach above component tests to discover a contract testing framework. If that hearing this excites you then come see for yourself how to...

Leandro Melendez
K6-Grafana
W16

Modern Performance Assurance - Panel

Wednesday, April 27, 2022 - 2:45pm to 3:45pm

Performance testing has been under-appreciated for a long time, even nowadays. The organizations that notice its importance often do not know how to embrace it or are stuck in ancient practices from the past. On top of that, the wide variety of actions relevant to performance has expanded. We don't look anymore only at testing and doing load automation. We need to assure excellent performance in our applications! Ensuring performing applications includes more than just load-testing. We must instrument, monitor, improve automation creation times, pipeline performance, enable continuous,...

Thursday, April 28

Amazon Web Services (AWS)
T3

Best Practices for Testing Your Serverless Applications

Thursday, April 28, 2022 - 9:45am to 10:45am
VIRTUAL ONLY

This talk is about applying best practices of testing to your serverless applications. Serverless technologies allow you to focus on building your application by reducing the work you do managing infrastructure. You'll learn how to overcome the challenges of testing in a serverless architecture, and how to efficiently test your Lambda functions efficiently. This includes unit testing, integration testing, and end-to-end testing. After this talk, you will gain an understanding of the benefits of using the AWS Serverless Application Model (SAM) CLI to test code manually, and verifying...

Derek Ashmore
Asperitas Consulting
T9

Testing Infrastructure Code: Best Practices and Common Mistakes

Thursday, April 28, 2022 - 11:15am to 12:15pm

With the cloud, infrastructure such as networking, security, virtual machines, and much more is entirely software code now. Instead of manually creating cloud environments for applications and making changes, administrators write code to do that work. When changes are needed, that code is enhanced and re-run. Just like application code, infrastructure code needs to be tested. After all, code that introduces defects into existing environments can put developers, testers, and even end-users out of service. That said, most organizations do not adequately test infrastructure code. Anybody in...

Péter Földházi
EPAM Systems
T13

Tri-Layer Testing Architecture

Thursday, April 28, 2022 - 1:30pm to 2:30pm

Designing a proper architecture for building your test automation solution is one of the most important knowledge and experience a Test Automation Engineer may possess. The Tri-Layer Testing Architecture gives a good overview on how to design test solutions easily and quickly. About a decade ago people with advanced knowledge were building test automation frameworks with essentially two separate layers: Test Scripts and Test Libraries. The problem with this Bi-Layer architecture is reusability in other applications, specifically the size and complexity of test libraries along with the...