ewcia wrote:
Hi I want to test performance of rss channels in my aplication. I do that by going to some addres in browser The adres is http://ip:port/channelId=CHANNELUUID&feedFormat=rss=rss_1.0
In response I got XML dile with channel entries. I want to know if correct
entries are returned.
Problem is that I don't know what kind of request should it be and how to
check this channel entries.

When I sent http request with this two parameters channeluuid and feedFormat
I didn't get any response.
Any ideas?  Help.

Using an HTTP request is correct.

Are you sure that the address you have given us is correct? It does not have a '?' anywhere, the feedFormat string has an unencoded '=' in it, and the channelId is part of the path section. Did you mean something like this:
http://ip:port/?channelId=CHANNELUUID&feedFormat=rss_1.0

We can't really help you more with entering your parameters in the right place in JMeter, until we know where they should go in the request...

        # r

--
Ronan Klyne
Business Collaborator Developer
Tel: +44 01189 028518
[EMAIL PROTECTED]
www.groupbc.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to