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
Post a Comment