Hobbit also supports some basic (though fairly complete) options of doing this itself.<br>Look at the Hobbit man page for the bb-hosts file, and look for a section titled "HTTP Tests".<br>I believe the "post" test will work.
<br><br>If the options Hobbit has doesn't do enough, then you'll probably need to use a script as below (which should also be easy enough to do).<br><br><div><span class="gmail_quote">On 1/10/07, <b class="gmail_sendername">
Ralph Mitchell</b> <<a href="mailto:ralphmitchell@gmail.com">ralphmitchell@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 1/10/07, James Wade <<a href="mailto:jkwade@futurefrontiers.com">jkwade@futurefrontiers.com</a>> wrote:<br>><br>> Does anyone know how I can integrate hobbit with<br>><br>> a test that would check web page logins?
<br>><br>><br>><br>> For example, We have a Web Server which connects<br>><br>> to an App. Server which connects to a Database Server.<br>><br>><br>><br>> To test functionality, we login to the Web Server, then enter
<br>><br>> data into a form, which stores the information into the database.<br>><br>> This is just a test user account.<br>><br>><br>><br>> I'd like to setup a test that does the same thing and have hobbit
<br>><br>> alert us. For example, you can an error logging in, or an error submitting<br>><br>> your data in the form.<br><br><br>I'm doing exactly that with a bunch of scripts I wrote for Big Bother,<br>before switching to Hobbit.  I'm using curl to fetch web pages, then
<br>grep, awk, or whatever to pick out interesting stuff to make sure the<br>page is correct.  Lather, rinse, repeat.  Curl handles cookies<br>properly, proxies, authenticating via Basic Auth, etc.<br><br>I'm about to go to bed right now, but if you're interested I'll try to
<br>get some sample stuff written up when I get to work tonight.<br><br>Ralph Mitchell<br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk
</a><br><br><br></blockquote></div><br>