문제

I need to send a login and password with an AMF Request in soapUI.

Yes, I'm aware that there is an option on the testCase level where you can specify this, and that you can set this property through a test step, but I need to send this information with the request without using this method as I am trying to load test this testCase in LoadUI and all Vitual Users seem to use the same AMF session credentials even when I randomize and reset these values in the test run.

Its instantiating every part of the testCase EXCEPT the AMF session credentials, so I need to find a way to send this with script as these are not sent in the request as arguments, is that possible?

도움이 되었습니까?

해결책

I ended up having to manually create the AMF connection and login and logout and close the connection within a Groovy script step.

Found this great blog that explained the whole proccess.

http://aredko.blogspot.com/2010/06/testing-blazeds-remote-objects-with_06.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top