Will UEM work when simulated transactions are generated from within VSTS? My question is based on the concern that VSTS (like many test tools) don't actually render the JS that is sent to the 'browser' in a test scenario.
Answer by Andreas G. ·
For Load-Testing it wont work as VSTS is just executing HTTP Requests but not executing JavaScript. VSTS also has a rich client testing - there they drive the browser and should also execute JavaScript which means that UEM should also work
JANUARY 15, 3:00 PM GMT / 10:00 AM ET