0
votes

I am new to Scala (came from a Java background). I am a SDET. I have learned the syntax through courses on Pluralsight/Udemy and now I want to learn how to test REST APIs using Scala.

I have read online about Akka-http-testkit, Play, ScalaTest, and I have looked at some repo's on Git, but honestly there is no tutorial I have found that really explains things and the documentation for these frameworks is not something I can wrap my head around. Then there is things about Actors having a service and a server, etc. ... I'm lost!

Is there any help I can get that will really give me a step by step on explanation and execution? Many thanks.

1
What is the API written in? Http4s. Akka-http, Play, Finatra, Finch ? Akka Testkit will not do anything if the API is written in Play.sinanspd

1 Answers

0
votes

Check this channel to know details about Scala and development with testing .

Coming to your questions - Here are the video1, video2 and code link how to use ScalaTest framework.