Sha256: 0908edea4a65b8cf5144db1edafa04557e81cc87b5af1d806cfbd87401abdf44
Contents?: true
Size: 520 Bytes
Versions: 15
Compression:
Stored size: 520 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-2.11/bin/', gui: true)
Version data entries
15 entries across 15 versions & 1 rubygems