There are two ways that you can (currently) incorporate reusable code into your scripts. The first is by using the File object to store your JavaScript and then read the file content into a variable and use eval() on the variable. The second approach is to use the CSVTable object to store predefined functions and their parameter lists and then import them into strings and finally create Function objects out of them. Read Full Article
The Neustar Web Performance Management platform has a very robust API. If you haven't checked it out yet I highly recommend it, with it you can perform: instant tests, manage monitoring services and load tests, create maintenance windows, and interact with your RUM beacons and data. Read Full Article
Often times I am tasked with configuring services and accounts on the Web Performance Management (WPM) platform to support Proof of Concepts (POC) for prospective customers. Sometimes this can be very easy, setting up a couple scripts and monitoring services while other times it can be quite complex. Read Full Article