TL;DR
In Visual Studio 2015, is it possible to use think times in a web performance test when running it from the context menu? (I'm not talking about load tests here)
A little bit of context
I created in Visual Studio 2015 a load test project and added a few complex web performance tests, which act as user session scenarios. The load test will then use these web performance tests by assigning one to each virtual user in the test.
I need to "unit test" these web performance tests to see if they work properly, but some of them do not behave well when the think times are not respected (essentially because I want the duration of the Web Performance Test to be deterministic so that my scenarios reflect an average user session).