Hi everyone, I have what is most likely a very unique question. In our organization (GE Healthcare Technologies), there is a quality system requirement (and in fact an FDA requirement) that the tools which we use to qualify our software applications are themselves validated. And not just by the vendor. They need to be validated in the environment in which they are hosted here at GE. Jmeter is one of those applications which we use to qualify our applications. And rather than develop my own test scripts, I would prefer if I could borrow (i.e. steal) the scripts which are used by the Jmeter development community. So, what I was wondering is if anyone can point me in the right direction to acquiring the test scripts. It would save me a tremendous amount of time and effort. Thanks, Greg Greg Derzay GST Software Architect GE Healthcare Global Services Technology T 262 524 5394 F 262 896 2790 D 8*579 5394 E [hidden email] www.gehealthcare.com |
I'm not sure what kind of test scripts you're referring to. more
details are needed. jmeter has JUnit tests like most other jakarta projects, but I doubt that is what you're looking for. peter On 6/2/05, Derzay, Greg (GE Healthcare) <[hidden email]> wrote: > > Hi everyone, I have what is most likely a very unique question. In our > organization (GE Healthcare Technologies), there is a quality system > requirement (and in fact an FDA requirement) that the tools which we use > to qualify our software applications are themselves validated. And not > just by the vendor. They need to be validated in the environment in > which they are hosted here at GE. Jmeter is one of those applications > which we use to qualify our applications. And rather than develop my > own test scripts, I would prefer if I could borrow (i.e. steal) the > scripts which are used by the Jmeter development community. > > So, what I was wondering is if anyone can point me in the right > direction to acquiring the test scripts. It would save me a tremendous > amount of time and effort. > > Thanks, > Greg > > > > Greg Derzay > GST Software Architect > GE Healthcare > Global Services Technology > T 262 524 5394 > F 262 896 2790 > D 8*579 5394 > E [hidden email] > www.gehealthcare.com > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
In reply to this post by Derzay, Greg (GE Healthcare)
currently, jmeter is organized by protocol and not functionality. you
can take a look without checking out the entire project using cvs browse http://cvs.apache.org/viewcvs.cgi/jakarta-jmeter/src/protocol/http/org/apache/jmeter/ you'll see a directory for unit test. Off hand I don't know what it would take to package just the junit tests, since they depend on the jmeter jar files. In theory it should be straight forward to use ANT jar task to extract just the unit test directories and build a new jar. Sebastian would know more about it. He has more expertise with ANT than I do. peter On 6/2/05, Derzay, Greg (GE Healthcare) <[hidden email]> wrote: > Can the junit tests be packaged as a single jar file easily? I would be > very willing to take a look at what exists to at least use as a > baseline. > > I appreciate your support. > > Greg > > -----Original Message----- > From: Peter Lin [mailto:[hidden email]] > Sent: Thursday, June 02, 2005 10:14 AM > To: Derzay, Greg (GE Healthcare) > Subject: Re: Jmeter test scripts > > the tests are unit tests, but we do not have JUnit tests for all > samplers. the reason is because testing JMeter fully in an automated > fashion requires more resource than we have. although I have 4 servers > at home, the other jmeter developers do not, so we do not have an > automated test process. > > peter > > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
It's not possible currently to extract just the JUnit tests, as a
large proportion are in the same source files as the code they are testing. S. On 6/2/05, Peter Lin <[hidden email]> wrote: > currently, jmeter is organized by protocol and not functionality. you > can take a look without checking out the entire project using cvs > browse > > http://cvs.apache.org/viewcvs.cgi/jakarta-jmeter/src/protocol/http/org/apache/jmeter/ > > you'll see a directory for unit test. > > Off hand I don't know what it would take to package just the junit > tests, since they depend on the jmeter jar files. In theory it should > be straight forward to use ANT jar task to extract just the unit test > directories and build a new jar. > > Sebastian would know more about it. He has more expertise with ANT than I do. > > peter > > > On 6/2/05, Derzay, Greg (GE Healthcare) <[hidden email]> wrote: > > Can the junit tests be packaged as a single jar file easily? I would be > > very willing to take a look at what exists to at least use as a > > baseline. > > > > I appreciate your support. > > > > Greg > > > > -----Original Message----- > > From: Peter Lin [mailto:[hidden email]] > > Sent: Thursday, June 02, 2005 10:14 AM > > To: Derzay, Greg (GE Healthcare) > > Subject: Re: Jmeter test scripts > > > > the tests are unit tests, but we do not have JUnit tests for all > > samplers. the reason is because testing JMeter fully in an automated > > fashion requires more resource than we have. although I have 4 servers > > at home, the other jmeter developers do not, so we do not have an > > automated test process. > > > > peter > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Free forum by Nabble | Edit this page |