STARWEST 2023 Tutorial: STARWEST 2023 - Full-day Tutorials

Conference archive

STARWEST 2023 - Full-day Tutorials

Monday, October 2

MA

BDD for Champions!

Monday, October 2, 2023 - 8:30am to 4:30pm

Behavior-Driven Development (BDD) is a set of pragmatic practices that prioritizes our focus on the behaviors we want to develop. Why? Users get value out of good behaviors. If we focus on developing high-quality features that users want, then everything else falls into place. In the first half of this workshop, we will explore behaviors for an example product using a group activity called Example Mapping. Then, in the second half, we will refine all the scenarios for those behaviors by writing Gherkin "Given-When-Then" scenarios that follow the Arrange-Act-Assert pattern. Through these...

Tuesday, October 3

Kristoffer Nordström
Northern Test Consulting AB
TA

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

Tuesday, October 3, 2023 - 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...

Chris_Loder
Upland InGenius
TB

Building Your Own Automation Framework

Tuesday, October 3, 2023 - 8:30am to 4:30pm

Let’s face it, building an automation framework is hard. That’s why there are so many commercial ones available on the market. But what if you wanted to build your own? One that you could customize to suit your needs, as opposed to you having to work within the confines of a tool or other framework. Where do you start? What does it need to have to be successful? Chris Loder will walk you through building your own automation framework based on his successful framework architecture. You will start with a basic test case runner and then build on it by adding new modules, such as UI...