I am newbie to Visual Studio 2010 test suite. I have created a load test to perform some stress testing on the wcf services where I am gradually increasing the number of users. These services perform some processing of the data and store the result in database. I am seeing that some of the data is not getting processed completely. I have written SQL queries to which I am executing manually in SQL Management Studio once every 5 minutes to see at what point the processing failing.
I was wondering if there is a way to automate this process from visual studio to make it run these queries automatically once every 5 minutes or on some other condition and store the results instead of me running them manually in SQL Management studio.
I am newbie to Visual Studio 2010 test suite. I have created a load
Share
Yes. A Visual Studio LoadTest can execute both WebPerformanceTests as well as traditional Unit Tests.
you need to do.