I am wanting to maintain a global dataset in Visual Studio 2012 Ultimate when performing a distributed load test.
My query is as follows. My understanding is that when distributing load tests to test agents via a controller, all data sources and associated plugins are passed onto the agent and executed in the context of that machine.
If I wanted to maintain a global variable or dataset at the controller level, could that be achieved by setting up some static (thread-safe) classes in the solution itself?
Example: