Jesse Berkeley
Senior Test Engineer
I am Open to Write, Podcasting, Meet at MoTaCon 2026

Hey folks, I am Jesse Berkeley and I'm here to learn from you all as I continue to grow in the craft of test engineering and quality engineering. Looking forward to learning from the community!

Team Account Member
Ambassador

Achievements

TestBash Trailblazer
Club Explorer
Bio Builder
Avid Reader
Career Champion
Article Maven
MoT Community Certificate
The Testing Planet Contributor
MoT Streak
Unlimited Member
In the Loop
MoT Ambassador 2025
Bug Finder
Collection Curator
Glossary Contributor
Photo Historian
TestBash Brighton 2025 Attendee
TestBash Brighton 2024 Attendee
Cert Shaper
Bug reporting 101
99 and Counting
Social Connector
Open to Opportunities
Found at 404
Picture Perfect
Leading with Quality 2025 Attendee
Kind Click
Supportive Clicker
Encouragement Giver
Insights Taster
MoT Ambassador 2026

Certificates

MoT Community Certificate image
  • Jesse Berkeley's profile image
Awarded for: Achieving 5 or more Community Star badges

Activity

Attending the first 2026 London Chapter event! image
Attending the first 2026 London Chapter event!
Attending the first 2026 London Chapter event! image
Attending the first 2026 London Chapter event!
Attending the first 2026 London Chapter event! image
Attending the first 2026 London Chapter event!
Attending the first 2026 London Chapter event! image
Attending the first 2026 London Chapter event!
Encouragement Giver image
This badge is awarded to members who give 25 or more โ€œThanksโ€ on content across the MoTaverse.

Contributions

Attending the first 2026 London Chapter event! image
  • Stu Day's profile image
  • Rosie Sherry's profile image
  • Chris Pratt's profile image
  • Eamon Droko's profile image
  • MoT London's profile image
Chris and Eamon kicking things off at Ramen Space for the first MoT London Chapter event.
And the Ambassadors of the MoTaverse for 2026 are... ๐Ÿฅ image
  • Cassandra H. Leung's profile image
  • Parveen Khan's profile image
  • Ady Stokes's profile image
  • Oleksandr Romanov's profile image
  • Petros Plakogiannis's profile image
  • Lewis Prescott's profile image
  • Melissa Fisher's profile image
  • Ben Dowen's profile image
  • Gary Hawkes's profile image
  • Rahul Parwal's profile image
  • Eamon Droko's profile image
  • Jesse Berkeley's profile image
  • Mr Stephen P Platten's profile image
  • Nadja Schulz's profile image
  • Nataliia Burmei's profile image
  • Scout Burghardt's profile image
  • Judy Mosley's profile image
  • Ujjwal Kumar Singh's profile image
I'm super excited to anounce our 2026 Ambassadors!! Make sure to follow them on the MoTaverse. And the 2026 Ambassadors of the MoTaverse are........... - Ady Stokes - Ben Dowen - Cassandr...
Make your best Ambassador face image
  • Cassandra H. Leung's profile image
  • Simon Tomes's profile image
  • Ady Stokes's profile image
  • Rosie Sherry's profile image
  • Rahul Parwal's profile image
  • Jesse Berkeley's profile image
  • Nataliia Burmei's profile image
  • Scout Burghardt's profile image
We wrapped up our first year of Ambassadoring, reflected on it, explored some ideas on how we can improve it. As time came to the end, I was saying thank you and wasn't sure how to say goodbye,...
Training the Testing Eye ๐Ÿ‘๏ธโš™๏ธ image
Found a quiet moment between projects to break out the TestSphere deck. Itโ€™s a great way to step back from the "how" of testing and remember the "why." Looking at cards like Interruption and Requir...
Jesse Berkeley - 99 Second Community Journey image
  • Jesse Berkeley's profile image
What happens when you have 99 seconds to look at someone's MoT profile?
Handler image
  • Jesse Berkeley's profile image
A handler is a piece of code that responds to something happening โ€” like a message arriving, a request being made, or an event being triggered.Think of it like a receptionist at an office: Someone walks in (an event or message). The receptionist (the handler) decides what to do โ€” maybe call someone, give directions, or log the visit. When something happens โ€” for example, a user clicks a button, a message arrives, or a request comes to a web server โ€” the system passes that โ€œeventโ€ to the right handler, which knows what to do next.In software, a handler does the same: It receives input (like an API request or a message from a queue). It processes that input โ€” maybe by saving data, calling another service, or sending a response. As a tester, you might encounter handlers in: APIs: A handler processes incoming HTTP requests (e.g., GET or POST). Message-based systems (like NServiceBus): A handler processes messages sent between services. AnalogyImagine a smart home: You press a button (event). The system runs a handler that turns on the lights. As a tester, youโ€™d check: Did the lights actually turn on? What happens if the button is pressed twice? What if the handler fails? Event-driven systems: A handler reacts when something happens (e.g., a user signs up) Understanding handlers helps you: Know where the logic lives โ€” so you can test the right thing. Understand how data flows throughout the system. Spot side effects โ€” like database updates or messages sent. Write better unit or integration tests by targeting the handlerโ€™s behaviour.
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.