Answered by:
Performance testing in SharePoint 2013

Question
-
Hi All,
I have an application page which has around 15 components. Some of the components are calling Search rest api and displaying the results in the UI while some of them are list apis. I need to find the performance of the following two items.
1. Complete load time of the application page. (The time taken to load the page completely)
2. Executing time of the individual search rest api.
Can someone throw light on how we can achieve this ?
Regards,
Yesh
Monday, December 7, 2015 5:07 PM
Answers
-
Hi,
We can use Fiddler to do the performance testing.
Download:http://www.telerik.com/fiddler
Performance testing: http://www.telerik.com/fiddler/web-app-performance-testing
Or we can use the IE F12 developer tool to test it.
Best Regards,
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Edited by Dennis Guo Tuesday, December 8, 2015 6:51 AM
- Proposed as answer by Patrick_Liang Wednesday, December 16, 2015 9:06 AM
- Marked as answer by Patrick_Liang Monday, December 21, 2015 12:55 PM
Tuesday, December 8, 2015 6:51 AM -
Hi,
Here are two articles for your reference:
How to: Create Automated UI Test Methods for SharePoint
https://msdn.microsoft.com/en-us/library/ff648556.aspx
Use UI Automation To Test Your Code
https://msdn.microsoft.com/en-us/library/dd286726.aspx
Best Regards,
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Proposed as answer by Patrick_Liang Wednesday, December 16, 2015 9:06 AM
- Marked as answer by Patrick_Liang Monday, December 21, 2015 12:54 PM
Wednesday, December 9, 2015 1:40 AM
All replies
-
Hi,
We can use Fiddler to do the performance testing.
Download:http://www.telerik.com/fiddler
Performance testing: http://www.telerik.com/fiddler/web-app-performance-testing
Or we can use the IE F12 developer tool to test it.
Best Regards,
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Edited by Dennis Guo Tuesday, December 8, 2015 6:51 AM
- Proposed as answer by Patrick_Liang Wednesday, December 16, 2015 9:06 AM
- Marked as answer by Patrick_Liang Monday, December 21, 2015 12:55 PM
Tuesday, December 8, 2015 6:51 AM -
Hi Dennis,
Thanks for the reply. I also heard we have something called as Coded UI Test ? Cant we use that ? Do you see any issues with that ?
I am basically looking at some automation kind of stuff ( we are OK to code it) which will give us the performance time - say for instance doing Page load for 100 times.
Regards,
Yesh
- Edited by Yeshwanthhv Tuesday, December 8, 2015 4:23 PM
Tuesday, December 8, 2015 4:21 PM -
Hi,
Here are two articles for your reference:
How to: Create Automated UI Test Methods for SharePoint
https://msdn.microsoft.com/en-us/library/ff648556.aspx
Use UI Automation To Test Your Code
https://msdn.microsoft.com/en-us/library/dd286726.aspx
Best Regards,
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Proposed as answer by Patrick_Liang Wednesday, December 16, 2015 9:06 AM
- Marked as answer by Patrick_Liang Monday, December 21, 2015 12:54 PM
Wednesday, December 9, 2015 1:40 AM