Forum Discussion

hb1981bh's avatar
15 years ago

HTTP AuthenticaTION

Hi - right now i am evaluation to implement the below feature using SOAP UI. I have tried jMeter and it does not work there. We have WS which needs authentication. NOw scenario as below


1. I have a set of 3 users
u1/p1
u2/p2
u3/p3
2. I have created a load test script in my SOAP UI Pro

wnat to implement below
3. Now i have to run the Load Test like as follows
3.1 It runs 3 threads with each thread picking up each users listed above.
3.2 For each thread, the SOAPUI should pass the above username/password as authentication - the way we set these in request properties. I want to parametrize that.
3.3 Inside the SOAP Request one parameter should pick up the username value as shown above, so for thread1 it should pick up u1 and for thread3 it should pic up u3.

I didnt found any document which helps me do this. I tried using Data Sources but didn't got much success
No RepliesBe the first to reply