Hey, So I have a JMeter test created and the final step consists of 1 request which checks if a document has been uploaded to a site. I have this request contained in a While Controller which checks the response and stops once the response shows that the document has been uploaded. So this step could loop several times. I then run this test in Jenkins and add load to it (say 10 users with a loop count of 10). However when I view the results the request response times are all listed together and I can’t differentiate between the responses that showed the document as not uploaded yet and the responses that confirm the document has been uploaded. Any ideas how I can separate each thread result in Jenkins rather than showing all the response times for all the threads in a long list? Then I would be able to see how long it took for the document to get uploaded for each thread
Thanks From: Campbell. Rory (LIT) Sent: Tuesday, September 05, 2017 04:58 PM To: JMeter Users List <[email protected]> Subject: RE: Connect to Microsoft Sharepoint Ok will give that a go Thanks for your quick replies Bob From: Bob Nance [mailto:[email protected]] Sent: Tuesday, September 05, 2017 04:56 PM To: JMeter Users List <[email protected]<mailto:[email protected]>> Subject: Re: Connect to Microsoft Sharepoint Record it several times and see if you can find a variable being sent back from the browser that you don’t recognize. It may take some sleuthing. Somewhere in the initial response from the SharePoint server to the first GET, you’ll probably see what looks like a throwaway value that you’ll find in subsequent responses from your browser. That’s the one you need to pull in by REGEX or other variable extraction and then store as a variable to send back. --- Bob Nance Novation Systems [email protected]<mailto:[email protected]> 256-534-4620 [cid:[email protected]] On Sep 5, 2017, at 10:53 AM, Campbell. Rory (LIT) <[email protected]<mailto:[email protected]>> wrote: Thanks Bob for your response. Yes it captures cookie information but would those session id’s not be different every time I run the test? Not sure how I can get the session information to put in the request so it will work Thanks From: Bob Nance [mailto:[email protected]] Sent: Tuesday, September 05, 2017 04:28 PM To: JMeter Users List <[email protected]<mailto:[email protected]>> Subject: Re: Connect to Microsoft Sharepoint Sorry if this answer is simplistic; the range of experience from people on this list is everything from “what’s a server” to “I am writing my own plugin.” When you made the connection through the recorder, do you see some session ID information passing through that you didn’t generate? It’s possible that, unless that unique session ID is being sent back to the SharePoint server, it is simply not responding at all in an attempt to protect the site from XSS and other attacks. If this is the case, you will need to capture the transaction value and then deliver the information back to the server that is dynamically generated for each session. This is very common with server security. --- Bob Nance Novation Systems [email protected]<mailto:[email protected]><mailto:[email protected]> 256-534-4620 [cid:[email protected]] On Sep 5, 2017, at 10:20 AM, Campbell. Rory (LIT) <[email protected]<mailto:[email protected]><mailto:[email protected]>> wrote: Hi, When I attempt to connect to Microsoft sharepoint online through JMeter I get a Connection timed out response I can access the site manually through the browser ok Any suggestions? Thanks, Rory Campbell Senior Software Engineer in Test Liberty Information Technology | USCM - Claims Internal: 69277 | External: +44(0)2890 445277
