DEV Community

Discussion on: What was your win this week?

Collapse
 
jessekphillips profile image
Jesse Phillips

I was finally able to solidify a Performance tool at work. Our platform is pretty solid and scalability is fairly well understood. When we have issues though the PE testing gets to be more specific.

Our test framework operates at the API layer and creates mocks for third party connection. This is perfect to covering different situations and Test stability/speed.

But Jmeter and other PE tools don't really expect to also manage mock while running.

So I wrote one a while back that used all the existing test tools. This week I was able to make the PE leavers customizabe, including the ability to delay and mocked endpoint.

This was extremely valuable to run many different scenarios over night.