STAREAST 2022 - Agile Testing | TechWell

STAREAST 2022 - Agile Testing

Monday, April 25

Tariq_King
test.ai
MB

Unit Testing: What Every Developer and Tester Should Know

Monday, April 25, 2022 - 8:30am to 12:00pm

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

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

Ebenezer Ikonne
Cox Automotive
W6

Testing Thoroughly Requires Safety

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

Repeated software incidents led to system downtime, lost revenue, and a decrease in customer service. Team debriefs revealed that many of these incidents were preventable failures that occurred because (a) a lack of psychological safety on the team, (b) testing was considered the sole responsibility of testers, and (c) the team did not anticipate and prepared for what could go wrong. We first had to foster a psychologically safe environment where team members felt free to discuss obstacles to testing, such as a lack of environmental parity. A safe environment enabled the team to identify...

Western Digital
W12

How SDETs & QEs Can Step Up and Empower Their Dev Teams

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

Test automation and ensuring quality are traditionally the responsibilities that fall under QEs and SDETs – the PO defines & scopes the capability and business value, the developers create the feature, and then SDETs create the test automation and perform comprehensive testing to ensure high quality. Nowadays, this approach has become agile and iterative, but it mostly stayed the same - the SDET or QE usually carries most of the weight when it comes to testing and ensuring quality. It is now time to evolve the role that SDETs and QEs play to become that who empowers the team from...

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

LitheSpeed
Raj Indugula
LitheSpeed
W18

Overcoming Gherkin Anti-patterns for Manageable, Durable, and Valuable Test Code

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

Gherkin holds the promise of being an easy to implement and easy to understand tool for getting teams to be Test Driven. And it should be. But in our experience working with and coaching many teams, we have found significant differences between theory and practice. Too often, Gherkin scenarios result in test code that is difficult to understand, difficult to maintain, and not valuable. We will go over the following anti-patterns and discuss strategies to overcome them:

Scenarios that focus on UI implementation rather than expected behaviorScenarios that are too long and too...

Thursday, April 28

CP Rail
T5

Testing in the Context of DevOps

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

DevOps aims to reduce the distance between development (software developers and quality assurance specialists) and operation (experts responsible for rolling out software to production and managing the infrastructure). The goals of DevOps are to increase the speed of software delivery process, to resolve critical issues quickly, and to enable organization to serve their customers better. These goals indicate that in DevOps, quality assurance, in general, and testing, in particular, should be looked at differently as compared to traditional testing and even agile testing. Specifically, the...

Journal Technologies
T18

My Testing is a Reflection of My Developer's Unit Testing

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

Having worked with many developers in my 25-year history in Quality Assurance, when I determine my test plan, I must consider the Unit Testing my Developer has completed. Given the request for speed and agility in testing, we must consider the level of testing and experience of our developer to best plan the depth of testing and the direction of the testing we must complete. Questions I must ask myself: Do I have prior knowledge of the developer's unit testing? Is a demo from development to QA part of our team's Agile Methodology? How clearly can the developer communicate her approach...

T23

Role of Testers in Agile / DevOps Environment

Thursday, April 28, 2022 - 3:00pm to 4:00pm
VIRTUAL ONLY

The role of a tester is bigger and expandable beyond time-boxed sprints. As much as the Test First mindset starts from sprint planning, it is important for testers to be tech-savvy to support the tested code successfully released into production. And behold, close out with Smoke testing. This session focuses on the role of a tester in and beyond sprint:

How to collaborate with other roles at the program level?How testers can contribute during DevOps automation?What's the definition of done for the team and for the product?

Two things that the audience can take away from this session:1...

Max Saperstone
Steampunk
T24

Page Object Model Pitfalls

Thursday, April 28, 2022 - 3:00pm to 4:00pm

Selenium has been around for over 15 years, and by now organizations have realized that Selenium tests need to be treated the same as any other functional code. This means not just keeping your tests in source control, but also designing them to be maintainable and robust. A common design pattern known as the Page Object Model (POM) has emerged, which greatly assists with organization and maintenance of tests. But there are scalability, speed, and robustness issues with this pattern. This has caused organizations to move away from Selenium for other tooling, however, most organizations are...