ContributionsMost RecentMost LikesSolutionsEnvironment in alert site Hi , Can we test alert site monitor in multiple environments.If yes , please advise how? Thanks, Deepashikha Request body in Alert Site Hi, I have a monitor in alert site and I want to check the request body when there are no failures . I know how to check the request body when there are failures but is there a way we can check the request body and response without failures. Thanks Alert site download project Hi , I have a monitor for one of the services.When I download just the service it is different and when I download the project which has the service it is different.Why does this happen.I expect both the projects to be same . Alert Site alerts for script error Hi , I have a monitor for one of the services which runs in loop using excel data source. It fails in couple of iterations , but I am not getting alerts for those failed iterations. As the step is failing the mail TC is also failing but tthere are no alerts triggered.I can see in dashboard it has a scripting error.The message in home page is scrpt assertion error. Re: parse the response to get count of an element and get the value It is as shown above. parse the response to get count of an element and get the value I want to parse the response of my API , where the structure is like below.Here I want to get the occurances of link and get all the links from the response in a file/excel.I have around 200+ child nodes and it is not consistent parent { Child1{ name: link: } child2{ name: link: subchild1{ name: link: } subchild2{ name: link: } subchild3{ name: link: } } child3{ name: link: subchild1{ name: link: } subchild2{ name: link: } subchild3{ name: link: } } subchild2{ name: link: } } child4{ name: link: subchild1{ name: link: } subchild2{ name: link: } subchild3{ name: link: } } }