<?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>Comments on: MsBuild execution of SoapUI testrunner</title>
	<atom:link href="http://blog.goneopen.com/2010/01/msbuild-execution-of-soapui-testrunner/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goneopen.com/2010/01/msbuild-execution-of-soapui-testrunner/</link>
	<description>Thrashing around in the stickiness of software</description>
	<lastBuildDate>Fri, 30 Dec 2011 04:14:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sv</title>
		<link>http://blog.goneopen.com/2010/01/msbuild-execution-of-soapui-testrunner/comment-page-1/#comment-1262</link>
		<dc:creator>sv</dc:creator>
		<pubDate>Tue, 08 Mar 2011 15:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.goneopen.com/?p=103#comment-1262</guid>
		<description>Thanks you so much for all your help,

Finally I am able to save the soapUI results on output folder, now I am planing to send an email to every with results once build is completed either in HTML format or links

Here is the MSbuild file that I am using but some thing i am missing in the file, can you please help me to resolve this issue




  
    NightlyBuildProject.xml
    \\ABCD\build_output\SoapUI_Results
  

  
    
  

  
    $(ProgramFiles)\eviware\soapUI-Pro-3.6.1\bin
    $(MSBuildProjectDirectory)\$(SoapUiProject)
    &quot;$(SoapUiPath)\testrunner.bat&quot; @(Args,&#039; &#039;)-r -o -g &quot;$(TestProject)&quot;
  

  
    
    
  

  
    
  


  
    
  



  
    
  





    

    

  

  

    

  
  
</description>
		<content:encoded><![CDATA[<p>Thanks you so much for all your help,</p>
<p>Finally I am able to save the soapUI results on output folder, now I am planing to send an email to every with results once build is completed either in <span class="caps">HTML </span>format or links</p>
<p>Here is the MSbuild file that I am using but some thing i am missing in the file, can you please help me to resolve this issue</p>
<p>
    NightlyBuildProject.xml<br />
    \\ABCD\build_output\SoapUI_Results
  </p>
</p>
<p>
    $(ProgramFiles)\eviware\soapUI-Pro-3.6.1\bin<br />
    $(MSBuildProjectDirectory)\$(SoapUiProject)<br />
    &#34;$(SoapUiPath)\testrunner.bat&#34; @(Args,&#8217; &#8216;)-r -o -g &#34;$(TestProject)&#34;
  </p>
<p>
  </p>
</p>
</p>
</p>
</p>
<p>
  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://blog.goneopen.com/2010/01/msbuild-execution-of-soapui-testrunner/comment-page-1/#comment-1253</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Tue, 15 Feb 2011 05:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.goneopen.com/?p=103#comment-1253</guid>
		<description>To get code coverage on your CLR objects you need attach to the process. You should be able to google that. 

However, I not sure that code coverage is the solution here. These are system tests and you&#039;ll get high code coverage but won&#039;t mean much. You should rather a layered strategy and get code coverage on unit and integration tests only. I have other blogs on layer tests.

--tb</description>
		<content:encoded><![CDATA[<p>To get code coverage on your <span class="caps">CLR </span>objects you need attach to the process. You should be able to google that. </p>
<p>However, I not sure that code coverage is the solution here. These are system tests and you&#8217;ll get high code coverage but won&#8217;t mean much. You should rather a layered strategy and get code coverage on unit and integration tests only. I have other blogs on layer tests.</p>
<p>&#8211;tb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sv</title>
		<link>http://blog.goneopen.com/2010/01/msbuild-execution-of-soapui-testrunner/comment-page-1/#comment-1252</link>
		<dc:creator>sv</dc:creator>
		<pubDate>Tue, 15 Feb 2011 04:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.goneopen.com/?p=103#comment-1252</guid>
		<description>excellent post.... thank you so much for this post .. it worked like any thing.. Also if you don&#039;t mind i have one more help needed, When I run this project file from ms build(TFS) soapUI test runs as expected but It is not displaying test results and code coverage results

can you please help me to generate test results and code coverage results with in the build
Default Configuration and Platform

Here is the results below

 0 error(s), 0 warning(s)
 1 projects/solutions compiled
 No Test Results
 No Code Coverage Results

Thanks again for your help
SR</description>
		<content:encoded><![CDATA[<p>excellent post&#8230;. thank you so much for this post .. it worked like any thing.. Also if you don&#8217;t mind i have one more help needed, When I run this project file from ms build(TFS) soapUI test runs as expected but It is not displaying test results and code coverage results</p>
<p>can you please help me to generate test results and code coverage results with in the build<br />
Default Configuration and Platform</p>
<p>Here is the results below</p>
<p> 0 error(s), 0 warning(s)<br />
 1 projects/solutions compiled<br />
 No Test Results<br />
 No Code Coverage Results</p>
<p>Thanks again for your help<br />
SR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://blog.goneopen.com/2010/01/msbuild-execution-of-soapui-testrunner/comment-page-1/#comment-20</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Wed, 10 Mar 2010 05:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.goneopen.com/?p=103#comment-20</guid>
		<description>Marcus,

Thanks for the nice comments. I did this work a month of two ago and I plain forget the details. But I thought that I there was a way to do what you want. I think that you can add &quot;scripting&quot; to a service. Alternatively, you create a mockService (in the soapUI) approach. Sorry I can&#039;t help you anymore than that.

If you are doing this work, it could be worthwhile checking out fitLibraryWeb (http://sourceforge.net/apps/mediawiki/fitlibrary/index.php?title=Main_Page) for its web service testing. Centrally, it is the same approach as soapui.

todd</description>
		<content:encoded><![CDATA[<p>Marcus,</p>
<p>Thanks for the nice comments. I did this work a month of two ago and I plain forget the details. But I thought that I there was a way to do what you want. I think that you can add &#8220;scripting&#8221; to a service. Alternatively, you create a mockService (in the soapUI) approach. Sorry I can&#8217;t help you anymore than that.</p>
<p>If you are doing this work, it could be worthwhile checking out fitLibraryWeb (<a href="http://sourceforge.net/apps/mediawiki/fitlibrary/index.php?title=Main_Page" rel="nofollow">http://sourceforge.net/apps/mediawiki/fitlibrary/index.php?title=Main_Page</a>) for its web service testing. Centrally, it is the same approach as soapui.</p>
<p>todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Hammarberg</title>
		<link>http://blog.goneopen.com/2010/01/msbuild-execution-of-soapui-testrunner/comment-page-1/#comment-19</link>
		<dc:creator>Marcus Hammarberg</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.goneopen.com/?p=103#comment-19</guid>
		<description>Hello Todd,

saw this post and liked it a lot! Great work - you just releaved me from some really tedious work. 

But.... have you seen a way to override some of the endpoints in the SOAPUi file? 

I have to get a security token from an external service and want to keep the endpoint for that service &quot;untouched&quot; from the override I supply in the MSBuild target. 

you can read more about my experience on this here: http://www.marcusoft.net/2010/03/soapui-and-testing-wcf-services-how-i.html 

And here is the praise for this post, of course :) http://www.marcusoft.net/2010/03/soapui-and-msbuild.html</description>
		<content:encoded><![CDATA[<p>Hello Todd,</p>
<p>saw this post and liked it a lot! Great work &#8211; you just releaved me from some really tedious work. </p>
<p>But&#8230;. have you seen a way to override some of the endpoints in the <span class="caps">SOAPU</span>i file? </p>
<p>I have to get a security token from an external service and want to keep the endpoint for that service &#8220;untouched&#8221; from the override I supply in the <span class="caps">MSB</span>uild target. </p>
<p>you can read more about my experience on this here: <a href="http://www.marcusoft.net/2010/03/soapui-and-testing-wcf-services-how-i.html" rel="nofollow">http://www.marcusoft.net/2010/03/soapui-and-testing-wcf-services-how-i.html</a> </p>
<p>And here is the praise for this post, of course <img src='http://blog.goneopen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://www.marcusoft.net/2010/03/soapui-and-msbuild.html" rel="nofollow">http://www.marcusoft.net/2010/03/soapui-and-msbuild.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

