Hi All,
I am doing the performance testing of a share point application in VSTS and finding an issue with the create page functionality. The test creates a number of pages with unique names, and fails for a random number of tests in the load test. Individually
the scripts run perfectly fine. The random number in the below URL - 1470311482118 is the page name I am uniquely generating during the run.
I am getting 404 errors like below for some of the test iterations. Please help me with this issue. I am using VS 2015 Enterprise version.
Failed https://xxxxxxx.sharepoint.com/sites/PerformanceWiki/1470311482118?ControlMode=Edit&DisplayMode=Design 404 NOT FOUND
Thanks