Archives

Workshop: Creating a Continuous Delivery Pipeline with Automated Testing

In this workshop you will learn about the importance of automated testing in a continuous development/deployment process. You will also learn how to set up a continuous deployment pipeline to incorporate testing in isolation/branch testing, as well as understanding how to design efficient tests and test suites for testing in isolation. Prerequisites Attendees should have […]

Workshop: Building a Testing Framework from Scratch

For many people, the idea of a testing framework is nebulous. It ranges everywhere from downloading Selenium IDE and recording a few tests to repeat to have a completely integrated Continuous Integration and Delivery Pipeline with automated tests at every stage. IT can be a bit overwhelming, but it doesn’t have to be, especially since […]

Workshop: Software Design Patterns for Quality Engineers … and then some

What’s the definition of “best practices” for designing software? How about automation frameworks? .. your API test strategy? .. for your GUI tests? What does it mean to design and code a scalable application? The core to ensuring that you, as an automation engineer, or software engineer, are creating a well-designed program, e.g. framework, tests, […]

Workshop: Clean Coding Practices for Test Automation

Listen to “STPCON Spring 2019 Angie Jones and Smelly Code” on Spreaker. We are often reminded by those experienced in writing test automation that code is code. The sentiment being conveyed is that test code should be written with the same care and rigor that production code is written with. However, many people who write […]