Sha256: 72805cb7fe42fd0858cfbf2e533283bc8b4390c8334385564460c2a5d7c29532
Contents?: true
Size: 515 Bytes
Versions: 22
Compression:
Stored size: 515 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'ruby-jmeter' test do threads do transaction name: "TC_03", parent: true, include_timers: true do submit url: "/", fill_in: { username: 'tim', password: 'password' }, files: [{path: '/tmp/foo', paramname: 'fileup', mimetype: 'text/plain'}, {path: '/tmp/bar', paramname: 'otherfileup'}], 'DO_MULTIPART_POST' => true end end end.run(path: '/usr/share/jmeter/bin/', gui: true)
Version data entries
22 entries across 22 versions & 1 rubygems