Can I run test on an instance of a class?

Hi there,

Gatling is surely an intersting tool. However so far I have only seen examples of using it from the command line / build systems.

Can I do something like:

`
Gatling gatling = new Gatling();
Simulation sim = new MyLoadSimulation();
gatling.run(sim);

`
and get the results?

That would be extremely handy. It would allow us to construct tests in a flexible manner.

Hi,

It looks like the same question as here: http://stackoverflow.com/questions/30194555/programmatically-execute-gatling-tests/30202670#30202670

If so, then the answer is “feasible, but not currently supported”.

Cheers,

Stéphane,

Yes, it is exactly this feature that I’m after. Thanks for the link and the response!

W dniu czwartek, 14 maja 2015 23:11:25 UTC+2 użytkownik Stéphane Landelle napisał: