jmeter-3.2

How to authorise (with OAuth 2.0) in JMeter having sharepoint online app?

浪子不回头ぞ 提交于 2019-12-06 10:51:43
I have recorded scripts for all test cases, and run all test cases due to the OAuth 2.0 it is failing all of the test cases. Now I have to authenticate OAuth 2.0 in JMeter, I have following information: client_id, response_mode, protectedtokena, response_type, resources, scope, nonce,redirect_uri,wsucxt, cobrandid, client-request-id . Add (or parametrize) parameter Authorization in your HTTP Header Manager. Add Bearer ${AuthToken} value. You should parse that token from previouse request. Check this guide about How to parse auth token 来源: https://stackoverflow.com/questions/54401892/how-to

JMeter - view more results in View Results Tree

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-01 22:08:22
In JMeter GUI when I check execution issues over time I'm using View Results Tree When I want to stop and view an issue I can see only ~4000 request, It seems that there's a maximum of requests that is display in GUI, Can number of request in GUI be increased (or just show all)? Also when test in running It's causing my problematic request to move up even if Scroll automatically? is unchecked In jmeter.properties view.results.tree.max_results property control the number Set it to 0 for unlimited results. # Maximum number of results in the results tree # Set to 0 to store all results (might