Make Dejaclick support Angular
Currently when you try and record an Angular Web page in Dejaclick it is hit or miss. Dejaclick does not interact with the Angualr Element, it just clicks and sends keys. If you want to see the issues in action go to www.delta.com and record a flight search. Then play it back. Does not work well. Selenium is better suited for manuvering through Angular Journeys.2KViews3likes1CommentUpgrade the version of Chrome running on Selenium on Alertsite
As we have Angular web pages running version 6 and 7 that was released in 2018 they do not work on the version of Chrome that launches with Selenium on Alertsite. When you launch Chrome in alertsite it uses version 49 of Chrome which was released in 2016. Using Dejaclick Chrome launches in version 74. Suggestion. Upgrade the version of Chrome that Selenium launches in Alertsite to version 74 or greater. Thanks, Douglas McGonegle1.3KViews0likes1CommentWhat metrics does a PING monitor capture?
Because PING monitors use ICMP, they do not display traditional metrics in Detail Reports. There is, however, a DNS lookup time and a Total Response Time reported. The Total Response Time for these monitors is the time it takes to PING the requested host over ICMP.1.1KViews1like0CommentsEnable Selenium to be run in Python and set up framework for running tests using python on Alertsite
Given that Alertsite uses selenium 2.5.3 and i have to download an acient copy of eclipse to ensure that it is compaitble with the older version of selenium . I think the next step would be to upgrade to Selenium 3.0 and either use unittest or design your own Pyhon test framework for testing on Alertsite. Python is easy to pick up . It is also a very popular language . Thanks Douglas McGonegle1.1KViews0likes1CommentConfigure Pause time duration prior to Local Retry
Local retry and Global Verify Tests are immediately scheduled following the initial failure that triggered the run in production testing. AlertSite today does not have a feature in place to pause the test for a duration of time before the next retry begins. The issue we have is when the AlertSite DejaClick script encounters a failure due to say a network blip, the retry is immediate. For some tests we would rather delay the Retry a few seconds. This would benefit the support team by not sending out alert notifications for false positives.1KViews0likes1CommentAlertsite Monitor Config Grid View - Performance Alerting Enabled Bugs
When viewing theGrid View of Monitor Configuations there is a column forAvailability Alerting Enabled and another forPerformance Alerting Enabled. Bug 1 However there appears to be a bug when both are disabled yetPerformance Alerting Enabled still shows as true in theMonitor Config Grid View and in the CSV export. Bug 2 Amending adejaclick test, I can Disable justPerformance Alerting Enabled but that still shows are enabled in theMonitor Config Grid View and in the CSV export1KViews0likes0CommentsDNS server failure
When running anAlertSite Web Test, I am intermittently getting the Alertsite status of 51 - Unable to resolve IP address Our DNS servers failed to resolve your domain name to an IP address I want to know where these DNS servers are located? It seems to be about half pass and half fail. I am wondering if one of the DNS servers are down? Is this information available somewhere? Thanks, CeciliaSolved884Views0likes1Comment