<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>“进化的测试” 的评论</title>
	<atom:link href="http://magustest.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://magustest.com/blog</link>
	<description>关注软件测试，白盒测试，自动化测试，性能测试</description>
	<lastBuildDate>Thu, 01 Jul 2010 12:26:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>magus 关于 LoadRunner模拟客户端发送JSON格式的请求 的评论</title>
		<link>http://magustest.com/blog/loadtest/json-format-request-using-loadrunner/comment-page-1/#comment-464</link>
		<dc:creator>magus</dc:creator>
		<pubDate>Thu, 01 Jul 2010 12:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=249#comment-464</guid>
		<description>如果你发的请求就是贴在这里的代码的话，是不是双引号有问题？我贴出来以后看双引号是中文符号的双引号，不是英文的。</description>
		<content:encoded><![CDATA[<p>如果你发的请求就是贴在这里的代码的话，是不是双引号有问题？我贴出来以后看双引号是中文符号的双引号，不是英文的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>weilin 关于 LoadRunner模拟客户端发送JSON格式的请求 的评论</title>
		<link>http://magustest.com/blog/loadtest/json-format-request-using-loadrunner/comment-page-1/#comment-460</link>
		<dc:creator>weilin</dc:creator>
		<pubDate>Wed, 30 Jun 2010 01:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=249#comment-460</guid>
		<description>你好请教你个问题，我现在做JSON数据的接口性能测试：如下
写的脚本如下：
Action()
{
        web_custom_request(&quot;request1&quot;
        
        &quot;URL = http://61.145.165.154:8080/uc/json&quot;,
        &quot;Method = POST&quot;,

        &quot;Resource=1&quot;,
        &quot;RecContentType = uc/json&quot;,
        &quot;EncType = uc/json&quot;,
        &quot;Mode = HTTP&quot;,
        RAW_BODY_START,
    // &quot;{action:\&quot;DeviceActive\&quot;,device:{deviceid:\&quot;abc\&quot;,        devmodel:\&quot;abc\&quot;}}&quot;,
        //&quot;body = deviceid = b90f632d06cf51a176c36be73cb725d516d7c77f&quot;
    &quot;{action:\&quot;DeviceActive\&quot;,        device:{deviceid:\&quot;b90f632d06cf51a176c36be73cb725d516d7c77f\&quot;,devmodel:\&quot;1\&quot;}}&quot;,
    //&quot;{device:{deviceid:\&quot;b90f632d06cf51a176c36be73cb725d516d7c77f\&quot;,devmodel:\&quot;1\&quot;}}&quot;
        //55,
        RAW_BODY_END,
        LAST);

        //return 0;
}
运行报如下错：
Action.c(3): Error -27226: The &quot;Method = POST&quot; argument (number 2) is unrecognized or misplaced          [MsgId: MERR-27226]
Action.c(3): web_custom_request(&quot;request1URL = http://61.145.165.154:8080/uc/json&quot;) highest severity level was &quot;ERROR&quot;, 0 body bytes, 0 header bytes          [MsgId: MMSG-26388]

请指教谢谢！</description>
		<content:encoded><![CDATA[<p>你好请教你个问题，我现在做JSON数据的接口性能测试：如下<br />
写的脚本如下：<br />
Action()<br />
{<br />
        web_custom_request(&#8220;request1&#8243;</p>
<p>        &#8220;URL = <a href="http://61.145.165.154:8080/uc/json" rel="nofollow">http://61.145.165.154:8080/uc/json</a>&#8220;,<br />
        &#8220;Method = POST&#8221;,</p>
<p>        &#8220;Resource=1&#8243;,<br />
        &#8220;RecContentType = uc/json&#8221;,<br />
        &#8220;EncType = uc/json&#8221;,<br />
        &#8220;Mode = HTTP&#8221;,<br />
        RAW_BODY_START,<br />
    // &#8220;{action:\&#8221;DeviceActive\&#8221;,device:{deviceid:\&#8221;abc\&#8221;,        devmodel:\&#8221;abc\&#8221;}}&#8221;,<br />
        //&#8221;body = deviceid = b90f632d06cf51a176c36be73cb725d516d7c77f&#8221;<br />
    &#8220;{action:\&#8221;DeviceActive\&#8221;,        device:{deviceid:\&#8221;b90f632d06cf51a176c36be73cb725d516d7c77f\&#8221;,devmodel:\&#8221;1\&#8221;}}&#8221;,<br />
    //&#8221;{device:{deviceid:\&#8221;b90f632d06cf51a176c36be73cb725d516d7c77f\&#8221;,devmodel:\&#8221;1\&#8221;}}&#8221;<br />
        //55,<br />
        RAW_BODY_END,<br />
        LAST);</p>
<p>        //return 0;<br />
}<br />
运行报如下错：<br />
Action.c(3): Error -27226: The &#8220;Method = POST&#8221; argument (number 2) is unrecognized or misplaced          [MsgId: MERR-27226]<br />
Action.c(3): web_custom_request(&#8220;request1URL = <a href="http://61.145.165.154:8080/uc/json" rel="nofollow">http://61.145.165.154:8080/uc/json</a>&#8220;) highest severity level was &#8220;ERROR&#8221;, 0 body bytes, 0 header bytes          [MsgId: MMSG-26388]</p>
<p>请指教谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>magus 关于 代码中的注释 的评论</title>
		<link>http://magustest.com/blog/computer/code-comment/comment-page-1/#comment-425</link>
		<dc:creator>magus</dc:creator>
		<pubDate>Sat, 05 Jun 2010 14:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=661#comment-425</guid>
		<description>linuxcity，我很同意你的观点，敏捷开发里面的确没有人愿意写文档，因为代码更新的快，文档如果不能随着代码一起更新，那只能贻害后人。
不相信developer，也不相信他们的code -- 经典  ：）</description>
		<content:encoded><![CDATA[<p>linuxcity，我很同意你的观点，敏捷开发里面的确没有人愿意写文档，因为代码更新的快，文档如果不能随着代码一起更新，那只能贻害后人。<br />
不相信developer，也不相信他们的code &#8212; 经典  ：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>linuxcity 关于 代码中的注释 的评论</title>
		<link>http://magustest.com/blog/computer/code-comment/comment-page-1/#comment-421</link>
		<dc:creator>linuxcity</dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=661#comment-421</guid>
		<description>没有人愿意写文档，尤其是agile开发里变化这么快文档更新估计跟不上代码。这里我就觉得注释很重要，而且有时候连developer自己都想不起做了什么为什么这样做，所以我一般都不问developer。

不过自己做的是integrated test以上的level的，其实大部分时间不会去看代码要做什么，如果那样的话就会放过很多bug。就像James Bach说的，不相信developer，也不相信他们的code</description>
		<content:encoded><![CDATA[<p>没有人愿意写文档，尤其是agile开发里变化这么快文档更新估计跟不上代码。这里我就觉得注释很重要，而且有时候连developer自己都想不起做了什么为什么这样做，所以我一般都不问developer。</p>
<p>不过自己做的是integrated test以上的level的，其实大部分时间不会去看代码要做什么，如果那样的话就会放过很多bug。就像James Bach说的，不相信developer，也不相信他们的code</p>
]]></content:encoded>
	</item>
	<item>
		<title>magus 关于 敏捷测试只是手段不是目的 的评论</title>
		<link>http://magustest.com/blog/softwaretesting/about-agile-testing/comment-page-1/#comment-299</link>
		<dc:creator>magus</dc:creator>
		<pubDate>Tue, 04 May 2010 06:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=592#comment-299</guid>
		<description>个人感觉，Agile里面，QA不是一个人，只是一个角色，developer也会有很多的时间参与到QA工作中。QA嘛还是要有的，个人感觉是和开发人员工作更加紧密 ：）</description>
		<content:encoded><![CDATA[<p>个人感觉，Agile里面，QA不是一个人，只是一个角色，developer也会有很多的时间参与到QA工作中。QA嘛还是要有的，个人感觉是和开发人员工作更加紧密 ：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>Zhe Li 关于 敏捷测试只是手段不是目的 的评论</title>
		<link>http://magustest.com/blog/softwaretesting/about-agile-testing/comment-page-1/#comment-298</link>
		<dc:creator>Zhe Li</dc:creator>
		<pubDate>Mon, 03 May 2010 11:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=592#comment-298</guid>
		<description>有时候感觉Agile概念里根本没有把QA Team考虑进去。</description>
		<content:encoded><![CDATA[<p>有时候感觉Agile概念里根本没有把QA Team考虑进去。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Zhe Li 关于 自动化测试中的sleep 的评论</title>
		<link>http://magustest.com/blog/automationtesting/sleep-in-test-automation/comment-page-1/#comment-297</link>
		<dc:creator>Zhe Li</dc:creator>
		<pubDate>Mon, 03 May 2010 11:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=647#comment-297</guid>
		<description>完全同意,我觉得一个合格的自动测试脚本就不应该有sleep().
很多时候可能就是偷懒加个sleep()但是后期带来的调试麻烦还有其他的问题得不偿失。</description>
		<content:encoded><![CDATA[<p>完全同意,我觉得一个合格的自动测试脚本就不应该有sleep().<br />
很多时候可能就是偷懒加个sleep()但是后期带来的调试麻烦还有其他的问题得不偿失。</p>
]]></content:encoded>
	</item>
	<item>
		<title>huohuo 关于 用VSPerfMon在测试ASP.NET程序的过程中收集代码覆盖率信息 的评论</title>
		<link>http://magustest.com/blog/softwaretesting/collecting-aspnet-code-coverage-date-using-vsperfmon/comment-page-1/#comment-204</link>
		<dc:creator>huohuo</dc:creator>
		<pubDate>Mon, 12 Apr 2010 08:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=454#comment-204</guid>
		<description>good! 这个非常有帮助。尤其对于一个持续集成的产品来说。</description>
		<content:encoded><![CDATA[<p>good! 这个非常有帮助。尤其对于一个持续集成的产品来说。</p>
]]></content:encoded>
	</item>
	<item>
		<title>magus 关于 DSL与自动化测试 &#8211; 用Python实现简单的DSL 的评论</title>
		<link>http://magustest.com/blog/automationtesting/dsl-automation-testing-using-python/comment-page-1/#comment-190</link>
		<dc:creator>magus</dc:creator>
		<pubDate>Thu, 08 Apr 2010 16:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=655#comment-190</guid>
		<description>这个问题我也不知道……从我自己的理解，Method Chaining出来的效果应该可以让代码看起来更像自然语言（可能我的例子不太好，没达到这个效果）；而传很多参数可能降低了可读性。</description>
		<content:encoded><![CDATA[<p>这个问题我也不知道……从我自己的理解，Method Chaining出来的效果应该可以让代码看起来更像自然语言（可能我的例子不太好，没达到这个效果）；而传很多参数可能降低了可读性。</p>
]]></content:encoded>
	</item>
	<item>
		<title>liangshi 关于 DSL与自动化测试 &#8211; 用Python实现简单的DSL 的评论</title>
		<link>http://magustest.com/blog/automationtesting/dsl-automation-testing-using-python/comment-page-1/#comment-182</link>
		<dc:creator>liangshi</dc:creator>
		<pubDate>Wed, 07 Apr 2010 05:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://magustest.com/blog/?p=655#comment-182</guid>
		<description>很好的文章。

我有一个疑问，Method Chaining对于以下代码有何优势？
test.go(user = a
    , view = asset55100002
    , anetwork = 55100
    , onsite = site55100503
    , snetwork = 55100
    , dnetwork = 55100
    , times = 1)</description>
		<content:encoded><![CDATA[<p>很好的文章。</p>
<p>我有一个疑问，Method Chaining对于以下代码有何优势？<br />
test.go(user = a<br />
    , view = asset55100002<br />
    , anetwork = 55100<br />
    , onsite = site55100503<br />
    , snetwork = 55100<br />
    , dnetwork = 55100<br />
    , times = 1)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
