Hi, For your second problem try replacing & by & in the invoke command i.e like this.. <invoke url=" http://localhost:8080/AshWeb/login.do?method=login&login_id=ash&login_pwd=ash/"/<http://localhost:8080/AshWeb/login.do?method=login;login_id=ash;login_pwd=ash/%22/>>
for first issue the tag used by you in the script seems ok to me but still confirm the html code of the page you are trying to hit... Cheers..!! Hitesh On Tue, Oct 7, 2008 at 10:34 PM, <[EMAIL PROTECTED]> wrote: > Hello together, > > I have 2 problems, > > 1. the submit button works well when I really click it,but can't work when > I click it in the webtest script by <clickButton>. > > <clickButton name="BtnOk" description="Click the confirm button"/> > > 2.there is an url as follows : > http://localhost:8080/AshWeb/login.do?method=login&login_id=ash&login_pwd=ash. > I can browse it in the IE, but cant invoke it in the script > with <invoke>.(I already change the & into ;) > > <invoke url=" > http://localhost:8080/AshWeb/login.do?method=login;login_id=ash;login_pwd=ash/"/<http://localhost:8080/AshWeb/login.do?method=login;login_id=ash;login_pwd=ash/%22/>> > > > Can someone help me please? and any ideas will be also helpful. > > many thanks ! > > Tracy >

