<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: soapUI Tips n Tricks &#8211; Part 2</title>
	<atom:link href="http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/</link>
	<description>Programming can be fun...</description>
	<lastBuildDate>Thu, 10 Dec 2009 08:38:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: onebyteatatime</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-121</link>
		<dc:creator>onebyteatatime</dc:creator>
		<pubDate>Mon, 31 Aug 2009 13:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-121</guid>
		<description>Hi Dwaraka,

I am not Ole. If you meant to ask question to Ole, you can try posting this question on soapui forum. Ole is pretty good at replying back in a reasonable time frame. But since you asked the question you can control the flow using testRunner.gotoStepByName ( I have described it in point #7 in my post http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/). There is one more way to do it but that is available as of soapui pro 2.5 or up and I think that allows you to directly jump to a given testcase. I am sure the soapui user guide on their website talks about that too. Please go through my description in #7 of my post and their guide and you should find what you are looking for.

hope that helps,
~srs</description>
		<content:encoded><![CDATA[<p>Hi Dwaraka,</p>
<p>I am not Ole. If you meant to ask question to Ole, you can try posting this question on soapui forum. Ole is pretty good at replying back in a reasonable time frame. But since you asked the question you can control the flow using testRunner.gotoStepByName ( I have described it in point #7 in my post <a href="http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/)" rel="nofollow">http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/)</a>. There is one more way to do it but that is available as of soapui pro 2.5 or up and I think that allows you to directly jump to a given testcase. I am sure the soapui user guide on their website talks about that too. Please go through my description in #7 of my post and their guide and you should find what you are looking for.</p>
<p>hope that helps,<br />
~srs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lohith</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-119</link>
		<dc:creator>Lohith</dc:creator>
		<pubDate>Mon, 31 Aug 2009 06:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-119</guid>
		<description>Hi Ole ,

I want to control the flow of tescases within a test suite ,

Is it possible ?

please lets us know 

I am using soapui2.0.2 pro version

Thanks 
Lohith</description>
		<content:encoded><![CDATA[<p>Hi Ole ,</p>
<p>I want to control the flow of tescases within a test suite ,</p>
<p>Is it possible ?</p>
<p>please lets us know </p>
<p>I am using soapui2.0.2 pro version</p>
<p>Thanks<br />
Lohith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zainab</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-116</link>
		<dc:creator>Zainab</dc:creator>
		<pubDate>Fri, 14 Aug 2009 19:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-116</guid>
		<description>Hi,

Thank you for your rich information :)

I have a question please, How can I use a property as a function of another property? For example: If I have 2 properties t1 and  t2, t1=current time, How to set t2=t2-t1?
and how to get the current time, please?

Another example:

   
   
      
         2
         24
      
   


I want the crsNum to be random between 1 and 4, I did that using property expansion: ${=(int)(Math.random()*10)}
Q: I want StudentAge to be function of crsNum, how to do it in soapUI Pro?
Ex: if crsNum=1, then StudentAge= 10 to 20
      if crsNum=2, then StudentAge= 20 to 30 
      and so on

thank you in advance ..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for your rich information <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have a question please, How can I use a property as a function of another property? For example: If I have 2 properties t1 and  t2, t1=current time, How to set t2=t2-t1?<br />
and how to get the current time, please?</p>
<p>Another example:</p>
<p>         2<br />
         24</p>
<p>I want the crsNum to be random between 1 and 4, I did that using property expansion: ${=(int)(Math.random()*10)}<br />
Q: I want StudentAge to be function of crsNum, how to do it in soapUI Pro?<br />
Ex: if crsNum=1, then StudentAge= 10 to 20<br />
      if crsNum=2, then StudentAge= 20 to 30<br />
      and so on</p>
<p>thank you in advance ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scc</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-115</link>
		<dc:creator>scc</dc:creator>
		<pubDate>Mon, 10 Aug 2009 22:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-115</guid>
		<description>Regarding Datasource option, can you explain the last 2 options: &#039;Entitize&#039;, and &#039;Expand&#039; ? The userguide doesn&#039;t elaborate. Can you give example? Thanks.</description>
		<content:encoded><![CDATA[<p>Regarding Datasource option, can you explain the last 2 options: &#8216;Entitize&#8217;, and &#8216;Expand&#8217; ? The userguide doesn&#8217;t elaborate. Can you give example? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onebyteatatime</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-61</link>
		<dc:creator>onebyteatatime</dc:creator>
		<pubDate>Thu, 04 Jun 2009 15:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-61</guid>
		<description>what do you mean by same error. can you elaborate a little on what exactly the problem is and when do you see NullPointerException?</description>
		<content:encoded><![CDATA[<p>what do you mean by same error. can you elaborate a little on what exactly the problem is and when do you see NullPointerException?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akiross</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-60</link>
		<dc:creator>akiross</dc:creator>
		<pubDate>Thu, 04 Jun 2009 08:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-60</guid>
		<description>hi
I do get the same error .  &amp; in the soap ui console i see a Null pointer exception been thrown.
I have 2 different versions of jre. could that cause a null pointer exception.?
please reply</description>
		<content:encoded><![CDATA[<p>hi<br />
I do get the same error .  &amp; in the soap ui console i see a Null pointer exception been thrown.<br />
I have 2 different versions of jre. could that cause a null pointer exception.?<br />
please reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onebyteatatime</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-48</link>
		<dc:creator>onebyteatatime</dc:creator>
		<pubDate>Tue, 26 May 2009 14:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-48</guid>
		<description>check the trace in your soapui error log. one of xsd files might be missing.</description>
		<content:encoded><![CDATA[<p>check the trace in your soapui error log. one of xsd files might be missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-46</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Sat, 23 May 2009 18:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-46</guid>
		<description>Hi
I got this error in soap &quot;com.eviware.soapui.support.soapException:Error importing wsdl&quot;,please provide any solution for this.
regards 
praveen</description>
		<content:encoded><![CDATA[<p>Hi<br />
I got this error in soap &#8220;com.eviware.soapui.support.soapException:Error importing wsdl&#8221;,please provide any solution for this.<br />
regards<br />
praveen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onebyteatatime</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-26</link>
		<dc:creator>onebyteatatime</dc:creator>
		<pubDate>Sun, 19 Apr 2009 02:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-26</guid>
		<description>Thanks, Ole. I was not aware of runTestStepByName myself. Its cool to have that method. very handy !!</description>
		<content:encoded><![CDATA[<p>Thanks, Ole. I was not aware of runTestStepByName myself. Its cool to have that method. very handy !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Lensmar</title>
		<link>http://onebyteatatime.wordpress.com/2009/04/18/soapui-tips-n-tricks-part-2/#comment-25</link>
		<dc:creator>Ole Lensmar</dc:creator>
		<pubDate>Sun, 19 Apr 2009 01:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://onebyteatatime.wordpress.com/?p=241#comment-25</guid>
		<description>Thanks for another great post!

Regarding tip nr 7, soapUI 2.5 introduced a &quot;runTestStepByName&quot; method which will do what most users expected the gotoTestStepByName method to do in the first place; it will run the specified teststep immediately and also add its results to the log and call the relevant listeners. 

Keep up the great work!

/Ole
eviware.com</description>
		<content:encoded><![CDATA[<p>Thanks for another great post!</p>
<p>Regarding tip nr 7, soapUI 2.5 introduced a &#8220;runTestStepByName&#8221; method which will do what most users expected the gotoTestStepByName method to do in the first place; it will run the specified teststep immediately and also add its results to the log and call the relevant listeners. </p>
<p>Keep up the great work!</p>
<p>/Ole<br />
eviware.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
