Checks on ajax calls

Hi,

I want to do some checks on a page, but I think the checks are done when the “master” page is served and not when all ajax calls are resolved on the “master” page.
Am I right?

How could I do that?
Do I have to explicitly do the http request on the ajax calls?

Gatling is not a browser and doesn’t execute Javascript.
You have to explicitly execute your ajax calls in your simulation, be them top level requests, or resources.
http://gatling.io/docs/2.0.0-RC5/http/http_request.html?highlight=resources#resources