Re: Problem with StringFromFile function

2008-07-30 Thread ewcia
Its ok now. I had to only check encode option with this parameter. ewcia wrote: > > Hi > In my file from which I read there are lines which contains '+" sign. > When Jmeter puts this line as parameter of HTTP request + is replaced > with space or new line and pamam

Problem with StringFromFile function

2008-07-30 Thread ewcia
Hi In my file from which I read there are lines which contains '+" sign. When Jmeter puts this line as parameter of HTTP request + is replaced with space or new line and pamameter is invalid. Is there any way to workaround this? -- View this message in context: http://www.nabble.com/Problem-w

Re: Problem with testing rss channels

2008-04-09 Thread ewcia
Ok I will do like you said. I added some response assertions. And I think that will be enough. Thanks a lot. sebb-2-2 wrote: > > It's not a SOAP request, so just use the normal HTTP request. > > Enter the parameters as: > > channelId d50ba953-cc9e-4e9f-971f-6180f706b564 > fe

Re: Problem with testing rss channels

2008-04-09 Thread ewcia
Well I will try WebService(SOAP) Request because now I know that it is some webservice. i will let know if it is the problem and if it works. Ronan Klyne-2 wrote: > > ewcia wrote: >> Hi >> I want to test performance of rss channels in my aplication. I do that by >>

Re: Problem with testing rss channels

2008-04-09 Thread ewcia
record the rss channel on other sites. On http://bash.org.pl there is addres with no parameters - http://bash.org.pl/rss/ and I got XML file in response. Ronan Klyne-2 wrote: > > ewcia wrote: >> Hi >> I want to test performance of rss channels in my aplication. I do that by &g

Problem with testing rss channels

2008-04-09 Thread ewcia
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

Re: Problem with recording test script

2008-01-02 Thread ewcia
Problem was solved just by changing JMeter version. In 2.3.1 everything works fine. ewcia wrote: > > Hi all. I just don't know how to record a test script. > I set the HTTP proxy in WorkBench, I set this proxy in my webbrowser and > when I'm trying to acces my page I get

Problem with recording test script

2008-01-02 Thread ewcia
Hi all. I just don't know how to record a test script. I set the HTTP proxy in WorkBench, I set this proxy in my webbrowser and when I'm trying to acces my page I get Error 404 - Not Found. The problem is that port is not default - 80 but 7002 so the start adress of my application is http://dom

Re: JMeter and BeanShell script

2007-08-21 Thread ewcia
Well maybe I didn't explain well my problem. My BeanShell script doesn't change some properties or sth like that. I want to use this script as BeanShell Sample and execute it some times but this script has to be executed on working application on defined port. I mean if there is possibility that

Re: JMeter and BeanShell script

2007-08-21 Thread ewcia
Sorry I know what this number means yet :) I didn't read it carefully. ewcia wrote: > > Yes it works.Thanks. But I have some more questions. Do you know what this > parameters means? (this numbers 70 5 100 60). And how can i measure times > of script execution, can I writ

Re: JMeter and BeanShell script

2007-08-21 Thread ewcia
actices.html#beanshell_server > > On 20/08/07, ewcia <[EMAIL PROTECTED]> wrote: >> >> Hi >> I want to execute my BeanShell script on server and i don't know how to >> do >> that. Problem here is that this server is running somewhere in local >> netw

JMeter and BeanShell script

2007-08-20 Thread ewcia
Hi I want to execute my BeanShell script on server and i don't know how to do that. Problem here is that this server is running somewhere in local network and not on my machine. I know that i can do that by executing command " java -cp .;bsh.jar bsh.Remote bsh://server:port script.bsh" but is i