I am trying to monitor secured webservices serviced by a web farm. Security is implemented by posting an OpenSession request and receiving a session_id string that must in turn be passed as a parameter in all subsequent requests for that session.
I want to use the web scenarios for this work, since there are indeed several steps for some of the tests I want to do, but I need to be able to receive the session_id string returned from the open_session as a variable so that it can be used as a macro parameter for subsequent steps.
Possible? Help!
Stanzoid
I want to use the web scenarios for this work, since there are indeed several steps for some of the tests I want to do, but I need to be able to receive the session_id string returned from the open_session as a variable so that it can be used as a macro parameter for subsequent steps.
Possible? Help!
Stanzoid
) a good documentation is necessary.
Comment