Hi, I need to write script to do this :
1- query '/' web1 to create session + store a value in session 2- query web2 (with invoke, not using clickLink) 3- back to web1 and retrieve value stored in session in step 1 According to http://webtest.canoo.com/webtest/manual/webtest.html, I know about "[...] Each <webtest> task is executed in its own web session[...]". According to http://webtest.canoo.com/webtest/manual/config.html, I know about "[...] This is a nested task of webtest and is used to configure the target host system to use [...]". So, now is time to give you the question : How can I do to request using something like "invoke", to query first web1, web2, and finally retrieve session on web1 when back ? david. -- _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

