Forum Discussion

deepa's avatar
16 years ago

LoadTest - How to pass request parameters value from JDBC DataSource

Hi All,

We have a Loadtest requirement where we have three XML-RPC requests. At present we have hard-coded the request parameters. Instead we would need to pass the request parameters dynamically for each threads and with different input paramters for each of the requests.

For eg,  For Webservice 1, Thread one should pick up request parameter set A ,
            For Webservice 1, Thread two should pick up request parameter set B.............

            For Webservice 2, Thread one should pick up request parameter set AA &
            For Webservice 2, Thread two should pick up request parameter set BB & so on.......

Note: The input paramters set A, B, .... AA, BB, ........... are coming from a SQL select statement - Datasource (JDBC connection).

Can you please provide us a suggestion to achieve this?

Regards,
Deepa
No RepliesBe the first to reply