Implement automation testing for Graphql API using Scala and RestAssured
Scala is a great language for data engineering project. We already knew that. But it can also be used for automated testing, especially for API testing because provides great support for concurrency so that we can run our test concurrently to reduce the execution time. In this blog, let’s see how we can implement api testing for…