performance testing - How to do correlation on dynamic parameter that are occuring in request and not in response in JMETER? -


i developing mobile script using jmeter. i.e trying record , replay mobile web applications using jmeter 2.9 , firefox 43.0.4

i able record application. throws error during replay, dynamic parameter passed post data below:

post data:

skin=&skinloaderchecksum=&isajaxrequest=true&**x=****0.7379947959390617** 

when checked same flow in load runner, same failure occurs on same url again.

in load runner:

http status-code=500 (internal server error) , {"errorcode":"unexpected_error","errormsg":"fwlse0009w: user identity null. check application''s authentication requirements. these settings must match deployed application [project mobile]"}

in jmeter:

response headers:http/1.1 401 unauthorized in sampler result , in response data: /-secure- {"challenges":{"wl_antixsrfrealm":{"wl-instance-id":"geqcaecehouktkfn0rfqmmdu6"}}}/

is able this?

responses highly appreciated :-).

i don't have worklight server play hence can provide generic information. need simulate mobile application authentication flow, dynamic parameter can fetched previous response.

reference links:


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -