Better Software West 2017 - DevOps & Testing Session Topic | TechWell

Conference archive

Better Software West 2017 - DevOps & Testing

Thursday, June 8

Michael Hackett
LogiGear Corp
DT2

Continuous Testing in DevOps

Preview
Add to calendar
Thursday, June 8, 2017 - 10:00am to 11:00am

Achieving continuous testing is a daunting task for many test teams still struggling with combining agile, test automation, and increased speed. We know that change is rarely easy. Fixing or getting rid of some practices is tough. However, one-step-at-a-time change can take you far and fast. To jumpstart your team, Michael Hackett shares learnings from four LogiGear clients in various stages of continuous integration, continuous testing, and continuous delivery. Failures in one organization ranged from naively thinking that automating every manual script was a good thing to...

Manoj Pahuja
GoDaddy
Daniel Clayton
GoDaddy
DT4

Scaling Automated Tests: Choosing an Appropriate Subset

Add to calendar
Thursday, June 8, 2017 - 11:30am to 12:30pm

Automated testing of an application with many dependent services can be challenging. Achieving continuous deployment across these services can be even more so. Managing, coordinating, and scaling deployments of services can become overwhelming and error prone over time. Ensuring that you are able to detect important defects before customers do can be difficult. Executing only relevant tests after each code change rather than always running everything (boiling the ocean) can be a formidable task and might not scale well as the size of the app increases. Manoj Pahuja and Daniel Clayton...