mirror of https://github.com/apache/jmeter.git
161 lines
13 KiB
HTML
161 lines
13 KiB
HTML
<!DOCTYPE html SYSTEM "about:legacy-compat">
|
|
<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-15"><title>Apache JMeter
|
|
-
|
|
User's Manual: Building a SOAP WebService Test Plan</title><meta name="viewport" content="width=device-width, initial-scale=1"><link href="http://fonts.googleapis.com/css?family=Merriweather:400normal" rel="stylesheet" type="text/css"><link rel="stylesheet" type="text/css" href="../css/new-style.css"></head><body role="document"><a href="#content" class="hidden">Main content</a><div class="header"><!--
|
|
APACHE LOGO
|
|
--><div><a href="http://www.apache.org"><img title="Apache Software Foundation" width="290" height="75" src="../images/asf-logo.png" alt="Logo ASF"></a></div><!--
|
|
PROJECT LOGO
|
|
--><div><a href="http://jmeter.apache.org/"><img src="../images/logo.jpg" alt="Apache JMeter"></a></div><div class="twitter"><div><a href="https://twitter.com/share" class="twitter-share-button" data-text="Powerful Load Testing with Apache #JMeter" data-via="ApacheJMeter" data-lang="en-gb" data-size="large">Tweet</a><script>
|
|
(function(d,s,id){
|
|
var js,
|
|
fjs=d.getElementsByTagName(s)[0],
|
|
p=/^http:/.test(d.location)?'http':'https';
|
|
if (!d.getElementById(id)) {
|
|
js=d.createElement(s);
|
|
js.id=id;
|
|
js.src=p+'://platform.twitter.com/widgets.js';
|
|
fjs.parentNode.insertBefore(js,fjs);
|
|
}
|
|
})(document, 'script', 'twitter-wjs');
|
|
</script></div><div><a href="https://twitter.com/ApacheJMeter" class="twitter-follow-button" data-show-count="false" data-lang="en-gb" data-size="large">Follow</a><script>(function(d,s,id){
|
|
var js,
|
|
fjs=d.getElementsByTagName(s)[0],
|
|
p=/^http:/.test(d.location)?'http':'https';
|
|
if (!d.getElementById(id)) {
|
|
js=d.createElement(s);
|
|
js.id=id;
|
|
js.src=p+'://platform.twitter.com/widgets.js';
|
|
fjs.parentNode.insertBefore(js,fjs);
|
|
}
|
|
})(document, 'script', 'twitter-wjs');
|
|
</script></div></div><div class="banner"><iframe src="http://www.apache.org/ads/bannerbar.html" style="border-width:0;" frameborder="0" scrolling="no"></iframe><div class="clear"></div></div></div><div class="nav"><ul class="menu"><li><div class="menu-title">About</div><ul><li><a href="../index.html">Overview</a></li><li><a href="http://twitter.com/ApacheJMeter">JMeter on Twitter<img src="../images/twitter.png" alt="Icon for JMeter on Twitter"></a></li><li><a href="../issues.html">Issue Tracking</a></li><li><a href="http://projects.apache.org/feeds/rss/jmeter.xml">Subscribe to What's New</a></li><li><a href="http://www.apache.org/licenses/">License</a></li></ul></li></ul><ul class="menu"><li><div class="menu-title">Download</div><ul><li><a href="../download_jmeter.cgi">Download Releases</a></li><li><a href="../nightly.html">Developer (Nightly) Builds</a></li></ul></li></ul><ul class="menu"><li><div class="menu-title">Documentation</div><ul><li><a href="../changes.html">Changes per version</a></li><li><a href="../usermanual/get-started.html">Get Started</a></li><li><a href="../usermanual/index.html">User Manual</a></li><li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a href="../usermanual/component_reference.html">Component Reference</a></li><li><a href="../usermanual/functions.html">Functions Reference</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a href="../building.html">Building JMeter and Add-Ons</a></li><li><a href="http://wiki.apache.org/jmeter">JMeter Wiki</a></li><li><a href="http://wiki.apache.org/jmeter/JMeterFAQ">FAQ (Wiki)</a></li></ul></li></ul><ul class="menu"><li><div class="menu-title">Tutorials (PDF format)</div><ul><li><a href="../usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed Testing</a></li><li><a href="../usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a></li><li><a href="../usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log Sampler</a></li><li><a href="../extending/jmeter_tutorial.pdf">Extending JMeter</a></li></ul></li></ul><ul class="menu"><li><div class="menu-title">Community</div><ul><li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a href="../svnindex.html">SVN Repositories</a></li></ul></li></ul><ul class="menu"><li><div class="menu-title">Foundation</div><ul><li><a href="http://www.apache.org/">ASF</a></li><li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li></ul></li></ul></div><div class="main" id="content"><ul class="pagelinks"><li><a href="build-ldapext-test-plan.html">< Prev</a></li><li><a href="../index.html">Index</a></li><li><a href="build-jms-point-to-point-test-plan.html">Next ></a></li></ul><div class="section"><h1 id="building">10. Building a WebService Test Plan<a class="sectionlink" href="#building" title="Link to here">¶</a></h1>
|
|
<p>In this section, you will learn how to create a
|
|
<a href="build-test-plan.html">Test Plan</a> to test a WebService. You will
|
|
create five users that send requests to One page.
|
|
Also, you will tell the users to run their tests twice. So, the total number of
|
|
requests is (5 users) x (1 requests) x (repeat 2 times) = 10 HTTP requests. To
|
|
construct the Test Plan, you will use the following elements:
|
|
<a href="test_plan.html#thread_group">Thread Group</a>,
|
|
<a href="../usermanual/component_reference.html#HTTP_Request">HTTP Request</a>, and
|
|
<a href="../usermanual/component_reference.html#Aggregate_Graph">Aggregate Graph</a>.</p>
|
|
|
|
<p>If the sampler appears to be getting an error from the webservice, double check the
|
|
SOAP message and make sure the format is correct. In particular, make sure the
|
|
xmlns attributes are exactly the same as the WSDL. If the xml namespace is
|
|
different, the webservice will likely return an error.</p>
|
|
|
|
</div><div class="section"><h1 id="soap_webservice_template">10.1 Creating WebService Test Plan<a class="sectionlink" href="#soap_webservice_template" title="Link to here">¶</a></h1>
|
|
|
|
<p>In our Test Plan, we will use a .NET webservice. We won't go into the details of writing a
|
|
webservice. If you don't know how to write a webservice, google for
|
|
webservice and familiarize yourself with writing webservices for
|
|
Java and .NET. It should be noted there is a significant difference
|
|
between how .NET and Java implement webservices. The topic is too
|
|
broad to cover in the user manual. Please refer to other sources to
|
|
get a better idea of the differences.</p>
|
|
|
|
<div class="clear"></div><div class="note">JMeter sends requests in the order that they appear in the tree.</div><div class="clear"></div>
|
|
|
|
<p>Start by using menu File > "Templates..." and select template "Building a SOAP Webservice Test Plan".
|
|
Then, click "Create" button.
|
|
|
|
<figure><a href="../images/screenshots/ws_template.png"><img src="../images/screenshots/ws_template.png" width="1050" height="684" alt="
|
|
Figure 10.1.0. Webservice Template"></a><figcaption>
|
|
Figure 10.1.0. Webservice Template</figcaption></figure>
|
|
Change the following:
|
|
<ol>
|
|
<li>In "HTTP Request Defaults" change "Server Name of IP"</li>
|
|
<li>In "Soap Request", change "Path:"
|
|
<figure><a href="../images/screenshots/ws_http_request.png"><img src="../images/screenshots/ws_http_request.png" width="998" height="734" alt="Figure 10.1.1 Webservice Path"></a><figcaption>Figure 10.1.1 Webservice Path</figcaption></figure>
|
|
</li>
|
|
</ol>
|
|
</p>
|
|
|
|
<p>Next, select "HTTP Header Manager" and update "SOAPAction" header to match your webservice.
|
|
Some webservices may not use SOAPAction in this case remove it.<br>
|
|
Currently, only .NET uses SOAPAction, so it is normal to have a blank SOAPAction for all other webservices. The list includes JWSDP, Weblogic, Axis, The Mind Electric Glue, and gSoap.
|
|
</p>
|
|
<figure><a href="../images/screenshots/ws_header.png"><img src="../images/screenshots/ws_header.png" width="1327" height="348" alt="Figure 10.1.2 Webservice Headers"></a><figcaption>Figure 10.1.2 Webservice Headers</figcaption></figure>
|
|
|
|
<p>The last step is to paste the SOAP message in the "Body Data"
|
|
text area.</p>
|
|
<figure><a href="../images/screenshots/ws_http_request.png"><img src="../images/screenshots/ws_http_request.png" width="998" height="734" alt="Figure 10.1.3 Webservice Body"></a><figcaption>Figure 10.1.3 Webservice Body</figcaption></figure>
|
|
|
|
|
|
</div><div class="section"><h1 id="adding_users">10.2 Adding Users<a class="sectionlink" href="#adding_users" title="Link to here">¶</a></h1>
|
|
<p>The <a href="test_plan.html#thread_group">Thread Group</a> tells
|
|
JMeter the number of users you want to simulate, how often the users should send
|
|
requests, and the how many requests they should send.</p>
|
|
|
|
<p>Select the Thread Group element
|
|
in the tree, if you have not already selected it. You should now see the Thread
|
|
Group Control Panel in the right section of the JMeter window (see Figure 10.2
|
|
below)</p>
|
|
|
|
<figure><a href="../images/screenshots/webtest/threadgroup.png"><img src="../images/screenshots/webtest/threadgroup.png" width="" height="" alt="
|
|
Figure 10.2. Thread Group with Default Values"></a><figcaption>
|
|
Figure 10.2. Thread Group with Default Values</figcaption></figure>
|
|
|
|
<p>Start by providing a more descriptive name for our Thread Group. In the name
|
|
field, enter JMeter Users.</p>
|
|
|
|
<p>Next, increase the number of users (called threads) to 10.</p>
|
|
|
|
<p>In the next field, the Ramp-Up Period, leave the the default value of 0
|
|
seconds. This property tells JMeter how long to delay between starting each
|
|
user. For example, if you enter a Ramp-Up Period of 5 seconds, JMeter will
|
|
finish starting all of your users by the end of the 5 seconds. So, if we have
|
|
5 users and a 5 second Ramp-Up Period, then the delay between starting users
|
|
would be 1 second (5 users / 5 seconds = 1 user per second). If you set the
|
|
value to 0, then JMeter will immediately start all of your users.</p>
|
|
|
|
<p>Finally, clear the checkbox labeled "Forever", and enter a value of 2 in
|
|
the Loop Count field. This property tells JMeter how many times to repeat your
|
|
test. If you enter a loop count value of 0, then JMeter will run your test only
|
|
once. To have JMeter repeatedly run your Test Plan, select the Forever
|
|
checkbox.</p>
|
|
|
|
<div class="clear"></div><div class="note">In most applications, you have to manually accept
|
|
changes you make in a Control Panel. However, in JMeter, the Control Panel
|
|
automatically accepts your changes as you make them. If you change the
|
|
name of an element, the tree will be updated with the new text after you
|
|
leave the Control Panel (for example, when selecting another tree element).</div><div class="clear"></div>
|
|
|
|
<p>See Figure 10.2 for the completed JMeter Users Thread Group.</p>
|
|
|
|
<figure><a href="../images/screenshots/webtest/threadgroup2.png"><img src="../images/screenshots/webtest/threadgroup2.png" width="" height="" alt="
|
|
Figure 10.3. JMeter Users Thread Group"></a><figcaption>
|
|
Figure 10.3. JMeter Users Thread Group</figcaption></figure>
|
|
</div><div class="section"><h1 id="adding_listener">10.3 Adding a Listener to View Store the Test Results<a class="sectionlink" href="#adding_listener" title="Link to here">¶</a></h1>
|
|
<p>The final element you need to add to your Test Plan is a
|
|
<a href="component_reference.html#listeners">Listener</a>. This element is
|
|
responsible for storing all of the results of your HTTP requests in a file and presenting
|
|
a visual model of the data.</p>
|
|
|
|
<p>Select the JMeter Users element and add a <a href="../usermanual/component_reference.html#Aggregate_Graph">Aggregate Graph</a> listener (Add --> Listener
|
|
--> Aggregate Graph). Next, you need to specify a directory and filename of the
|
|
output file. You can either type it into the filename field, or select the
|
|
Browse button and browse to a directory and then enter a filename.</p>
|
|
|
|
<figure><a href="../images/screenshots/ws_listener.png"><img src="../images/screenshots/ws_listener.png" width="1256" height="802" alt="
|
|
Figure 10.4. Graph Results Listener"></a><figcaption>
|
|
Figure 10.4. Graph Results Listener</figcaption></figure>
|
|
|
|
</div><div class="section"><h1 id="rest_webservice">10.4 Rest Webservice<a class="sectionlink" href="#rest_webservice" title="Link to here">¶</a></h1>
|
|
<p>Testing a REST Webservice is very similar as you only need to modify in HTTP Request
|
|
<ul>
|
|
<li>Method: to select the one you want to test</li>
|
|
<li>Body Data: which can be JSON, XML or any custom text</li>
|
|
</ul>
|
|
You may also need to modify "HTTP Header Manager" to select the correct "Content-Type"
|
|
</p>
|
|
</div><ul class="pagelinks"><li><a href="build-ldapext-test-plan.html">< Prev</a></li><li><a href="../index.html">Index</a></li><li><a href="build-jms-point-to-point-test-plan.html">Next ></a></li></ul></div><div class="footer"><div class="copyright">
|
|
Copyright ©
|
|
1999 –
|
|
2015
|
|
, Apache Software Foundation
|
|
</div><div class="trademarks">Apache, Apache JMeter, JMeter, the Apache
|
|
feather, and the Apache JMeter logo are
|
|
trademarks of the
|
|
Apache Software Foundation.
|
|
</div></div></body></html> |