Hi,

I was using WebTest to do some HTML app testing and encountered a few
problems which I believe are related to cookies. I have to login to a
website to gain access to the sandbox I am testing in. I must enter a
different login once in the sandbox to complete the login process and
get access to the URLs I must test. I am new to WebTest so please
correct me if I am wrong.

I am able to successfully login to the first site and get to the login
page of the particular sandbox I want access to. I am quite sure that I
am populating the login and password fields correctly yet after click
the login button, I get back to a page that says you must be logged in
to perform this action.

By the way, there is an intermediary processing login page that I must
go through to get to a successful login complete page. I do this by
sleep for a given amount of time and then invoking a proper page. This
worked perfectly for the first login but does not work for the second.
Due to the similar method, I am led to believe it is an issue with
cookies rather than this login redirect page.

Thanks in advance for the help.

Reply via email to