[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Web Page Check
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Web Page Check
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Wed, 10 Jan 2007 23:15:41 +0100
- References: <0ddf01c734f1$cce79440$6b2fb8a5@txaccess.net>
- User-agent: Mutt/1.5.12-2006-07-14
On Wed, Jan 10, 2007 at 01:59:10PM -0600, James Wade wrote:
> Does anyone know how I can integrate hobbit with
> a test that would check web page logins?
>
> For example, We have a Web Server which connects
> to an App. Server which connects to a Database Server.
>
> To test functionality, we login to the Web Server, then enter
> data into a form, which stores the information into the database.
> This is just a test user account.
Generally, Hobbit's built-in web checking can only request one URL.
However, that one request can include authentication data (if you're
using "basic" HTTP authentication, or X.509 certificate authentication)
as well as posting form data.
If your website is different - e.g. you don't use basic authentication
because it's insufficient, then you'll need to build a custom test
script for yourself.
Regards,
Henrik