Combining multiple requests in to one measurement

Hi,

Is it possible to combine multiple requests in to a one measurements? Say I have a tests where virtual users browse through multiple pages and each page load contains multiple requests. Now if I wan’t to know how long a page change takes, what should I do? Virtual users perform also other tasks on the page, so I do not wan’t those to be included, only selected set of requests.

If those requests are sequential, that’s what groups are for.
Otherwise, no, there’s no way to group arbitrary requests together.