ruby - Using Gatling as an integration test tool -


currently have small suite of integration tests running against web-server makes request , asserts assumptions on responses should be. these written in ruby generating http requests.

i've been looking @ gatling stress testing tool i'm wondering if used integration tests well. way endpoint requests reused across the stress tests , integration tests.

i'm losing here not having bdd of rspec gaining not having create same tests twice.

does have experience of using gatling in way?

you can use assertion api , set acceptance criteria.

however, gatling isn't browser , won't run/test javascript, approach realistic when dealing server side content, such testing rest apis. here's an example.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -