Skip to content
涂珂 edited this page Dec 14, 2013 · 3 revisions
<testcases>
    <!-- SAMPLE TEST CASE -->
    <case>
        <url>http://127.0.0.1:8000</url>
    </case>
	<case>
		<url>http://127.0.0.1:8000/search/?q=net</url>
	</case>
    
    <!-- SAMPLE TEST CASE -->
    <!--
    <case>
        <url>http://search.yahooapis.com/WebSearchService/V1/webSearch</url>
        <method>POST</method>
        <body><![CDATA[appid=YahooDemo&query=pylot]]></body>
        <add_header>Content-type: application/x-www-form-urlencoded</add_header>
    </case>
    -->
</testcases>
  • python run.py -a 5 //同时运行5个用户,默认1分钟
  • 查看结果 result文件夹下子文件夹中的result.html
Clone this wiki locally