Hello,
Web performance/load testing can sound like an intimidating thing, but it is not. And web performance/load testing SharePoint has been made a lot easier with Visual Studio 2012 Update 1. So here is a quick introduction into the subject.
Prerequisites:
Steps:
1. Launch Visual Studio 2012 Ultimate > New Project > Test > Web Performance and Load Test Project
When the web performance test is created successfully, an IE window will load with the Web Test Recorder plugin loaded and recording is started. Browse the SharePoint site as the scenario dictates and the Web Test Recorder will record each and every web request (URL) you visit (explicitly or implicitly).
* if you receive any error messages when loading the Web Test Recorder Plugin, Enable 3rd party extensions in IE advanced options
3. When done, click Stop in the Web Test Recorder plugin. Visual Studio will save the Web performance test and replay it for one time.
4. If a ProcessQuery request fails, it is because it is expecting a header (X-RequestDigest). So how do we pass this header to the request? Right click the first request in the web performance tree, Add an extraction rule to extract the form input __REQUESTDIGEST and save it in a context parameter (name it for example digest). Right click the ProcessQuery request and click add header. The header name should be X-RequestDigest and the value should be bound to the parameter context digest we created in the extraction rule.
5. Try to replay the test and it should work out successfully.
For more information on Web performance/load testing SharePoint, see the following.
Good Luck!
Yousef
Hi Yousef,
A solid introduction, thanks for posting this. How many other parts in the series is there?
Many thanks,
Steven
Hi Steven - I am glad you liked the post! I will be writing a second part on Load Testing sometime soon. Stay tuned :) - Yousef
Good to know, I'll keep an eye out.
Interesting blog, thanks for the intro.
Regards,
karim
like it go on
I have to do performance/load testing of sharepoint 2010 site but using visual studio ultimate 2010. Please suggest because this post uses visual studio 2012. Regards Atiq
Hi Yousef,Can we Test Browser based Infopath List-forms using Web-Test? If so do we need to include any extensions to the Web-Test Project? I've tried to do so, and believe that it is not a straight-forward activity.ThanksAbhijith