I'm started reading the Mountebank framework for our project which uses Microservices. Based on my learning on few days, Mountebank is mainly based on testing micro services using a concept of service virtualization.
To test the Rest APIs we can use Rest Assured.
I want to take seminar about the framework and I need an answer for the question why don't we use Rest Assured, even in RestAssured, we can use mock? so what are the major differences and similarities between Mountebank and Rest Assured?
I'm not sure whether it is valid to compare Mountebank and RestAssured.