value over is not a member of io.gatling.core.Predef.RampBuilder.

Getting value over is not a member of io.gatling.core.Predef.RampBuilder. Why?

setUp(

scn.inject(

rampUsers(1) over (1 seconds)

).protocols(httpConf)

)

I’m using Gatling Version 3.0.0-RC2

Please read the migration guide

Thanks @Stephane, below items were kind of irritating to me…

  • baseURL was renamed into baseUrl
  • silentURI was renamed into silentUri
  • asJSON was renamed into asJson
  • over inject method was renamed into during

Well, those lack of consistency was a recurrent feedback we had, so it might be irritating for you, but less confusing for others, typically new users.
Major releases are the chance to have breaking changes so we can fix the syntax.
Then, it’s just renaming, not behavior change, so I guess you were probably done with those in 10 minutes (that were probably boring, I agree).

Thanks for your understanding,

Typical enterprise software don't usually retires everything in one go.

They first deprecate it and enforce user to try new methods.

Over the period of time they do good publicity of certain things which will be discontinued in near future.

I know it will increase the code/documentation maintainability but trust me using this tricks enterprises makes millions :wink:

Well, having your organization contracting with us would be a great first step toward our goal of making millions :wink:

Ha ha … I wish your Sales team will convince my management to choose this tool and hence I’ll get chance to demonstrate my skill sets ?

Win Win, isn’t it? :slight_smile: