Hi Team
We would like to monitor 12 url,s which requires Authentication. Hence i have added the same in one Single Web application transcation template.
i have added the below info to the get the Stats code displayed in Alert
Status code is $Data/Context/RequestResults/RequestResult["1"]/BasePageData/StatusCode$
when i recived a alert it gave the Status code of the 1st Request
hence i changed the same as
Status code is $Data/Context/RequestResults/RequestResult["12"]/BasePageData/StatusCode$
But still i am facing the same issue .
My first request shows me a status code of 200, and my 12th Request comes with 500 but in the alert i get 200 but it should be 500.
Kindly help me in how i can get the Status code for the multiple Request.
Regards
Sriram