I am having problems passing parameters from nested tests to the main test.
The nested test grabs current URL, saves it as a test parameter, trims the parameter with regedit and saves as a second test parameter
However, when I try and use the second parameter in the main test it no longer contains the edited URL.
The nested test works fine when run alone