Stefan Stadler

Greenhorn
+ Follow
since Sep 30, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Stefan Stadler

ok, thanks

I try now with JWebUnit. Maybe this works :P If anybody has an idea, why the program above doesn't work, please let me know.

Thank you
Stefan
In addition:

my plan is not to test a website. I have to write an automation for creating some entries on this website.
Thanks for your fast response!

The other tool would be a possibility. But the problem is shown at this piece of code:


That means that everything seems to be ok. But if I call the page, to which the program was redirected, it tells me, that it is at the log in page and on the log in page is a comment

Your login has failed. Please try again.


I think it could be because of the cookiehandling, but it's only a guess.

If I would change the tool to one of yours, could you give me a good tutorial or a hint how I should start?

Thanks in advantage
Stefan
Hi all,

I've got a really big problem. It's about to logging into a https-website with HttpClient.

Here is the site : https://www-930.ibm.com/support/esc/signin.jsp

I've also prepared a testaccount for you to test, whether your ideas work or not.
Username:

1337iceskater@arcor.de


PW:

1337ic3skat3r



The task is to log in to the site and then work automatically on this page. But it fails at the login, the working process shouldn't be the greatest problem (I hope so).

So here is my code:


I hope you have an idea and/or a solution for my problem =)

Thanks in advantage

Stefan