UKSTAR Speaker Laurent Py

Laurent PY

Company: HIPTEST

Role in Company: Product manager

Country: United States

Presentation Takeaways

1. 4 steps approach for testing in DevOps environment
2. Tips for testing value of features

Speaker Biography

I'am product manager at Hiptest Inc. In this role I lead the product development of a new platform in the cloud for agile teams using BDD and ATDD. I have 15+ years of experience as developer and product manager. Passionate about lean startup and agile methodology I quickly realized that testing itself does not necessarily improve the customer experience so I started to focus on testing value first before correctness. I've been speaker at several conferences. The last ones were about testing in projects that have continuous deployment.

Presentation Description

This talk is paired with Quality vs Velocity as part of a conversation track on Quality
 

 

Over the past few years, my team has moved from waterfall process to agile and now DevOps. During this journey we have realized that testing itself does not necessarily improve the customer experience so we started to focus on testing value first before correctness. We try to answer the following questions when it comes to test a new feature:

1) What should we build?
This is where I’ve found Behavior Driven Development – BDD – a very powerful approach. It enables to align the team on the definition of what we should build. Once developed, we perform some exploratory testing and deploy the feature in production.

2) Is it worth it?
Now that we have the feature/prototype in the hands of real users we measure wether or not the business assumptions are met. Whenever the answer is no, then just throw away the code together WITH the tests and iterate again…

3) How to automate?
Experiment was successful. Now it is time to invest more in testing to ensure the service is delivered at scale: automate the BDD scripts, do some performance testing…

4) Is it reliable and does it scale?
The critical thing is that while a server may go down, the application can’t. Scale and reliability are the big things, and testing has to be in real time. In production we typically monitor two characteristics: performance and usability. As important, we also have a real-time user feedback (with live chat) to raise issues that might not have been detected before.