Using RestAssured scripts in Gatling

Hello,

Can we use our existing RestAssured scripts in Gatling that way we dont have to define separate load/performance scenarios in Gatling and reuse the RestAssured scripts in Gatling? Is that possible?

Thank you.
Girish

Quite the other way around.
You can use Gatling for REST API functional testing. While you can’t use RestAssured for load testing.

Thanks Stephane.