Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
HTTP testing tool
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dmitry Dzhus  
View profile  
 More options Feb 18 2012, 1:42 pm
From: Dmitry Dzhus <d...@dzhus.org>
Date: Sat, 18 Feb 2012 10:42:48 -0800 (PST)
Local: Sat, Feb 18 2012 1:42 pm
Subject: HTTP testing tool
Not really a Snap question but still relevant to good things in web
development.

As my web application grew larger I pondered over adding test harness
to the project to ensure nothing breaks as I hack on. I wonder what
should I use for expect-like testing over HTTP. The app I'm working on
is serving/accepting bare JSON so what I need is to perform requests
to server and check if response headers and body match the expected
data.

httest tool is quite close to what is needed, but boy it's awkward and
documentation is so poor that I'd better use hand-written shell
scripts wrapped around curl. Perhaps someone can point out a better
tool for that, otherwise it sounds like an idea for a new Haskell
project.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gregory Collins  
View profile  
 More options Feb 19 2012, 9:43 am
From: Gregory Collins <g...@gregorycollins.net>
Date: Sun, 19 Feb 2012 15:43:00 +0100
Subject: Re: [snap] HTTP testing tool

Use Snap.Test from snap-core.

--
Gregory Collins <g...@gregorycollins.net>

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Dzhus  
View profile  
 More options Feb 20 2012, 4:40 am
From: Dmitry Dzhus <d...@dzhus.org>
Date: Mon, 20 Feb 2012 01:40:08 -0800 (PST)
Local: Mon, Feb 20 2012 4:40 am
Subject: Re: HTTP testing tool
On 19 фев, 17:43, Gregory Collins <g...@gregorycollins.net> wrote:

> Use Snap.Test from snap-core.

This looks like just what I needed. Thanks!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »