STAREAST 2022 - Consultant | TechWell

STAREAST 2022 - Consultant

Customize your STAREAST 2022 experience with sessions for consultants.

Tuesday, April 26

Chris_Loder
Upland InGenius
TD

Automation Framework Essentials

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

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
TE

Quality and Testing Measures and Metrics

Tuesday, April 26, 2022 - 8:30am to 12: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 as he...

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

Megan-Hutchinson
QualityWorks Consulting Group
W9

Let’s Get Basic: Manual Testing is the Beginning

Wednesday, April 27, 2022 - 1:30pm to 2:30pm
VIRTUAL ONLY

Manual Testing has been looked down upon since the emergence of automation testing, although it is it’s building block. However, this presentation will return to the basics and remind individuals why Manual Testing is important and the tools that can be used to record these types of tests. Manual testing is not rigid, meaning there is more flexibility when it comes on to executing the test cases, individuals don’t need extensive coding experience or any coding experience at all. Furthermore, manual testing involves an analytical mindset and can assist in developing an individual's...

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

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