End to end Back End testing - Json RPC and REST - best framework for both?

Hey there.

I am shaping an initiative on end to end/integration back end test suites for a few of my teams. However, the teams are in the middle of the process of transitioning from JsonRPC apis to REST - this process will be lengthy but there’s a need for the tests to be built this year.

With the transition in mind, I wonder if there’s an API/BE testing framework/library (for Java) that can cater for both worlds? So even if we write the JsonRPC business, we can easily transition to REST instead of rewriting the entire suite.

Thanks in andvance!

2 Likes

Rest Assured, TestNG, home grown solution.

2 Likes