Search the web
Sign In
New User? Sign Up
fitnesse
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
DoFixture and parsing Dates   Message List  
Reply | Forward Message #11804 of 14129 |
Re: How to make http requests

You could do it in your fixture code. I saw one project
(rest-fixture) which intends to do this for RESTful web services.

http://code.google.com/p/rest-fixture/

If you instead want to drive usage of a web site or web app, look at
selenium grid.

http://selenium-grid.seleniumhq.org/

If these don't look interesting, can you be more specific about what
you want to do over HTTP?

--
Ryan Hoegg
Valtech


--- In fitnesse@yahoogroups.com, david sam <david_j_sam@...> wrote:
>
> What is the easiest way to do an HTTP call from your test . I mean
is there a fixture or a plugin what we can use .
>  
> I dont know if we can use the Response Requester.
>  
> Thanks
> David
>





Wed Nov 19, 2008 6:40 am

ryan.hoegg
Offline Offline
Send Email Send Email

Forward
Message #11804 of 14129 |
Expand Messages Author Sort by Date

I have been using DoFixtures for a while without any problems. However today I needed a method in my DoFixture that takes in both a string and a...
kanserh
Offline Send Email
Jan 31, 2007
1:13 am

Ah, found this in an old post and it seemed to do the trick. Need to register the parse delegate in the constructor of my DoFixture. ...
kanserh
Offline Send Email
Jan 31, 2007
9:35 pm

... a ... execution ... class....
sil_ver54
Offline Send Email
Feb 2, 2007
2:03 am

... a ... execution ... class....
sil_ver54
Offline Send Email
Feb 2, 2007
8:43 am

Hi All, Could you please tell me how to add more than one space between two words in wiki table. EXPECTED OUTPUT ON TABLE: |a b| When I am writing, like...
ahmed.imran@...
imran_3905
Offline Send Email
Feb 2, 2007
3:04 pm

That's a very good question. I'm running into the same issue, as well as spaces at the beginning and end of a word in a table for a test. For instance, I'm ...
Bill Woodward
bill_cchkk
Offline Send Email
Feb 2, 2007
4:38 pm

I've run into this before and a quick -yet not necessarily optimal- workaround I used was to encapsulate the values in some marker, and have the ... And then...
Francesco Rizzi
fkh1000
Offline Send Email
Feb 2, 2007
4:45 pm

I needed to test a web fix where the users needed to retain leading spaces ... This worked fine for me. The !- and -! tags tell the FitNesse wiki that the ...
Jeff Parker
kalnir
Offline Send Email
Feb 2, 2007
7:08 pm

Hello, I have been searching the Message archives for my question about spaces within a Table. The only message I have found is this one, below. But the !-...
willfitnesse
Offline Send Email
Nov 10, 2008
9:35 pm

I see that the message below used !- -! incorrectly.  The !- WikiWord-! is to stop WikiWord from being interpreted as a wiki word.  And !    ! is to...
William Martinez
willfitnesse
Offline Send Email
Nov 10, 2008
10:13 pm

good morning, Also, what I am trying to get are spaces within a Table.  And I just tried ! spaces ! outside of the table and this does not work either. Where...
William Martinez
willfitnesse
Offline Send Email
Nov 11, 2008
3:27 pm

Use either of these: 1. Embed !-&nbsp;-! as needed. 2. !define SPC {!-&nbsp;-!} ... use ${SPC} as needed. For ColumnFixture and RowFixture, use the...
Dassing, Andrew
andydassing
Offline Send Email
Nov 13, 2008
4:19 pm

Andrew, I appreciate your responses.  The answer you gave me does work.  Slight correction to my question....    I realize that you are very busy answering...
William Martinez
willfitnesse
Offline Send Email
Nov 13, 2008
8:19 pm

The !-&nbsp;-! is inserting a raw HTML escape sequence, so any of the predefined HTML escape sequence names should work: !define SPC {!-&#160;-!} # ^--same as...
Dassing, Andrew
andydassing
Offline Send Email
Nov 13, 2008
8:36 pm

What is the easiest way to do an HTTP call from your test . I mean is there a fixture or a plugin what we can use .   I dont know if we can use the Response...
david sam
david_j_sam
Offline Send Email
Nov 13, 2008
9:16 pm

You could do it in your fixture code. I saw one project (rest-fixture) which intends to do this for RESTful web services. ...
ryan.hoegg
Offline Send Email
Nov 19, 2008
1:52 pm

We do this quite often. Just pass a HashMap<String, String> to your fixture method and wrap those values in a fake HttpRequest. Works great. ... !define...
timander37
Offline Send Email
Nov 20, 2008
4:02 am

We do this quite often. Just pass a HashMap<String, String> to your fixture method and wrap those values in a fake HttpRequest. Works great. ... !define...
timander37
Offline Send Email
Nov 20, 2008
4:02 am

Andy, you may have meant this syntax, or maybe you gave me an idea.  I was able to define any length of TAB using; !define TAB9...
William Martinez
willfitnesse
Offline Send Email
Nov 14, 2008
2:43 pm

In case anyone is interested.  I ended up inserting a row of dots within the tabe's rows.  The effect I got was that the table looks like a file tree.  The...
William Martinez
willfitnesse
Offline Send Email
Nov 13, 2008
4:24 pm

... From: "Francesco Rizzi" <francesco.rizzi@...> To: <fitnesse@yahoogroups.com> Sent: Friday, February 02, 2007 9:42 AM Subject: Re: [fitnesse] How to...
John Roth
jhrothjr
Offline Send Email
Feb 2, 2007
5:44 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help