M

Mike's Software Testing

An excellence website about Software Testing, Test Tools,
Testing Books, Certification, Articles and Tutorials

  • Rated2.7/ 5
  • Updated 5 Years Ago

Gatling - How to Set Ramp-up and Max Duration - Testing Excellence

Updated 6 Years Ago
By Mike

In Gatling, you can set the ramp-up period and maximum duration for the load testing. You can define the values in seconds or minutes. You might get a "Cannot resolve symbol minutes" or "Cannot resolve symbol seconds". In order to resolve this issue, you need to import Gatling package "scala.concurrent.duration._".
Read More