Global Parameters/Databank
It would be nice to have a global set of parameters that can be referenced across multiple tests, I currently would want to use this to be able to replicate an ability I had in Visual Studio to set the source url at the top most level and it affect every test in the whole load test run so that I can easy swap between environments to be tested. Currently this would require me going into each individual test and editing them1.2KViews0likes2CommentsAbility to call Services external to the site under test
It would be nice to have a step type or something similar that can be added/inserted with the purpose of calling an external service for its response. An example of this would be calling a hosted test service that provides a set of customer details which you can then use in the test to avoid hardcoding values and allowing the test to be more dynamic and thus more maintainable. Another example that comes from my usage in calling out to a hosted test service that has helper functions for the tests, things like GenerateRandomString, GenerateRandomAddress, etc. these can be done via a JS validation but with no centralised storage of JS code we have them hosted external to LoadNinja and call out to it during a test.475Views0likes0Comments