In Web Application :
There is Single Page having Different Sections/Partitions Each section Retrieves the Data with the Help of Filter Query.
If there is no matching Result, Section will Send below Request only : Request 1: domain/search/jobs/csuser__search2_1413357426.1559
If the Query returns any matching Result, Section will Send below Two Requests: Request 1: domain/search/jobs/csuser__search2_1413357426.1559 Request 2: domain/search/jobs/csuser__search2_1413357426.1559/results_preview
How can I manage Request 2, which may or may not occur with each run.
Currently I am manually Recording entire Network calls, Removing unnecessary ones & running it for 'N' Loop Count. How can I make sure while test is runing if any section has matching results Request 2 Should also be taken care which I might not have benn recorded on my first execution.