Hi Nithin,
A quick Google search for "basic authentication jwebunit" turned up the
method TestContext#setAuthorization(String,String).
http://jwebunit.sourceforge.net/apidocs/net/sourceforge/jwebunit/util/TestContext.html#setAuthorization%28java.lang.String,%20java.lang.String%29
Jevon
On Fri,
Hi Jevon,
Thanks for getting back.I did not get ur email clearly.Can you please tell
me what to searchI appreciate you taking time
Thanks
Nithin
On Wed, Apr 21, 2010 at 7:12 PM, Jevon Wright wrote:
> Hi Chinna,
>
> That looks like a "basic authentication" dialog box - search for this
Hi Chinna,
That looks like a "basic authentication" dialog box - search for this and
you should be able to find some documentation to help :)
Cheers
Jevon
On Thu, Apr 22, 2010 at 8:07 AM, nithin aa wrote:
> Hi,
>
> I am trying to write a jwebunit test for one of my intranet application.It
>
Hi,
I am trying to write a jwebunit test for one of my intranet application.It
has a popup which opens as soon as I enter the URL for the intranet
application in which I need to enter the intranet username and password and
click login which redirects back to my application and then I can move on.I