Member-only story
Recently, I’m working on automation performance test for the new project in our company.
The working tool I’m using is Gatling. You can check out about Gatling in here.
In the future I will write a blog series about how to use Gatling for your loadtests.
In short, Gatling is developed based on Scala, Netty and Akka.
Since I’m testing using Gatling, a lot of things will be involved working with Scala.
In this post, I will show you how to work with json in Scala.
I.About Scala
You can find out more about Scala in here
The creator of Scala is Martin Odersky. He had been using Java for quite a long time and found Java verbose,took a lot of time to write.
That’s when he got the idea of creating new language.
II.How I feel about Scala
Beginning to develop in Scala seems like a tough thing. That takes me a lot of time compared to the time I learn about how to getting started in Java.
III.How to get started in Scala
There are some ways to get started with Scala. But for me, I find it easier to start with using IntelliJ IDEA and maven.