option to customise the automatically generated step names shown under the Summary step graph.
With Java and Selenium, I'm building synthetic tests for one application. The script is then uploaded to alertsite monitor. The response graphs steps portion on the alertsite website gives the steps a generic name, such as step1 and step2. While I want to show the names of the steps as the pages that were visited. As alertsite creates them automatically, and sometime alertsite is not able to recognise the change in the URL and it is failing to provide proper monitor name. It would be great to have the ability to customise the step name.221Views0likes0CommentsExtract Substring from API response Variable in Alertsite API Monitor
It would be great if alertsite can enhance the feature withExtracting Substring from API response Variable in Alertsite API Monitor. For example: We have our api monitor in one of the step it provides the JSON reponse; we are able to fetch the variable from JSON output, but we will need only certain part of the variable to pass it to next step. We can achieve it in readyAPI but when it uploads in alertsite it fails too. From the below response; we need to fetch the query param value and store it in a variable. is it possible? "loginUrl": "https://XXXXX/consumer/XXXX?queryparam=99838fae12f1d3c556a3c6325edc5d49f6ca5e22a22ee5f957b65a32dff05636fa244af950b9138785430e7370ea2246b2575370eff3b857f3ed1efbef1a0d4b&merchantId=f0da4c98-aff4-4a37-bb4e-c52b3b7c1870&merchantName=Merchant%20Four" This feature will provide may users the flexibility of extracting any substring from the stored variable or directly store the substring as variable. Reference Case:Case #004536421.3KViews2likes1CommentHave AlertSite monitor API's that use Kerberos Authentication
I have an API in ReadyAPI that uses Kerberos Authentication. I worked with SmartBear support to get it working via these steps:https://support.smartbear.com/readyapi/docs/requests/auth/types/spnego.html. I get errors when I upload the API to Alertsite as a monitor, because these same changes need to be made to our private node in order to run, which is not available. We would like it to be possible to run this web service as a monitor on our private node in Alertsite.459Views0likes0Comments