A Question,
I have a test template where I login and use a to remain logged into the
J2EE App until I finnally logout as a final sampler. No as part of the
exercise I want to navigate some tree like structures that would potetially
have different url parameters for each user/thread. Is there any way I can
get a 'self aware sampler that would create more child samplers based on its
initial response. Ie
get /touch/all/discovery?ACT=ViewProfile&JsessionID=1234
excert
<a src='/touch/all/discovery?ACT=ViewProfile&JsessionID=1234&NodeId=34'>
<a src='/touch/all/discovery?ACT=ViewProfile&JsessionID=1234&NodeId=67'>
<a src='/touch/all/discovery?ACT=ViewProfile&JsessionID=1234&NodeId=7'>
Now I might get more or less links dependent on who I logged on as. This
process should recurse until I get a different ACT type in the links. What
I'd like is for the initial request to walk the entire tree until it gets to
every leaf node and then do something different with these (which is a j2me
jad parser I am writting as an extension.) Any pointers on how to solve this
would be well welcome. Id be happy to share anything I have done so far in
the areas of 3g device management and uaprofing samplers.
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]