Hi,
I want to know how can I create program by java that can connect to web
site and write in textfield and do action
For example:
I want search by Google this word "java application"
the program take the word and give me first result from the search.
Please, Is it possible give me code as example.
Roedy Green - 27 Feb 2006 05:26 GMT
>I want search by Google this word "java application"
>the program take the word and give me first result from the search.
see http://mindprod.com/jgloss/cgi.html and get a copy of Marty Hall's
Core Web Programming. I know of nothing else that explain that stuff.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Tim B - 28 Feb 2006 05:17 GMT
> Hi,
>
[quoted text clipped - 7 lines]
>
> Please, Is it possible give me code as example.
HttpUnit or JWebUnit should be able to do that. They are well-known test
frameworks so you should no problem finding tutorials and examples.. My
preference is JWebUnit.