Lewis Prescott
QA Lead
I am Open to CV Reviews, Mentor, Teach, Write, Speak
I'm an experienced QA Lead at Health Partners Group, book author of Contract Testing in Action with Manning Publications. I am also a course author of ATDD for Front End on Test Automation University.

Achievements

Bio Builder
TestBash Trailblazer
Career Champion
Avid Reader
Club Explorer
MoT Community Certificate
MoT Software Testing Essentials Certificate
TestBash Speaker
Glossary Contributor
Photo Historian
TestBash Teacher
Cert Shaper
Author Debut
99 and Counting
Social Connector
Open to Opportunities
Picture Perfect

Certificates

MoT Community Certificate image
  • Lewis Prescott's profile
Awarded for: Achieving one or more Community Stars in five or more unique months
MoT Software Testing Essentials Certificate image
  • Lewis Prescott's profile
Awarded for: Passing the exam with a score of 88%

Activity

<a href="" rel="noopener nofollow">15.5.0 of MoT Software Testing Essentials Certificate</a> image
15.5.0 of MoT Software Testing Essentials Certificate
<a href="" rel="noopener nofollow">15.4.0 of MoT Software Testing Essentials Certificate</a> image
15.4.0 of MoT Software Testing Essentials Certificate
<a href="" rel="noopener nofollow">15.3.0 of MoT Software Testing Essentials Certificate</a> image
15.3.0 of MoT Software Testing Essentials Certificate
<a href="" rel="noopener nofollow">15.2.0 of MoT Software Testing Essentials Certificate</a> image
15.2.0 of MoT Software Testing Essentials Certificate
<a href="" rel="noopener nofollow">15.1.0 of MoT Software Testing Essentials Certificate</a> image
15.1.0 of MoT Software Testing Essentials Certificate

Contributions

Contract Testing workshop with Lewis! image
  • Lewis Prescott's profile
Taking a selfie before starting the workshop! Full house as well 😱
Contract Testing workshop is packed! image
  • Lewis Prescott's profile
  • Marie Cruz's profile
  • Krys Catterall's profile
  • Richard Hinton's profile
  • Emily O'Connor's profile
  • Lex Reinhardt's profile
Glad to be in this learning opportunity around Contract Testing with Marie Cruz and Lewis Prescott.
TestBash Runners! Pre conference morning run. Love it image
  • Beren Van Daele's profile
  • Danny Dainton's profile
  • Lewis Prescott's profile
  • Gary Hawkes's profile
  • Matthew Snaith's profile
What a brilliant turn up at 7am for a social run by Brighton beach. I am so happy we did it. We talked, we aligned, we met new people, we discussed work, kids. We showed up for each other. Love it....
Hello my name is Lewis Prescott image
  • Lewis Prescott's profile
About Me: I’m coming from: London, UK My role is: QA Lead I’d love to meet others who are into: API Testing, Contract Testing I'm coming to TestBash 2025 as a: Speaker I’ve been to TestBash: T...
STEC is complete 🎉: 19 modules, 59 voices, and a jam packed portfolio to show your growth image
  • Cassandra H. Leung's profile
  • Beth Marshall's profile
  • Jenny Bramble's profile
  • Lisa Crispin's profile
  • Suman Bala's profile
  • Mark Winteringham's profile
  • Dan Ashby's profile
  • Janet Gregory's profile
  • Lena Nyström's profile
  • Elizabeth Zagroba's profile
  • Jenna Charlton's profile
  • Melissa Eaden's profile
  • Maaike Brinkhof's profile
  • Ash Winter's profile
  • Hilary Weaver's profile
  • Nicola Lindgren's profile
  • Beren Van Daele's profile
  • Gwen Diagram's profile
  • Jesper Ottosen's profile
  • Louise Gibbs's profile
  • Parveen Khan's profile
  • Daniel Knott's profile
  • Simon Tomes's profile
  • Sarah Deery's profile
  • Ady Stokes's profile
  • Christine Pinto's profile
  • Oleksandr Romanov's profile
  • Aj Wilson's profile
  • Lewis Prescott's profile
  • James Wadley's profile
  • Brittany Stewart's profile
  • Melissa Fisher's profile
  • Joyz Ng's profile
  • Scott Kenyon's profile
  • Marie Cruz's profile
  • Emna Ayadi's profile
  • Ben Dowen's profile
  • Veerle Verhagen's profile
  • Rosie Sherry's profile
  • Mirza Sisic's profile
  • Richard Adams's profile
  • Julia Pottinger's profile
  • Rahul Parwal's profile
  • Callum Akehurst-Ryan's profile
  • Mahathee Dandibhotla's profile
  • Karen Tests Stuff's profile
  • Barry Ehigiator's profile
  • Rabi'a Brown's profile
  • Jesse Berkeley's profile
  • Hanisha Arora's profile
  • Philippa Jennings's profile
  • Kat Obring's profile
  • Nataliia Burmei's profile
  • Judy Mosley's profile
  • Hanan Ur Rehman's profile
  • Emily O'Connor's profile
  • Manish Saini's profile
  • Maddy Kilsby-McMurray's profile
Eighteen months, 19 modules, and 59 amazing contributors later, the MoT Software Testing Essentials Certification is complete! Looking back, my favourite part has been seeing so many community m...
Denial of Service (DoS) image
  • Lewis Prescott's profile
A Denial of Service attack, or DoS, is when someone from outside your system tries to overload it by sending a large number of requests, often targeting public APIs. The goal is to stop real users from being able to access your service. This is where rate limiting becomes important. If your endpoints are open and don’t have any limits, attackers can keep hitting them again and again. You can also use tools to block traffic from certain IPs or regions if you start to see suspicious activity.
Quality people. image
  • Aj Wilson's profile
  • Lewis Prescott's profile
  • James Wadley's profile
  • Geir Gulbrandsen's profile
  • Jesse Berkeley's profile
  • Nataliia Burmei's profile
Happy times gathering again at MoT London with these quality people.
 Recording in action: Lewis Prescott on Contract Testing – Coming soon! image
  • Lewis Prescott's profile
Here is Lewis Prescott, recording a lesson for his upcoming course, "Modern integration testing: Tools, techniques, and strategies for continuous quality." In this lesson, Lewis walks you throug...
Zero bug policy image
  • Lewis Prescott's profile
The premise of zero bug policy is to redefine what is classified as a bug. Peter Hilton explains that the aim of the zero bug policy is to fix bugs before adding any new code. Switching gears frequently to fix bugs and test the new code can lead to unpredictable development timelines, which a zero bug policy can help to address. Within my company, bugs are called “live issues” and are immediately documented as user stories. This means that they get prioritised alongside all other user stories, so they carry the same value (in theory). So bugs are categorised as follows:  Bug found in production -> “Live issue” created as user story  Bug found during feature testing  Must be fixed before release -> User story, prioritised for development and testing  Feature will be released with bug present -> User story for that feature is updated to account for bug  Bug found during regression  Must be fixed -> User story created and added to backlog  Satisfied with existing workaround -> No new user story created  Bugs found during regression testing can point to a gap in testing: for example, tests were not updated when some requirements were changed. These, too, are categorised as user stories and can be prioritised accordingly.
Tech and Testing Debt image
  • Lewis Prescott's profile
  • Veerle Verhagen's profile
I tuned into a conversation on testing debt for STEC with Veerle Verhagen and Lewis Prescott What a wonderful conversation covering so many aspects of testing debt: - What factors influence how...
Login or sign up to create your own MoT page.
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.