Re: Managing several JMeter tests at once

2018-12-13 Thread Andrew Burton
I typically construct test suites using fragments, where each fragment would work as a standalone business process. For example, using a flight booking website: Test Plan +- "Purchase flights" test group +- Login fragment +- Book flight fragment +- Purchase flight fragment +-

Re: Managing several JMeter tests at once

2018-12-11 Thread 贾国动
you can try ant. http://ant.apache.org/ Put some JMX files(your JMeter test plan) in one path as a test suit, then use ant build them. 发件人: Doug Coughler 答复: JMeter Users List 日期: 2018年12月11日 星期二 01:17 收件人: "user@jmeter.apache.org" 主题: Managing several JMeter tes

Managing several JMeter tests at once

2018-12-10 Thread Doug Coughler
Greetings! What would you folks recommend for managing several JMeter tests at the same time? We are currently using ALM and UFT, and want something similar for our JMeter tests. Basically, something that would allow us to quickly and easily create test suites encompassing multiple test