java - how to use syncproxy in Jmeter with HTTPS and cookie -


i have webapp implemented gwt , client / server communicating gwt-rpc protocol.

to perform load testing want use jmeter. have implemented jmeter plugin uses syncproxy perform gwt-rpc calls. in dev environment works without issues have troubles in production because gwt-rpc calls not working.

i following exception: com.gdevelop.gwt.syncrpc.exception.syncproxyexception: missing policy_name_missing service com.xxx.mywebappservice

the main difference between dev environment , production environment are: - https used instead of http - on production apache server performs http redirection if client not authenticated else request forwarded tomcat instance. there're set of cookies used manage session mechanism.

is there way add in jmeter plugin cookies before call gwt-rpc syncproxy?

anybody has experience type of architecture? regards,

sébastien

i not sure answer suit don't know internals of code during 1 of testing missions, used gwtrpc , jmeter 3rd party plugin called ubikloadpack.

it worked rather smoothly , when know jmeter there no need work make work, provides among main features:

  • automatic recording , transformation gwtrpc request xml, makes variabilization possible

  • provides conversion of responses selecgt xml allow extraction of dynamic data responses

so can build realistic tests using correlation no code @ all.

some of features shown on these blogs:


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -