<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>just take it</title>
	<atom:link href="http://yudhi19.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yudhi19.wordpress.com</link>
	<description>Just another popular blog</description>
	<lastBuildDate>Tue, 06 Apr 2010 16:15:11 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yudhi19.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>just take it</title>
		<link>http://yudhi19.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yudhi19.wordpress.com/osd.xml" title="just take it" />
	<atom:link rel='hub' href='http://yudhi19.wordpress.com/?pushpress=hub'/>
		<item>
		<title>BENTUK REALISASI USE CASE</title>
		<link>http://yudhi19.wordpress.com/2010/04/06/bentuk-realisasi-use-case/</link>
		<comments>http://yudhi19.wordpress.com/2010/04/06/bentuk-realisasi-use-case/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 16:15:11 +0000</pubDate>
		<dc:creator>yudhi19</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yudhi19.wordpress.com/?p=73</guid>
		<description><![CDATA[Tugas I : Verifikasi dan Validasi Perangkat Lunak ID : 5106100019 / Yudhi Dwi Cahyono Contoh Use Case : Diagram use case diatas, menggambarkan sistem informasi perindustrian. Use case tersebut terdiri dari dua macam interaksi antara entitas luar dengan sistem. Kedua interaksi tersebut dapat dijelaskan sebagai berikut. 1. User melakukan pencarian data industri User bisa [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yudhi19.wordpress.com&amp;blog=2174239&amp;post=73&amp;subd=yudhi19&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tugas I : Verifikasi dan Validasi Perangkat Lunak</p>
<p>ID : 5106100019 / Yudhi Dwi Cahyono</p>
<p><strong>Contoh Use Case :</strong></p>
<p><a href="http://yudhi19.files.wordpress.com/2010/04/use-case.png"><img class="aligncenter size-full wp-image-74" title="use case" src="http://yudhi19.files.wordpress.com/2010/04/use-case.png?w=347&#038;h=347" alt="" width="347" height="347" /></a>Diagram use case diatas, menggambarkan sistem informasi perindustrian. Use case tersebut terdiri dari dua macam interaksi antara entitas luar dengan sistem. Kedua interaksi tersebut dapat dijelaskan sebagai berikut.</p>
<p>1. User melakukan pencarian data industri</p>
<p>User bisa melakukan pencarian informasi terkait dengan data industri tertentu.</p>
<p>2. Admin melakukan pemasukan data industri</p>
<p>Admin melakukan pemasukan data industri baru ke dalam database.</p>
<p>Realiasasi dari use case di atas dapat digambarkan dalam bentuk sequence diagram sebagai berikut :</p>
<p><strong>Sequence Diagram</strong></p>
<p>a) Sequence Diagram untuk Use Case &#8220;search industri&#8221;</p>
<p><a href="http://yudhi19.files.wordpress.com/2010/04/sequence-diagram1.png"><img class="aligncenter size-full wp-image-75" title="sequence diagram1" src="http://yudhi19.files.wordpress.com/2010/04/sequence-diagram1.png?w=496&#038;h=314" alt="" width="496" height="314" /></a>b) Sequence diagram untuk Use Case &#8220;Input Industri&#8221;</p>
<p><a href="http://yudhi19.files.wordpress.com/2010/04/sequence-diagram2.png"><img class="aligncenter size-full wp-image-76" title="sequence diagram2" src="http://yudhi19.files.wordpress.com/2010/04/sequence-diagram2.png?w=482&#038;h=411" alt="" width="482" height="411" /></a></p>
<p><strong>Realisasi Sequence Diagram</strong></p>
<p><strong>Use Case Search Industri</strong></p>
<p>1) Realisasi UI &#8220;search&#8221;</p>
<p><a href="http://yudhi19.files.wordpress.com/2010/04/uisearch.png"><img class="aligncenter size-full wp-image-77" title="UIsearch" src="http://yudhi19.files.wordpress.com/2010/04/uisearch.png?w=497&#038;h=169" alt="" width="497" height="169" /></a>2) Realisasi control &#8220;SearchIndustriControl&#8221;</p>
<p><em>/*</em></p>
<p><em>* To change this template, choose Tools | Templates</em></p>
<p><em>* and open the template in the editor.</em></p>
<p><em>*/</em></p>
<p><em>package vervalpl;</em></p>
<p><em>import com.mysql.jdbc.Connection;</em></p>
<p><em>import vervalpl.koneksi;</em></p>
<p><em>import com.mysql.jdbc.ResultSet;</em></p>
<p><em>import java.sql.SQLException;</em></p>
<p><em>/**</em></p>
<p><em>*</em></p>
<p><em>* @author Yudhi Dwi Cahyono</em></p>
<p><em>*/</em></p>
<p><em>public class SearchIndustriControl {</em></p>
<p><em>koneksi conn;</em></p>
<p><em>public SearchIndustriControl(){</em></p>
<p><em>conn = new koneksi();</em></p>
<p><em>}</em></p>
<p><em>public ResultSet searchDataIndustri(String keyword) throws SQLException{</em></p>
<p><em>ResultSet rs = null;</em></p>
<p><em>String query = &#8220;&#8221;;</em></p>
<p><em>if(conn.getKoneksi()){</em></p>
<p><em>query = &#8220;select * from industri where nama_industri = &#8216;&#8221;+keyword+&#8221;&#8216;&#8221;;</em></p>
<p><em>rs = (ResultSet) conn.executeSelect(query);</em></p>
<p><em>}</em></p>
<p><em>return rs;</em></p>
<p><em>}</em></p>
<p><em>}</em></p>
<p>3) Realisasi Database -&gt; Tabel Industri</p>
<p><em>CREATE TABLE `verval`.`industri` (</em></p>
<p><em>`id_industri` CHAR( 5 ) NOT NULL ,</em></p>
<p><em>`nama_industri` VARCHAR( 100 ) NOT NULL ,</em></p>
<p><em>`alamat` VARCHAR( 200 ) NOT NULL ,</em></p>
<p><em>PRIMARY KEY ( `id_industri` )</em></p>
<p><em>) ENGINE = MYISAM</em></p>
<p><em> </em></p>
<p><em>INSERT INTO `verval`.`industri` (</em></p>
<p><em>`id_industri` ,</em></p>
<p><em>`nama_industri` ,</em></p>
<p><em>`alamat`</em></p>
<p><em>)</em></p>
<p><em>VALUES (</em></p>
<p><em>&#8217;001&#8242;, &#8216;PT. Astres Int. Tbk.&#8217;, &#8216;Keputih Gang 1D&#8217;</em></p>
<p><em>), (</em></p>
<p><em>&#8217;002&#8242;, &#8216;PT. Butik Batik&#8217;, &#8216;Kertajaya No. 51&#8242;</em></p>
<p><em>);</em></p>
<p><strong>Use Case Input Industri</strong></p>
<p>1) Realisasi UI &#8220;inputIndustri&#8221;</p>
<p><a href="http://yudhi19.files.wordpress.com/2010/04/ui2.png"><img class="aligncenter size-full wp-image-78" title="ui2" src="http://yudhi19.files.wordpress.com/2010/04/ui2.png?w=497&#038;h=220" alt="" width="497" height="220" /></a></p>
<p>2) Realisasi control &#8220;InputIndustriControl&#8221;</p>
<p><em>/*</em></p>
<p><em>* To change this template, choose Tools | Templates</em></p>
<p><em>* and open the template in the editor.</em></p>
<p><em>*/</em></p>
<p><em> </em></p>
<p><em>package vervalpl;</em></p>
<p><em> </em></p>
<p><em>import java.sql.SQLException;</em></p>
<p><em>import vervalpl.koneksi;</em></p>
<p><em>/**</em></p>
<p><em>*</em></p>
<p><em>* @author Yudhi Dwi Cahyono</em></p>
<p><em>*/</em></p>
<p><em>public class InputIndustriControl {</em></p>
<p><em>private koneksi kon;</em></p>
<p><em> </em></p>
<p><em>public InputIndustriControl(){</em></p>
<p><em>kon = new koneksi();</em></p>
<p><em>}</em></p>
<p><em>public int inputDataIndustri(String nomor, String nama, String alamat) throws SQLException{</em></p>
<p><em>int X = 0;</em></p>
<p><em>if(!nomor.isEmpty() &amp;&amp; !nama.isEmpty() &amp;&amp; !alamat.isEmpty()){</em></p>
<p><em>if(kon.getKoneksi()){</em></p>
<p><em>String query = &#8220;insert into industri (id_industri, nama_industri, alamat) &#8221; +</em></p>
<p><em>&#8220;values (&#8216;&#8221;+nomor+&#8221;&#8216;, &#8216;&#8221;+nama+&#8221;&#8216;, &#8216;&#8221;+alamat+&#8221;&#8216;)&#8221;;</em></p>
<p><em>X = kon.executeUpdate(query);</em></p>
<p><em>}</em></p>
<p><em>}</em></p>
<p><em>return X;</em></p>
<p><em>}</em></p>
<p><em>}</em></p>
<p>3) Realisasi Database -&gt; Tabel Industri</p>
<p>Di dalam use case Input Industri, sasaran tabelnya sama dengan use case search industri. Yaitu, tabel industri.</p>
<p><em>CREATE TABLE `verval`.`industri` (</em></p>
<p><em>`id_industri` CHAR( 5 ) NOT NULL ,</em></p>
<p><em>`nama_industri` VARCHAR( 100 ) NOT NULL ,</em></p>
<p><em>`alamat` VARCHAR( 200 ) NOT NULL ,</em></p>
<p><em>PRIMARY KEY ( `id_industri` )</em></p>
<p><em>) ENGINE = MYISAM</em></p>
<p><em> </em></p>
<p><em>INSERT INTO `verval`.`industri` (</em></p>
<p><em>`id_industri` ,</em></p>
<p><em>`nama_industri` ,</em></p>
<p><em>`alamat`</em></p>
<p><em>)</em></p>
<p><em>VALUES (</em></p>
<p><em>&#8217;001&#8242;, &#8216;PT. Astres Int. Tbk.&#8217;, &#8216;Keputih Gang 1D&#8217;</em></p>
<p><em>), (</em></p>
<p><em>&#8217;002&#8242;, &#8216;PT. Butik Batik&#8217;, &#8216;Kertajaya No. 51&#8242;</em></p>
<p><em>);</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yudhi19.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yudhi19.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yudhi19.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yudhi19.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yudhi19.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yudhi19.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yudhi19.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yudhi19.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yudhi19.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yudhi19.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yudhi19.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yudhi19.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yudhi19.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yudhi19.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yudhi19.wordpress.com&amp;blog=2174239&amp;post=73&amp;subd=yudhi19&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yudhi19.wordpress.com/2010/04/06/bentuk-realisasi-use-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec9de80b27897cab7114e36d02ff295c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yudhi19</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/04/use-case.png" medium="image">
			<media:title type="html">use case</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/04/sequence-diagram1.png" medium="image">
			<media:title type="html">sequence diagram1</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/04/sequence-diagram2.png" medium="image">
			<media:title type="html">sequence diagram2</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/04/uisearch.png" medium="image">
			<media:title type="html">UIsearch</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/04/ui2.png" medium="image">
			<media:title type="html">ui2</media:title>
		</media:content>
	</item>
		<item>
		<title>Generate Test Case Dari Use Case &#8211; Verifikasi dan Validasi Perangkat Lunak</title>
		<link>http://yudhi19.wordpress.com/2010/03/25/generate-test-case-dari-use-case-verifikasi-dan-validasi-perangkat-lunak/</link>
		<comments>http://yudhi19.wordpress.com/2010/03/25/generate-test-case-dari-use-case-verifikasi-dan-validasi-perangkat-lunak/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 08:56:49 +0000</pubDate>
		<dc:creator>yudhi19</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yudhi19.wordpress.com/?p=47</guid>
		<description><![CDATA[Kelompok : Wirsal Djamaluddin (5106100013) Yudhi Dwi Cahyono (5106100019) USE CASE Diagram use case di atas, menggambarkan sistem informasi perindustrian. Use case tersebut terdiri dari dua macam interaksi antara entitas luar dengan sistem. Kedua interaksi tersebut dapat dijelaskan sebagai berikut. 1)        User melakukan pencarian data industri. User bisa melakukan pencarian informasi terkait dengan data industri [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yudhi19.wordpress.com&amp;blog=2174239&amp;post=47&amp;subd=yudhi19&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Kelompok :</p>
<ol>
<li>Wirsal Djamaluddin (5106100013)</li>
<li>Yudhi Dwi Cahyono (5106100019)</li>
</ol>
<p><strong>USE CASE</strong></p>
<p><strong><a href="http://yudhi19.files.wordpress.com/2010/03/use-case1.jpg"><img class="aligncenter size-full wp-image-52" title="use case" src="http://yudhi19.files.wordpress.com/2010/03/use-case1.jpg?w=289&#038;h=293" alt="" width="289" height="293" /></a></strong></p>
<p>Diagram use case di atas, menggambarkan sistem informasi perindustrian. Use case tersebut terdiri dari dua macam interaksi antara entitas luar dengan sistem. Kedua interaksi tersebut dapat dijelaskan sebagai berikut.</p>
<p>1)        User melakukan pencarian data industri.</p>
<p>User bisa melakukan pencarian informasi terkait dengan data industri tertentu.</p>
<p>2)        Admin melakukan pemasukan data industri.</p>
<p>Admin, melakukan pemasukan data industri baru ke dalam database.</p>
<p><strong>1. USE CASE SEARCH INDUSTRI</strong></p>
<p><strong>Textual Description</strong></p>
<p style="text-align:center;">Basic Flow</p>
<p><strong><a href="http://yudhi19.files.wordpress.com/2010/03/basic-flow-search-industri.png"><img class="aligncenter size-full wp-image-53" title="basic flow search industri" src="http://yudhi19.files.wordpress.com/2010/03/basic-flow-search-industri.png?w=497&#038;h=232" alt="" width="497" height="232" /></a></strong></p>
<p style="text-align:center;">Alternate Flow</p>
<p style="text-align:left;"><a href="http://yudhi19.files.wordpress.com/2010/03/alternte-flow-search-industri.png"><img class="aligncenter size-full wp-image-54" title="alternate flow search industri" src="http://yudhi19.files.wordpress.com/2010/03/alternte-flow-search-industri.png?w=496&#038;h=222" alt="" width="496" height="222" /></a><strong>USE CASE SCENARIOS</strong></p>
<p style="text-align:left;"><strong><a href="http://yudhi19.files.wordpress.com/2010/03/use-case-scenarios-search-industri.png"><img class="aligncenter size-full wp-image-55" title="use case scenarios search industri" src="http://yudhi19.files.wordpress.com/2010/03/use-case-scenarios-search-industri.png?w=497&#038;h=82" alt="" width="497" height="82" /></a></strong></p>
<p style="text-align:left;"><strong>GENERATING TEST CASES</strong></p>
<p><strong> </strong></p>
<ul>
<li>Langkah Pertama &#8211; Generate Scenarios</li>
</ul>
<p><strong><a href="http://yudhi19.files.wordpress.com/2010/03/scenario-matriks-search-industri.png"><img class="aligncenter size-full wp-image-56" title="scenario matriks search industri" src="http://yudhi19.files.wordpress.com/2010/03/scenario-matriks-search-industri.png?w=497&#038;h=182" alt="" width="497" height="182" /></a></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<ul>
<li>Langkah Kedua &#8211; Identify Test Cases</li>
</ul>
<p><strong><a href="http://yudhi19.files.wordpress.com/2010/03/test-case-matrix-search-industri.png"><img class="aligncenter size-full wp-image-57" title="test case matrix search industri" src="http://yudhi19.files.wordpress.com/2010/03/test-case-matrix-search-industri.png?w=497&#038;h=371" alt="" width="497" height="371" /></a></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<ul>
<li>Langkah Ketiga &#8211; Identify Data Values to Test</li>
</ul>
<p><strong><a href="http://yudhi19.files.wordpress.com/2010/03/with-data-values-search-industri.png"><img class="aligncenter size-full wp-image-58" title="with data values search industri" src="http://yudhi19.files.wordpress.com/2010/03/with-data-values-search-industri.png?w=497&#038;h=404" alt="" width="497" height="404" /></a></strong></p>
<p><strong>2. USE CASE INPUT INDUSTRI</strong></p>
<p><strong>Textual Description</strong></p>
<p style="text-align:center;">Basic Flow</p>
<p style="text-align:center;"><a href="http://yudhi19.files.wordpress.com/2010/03/basic-flow-input-industri.png"><img class="aligncenter size-full wp-image-59" title="basic flow input industri" src="http://yudhi19.files.wordpress.com/2010/03/basic-flow-input-industri.png?w=497&#038;h=228" alt="" width="497" height="228" /></a></p>
<p style="text-align:center;">Alternate Flow</p>
<p style="text-align:center;"><a href="http://yudhi19.files.wordpress.com/2010/03/alternate-flow-input-industri.png"><img class="aligncenter size-full wp-image-60" title="alternate flow input industri" src="http://yudhi19.files.wordpress.com/2010/03/alternate-flow-input-industri.png?w=497&#038;h=173" alt="" width="497" height="173" /></a></p>
<p style="text-align:left;"><strong>USE CASE SCENARIOS</strong></p>
<p style="text-align:left;"><strong><a href="http://yudhi19.files.wordpress.com/2010/03/use-case-scenarios-input-industr.png"><img class="aligncenter size-full wp-image-61" title="use case scenarios input industr" src="http://yudhi19.files.wordpress.com/2010/03/use-case-scenarios-input-industr.png?w=497&#038;h=93" alt="" width="497" height="93" /></a></strong></p>
<p><strong>GENERATING TEST CASES</strong></p>
<ul>
<li><strong>Langkah Pertama &#8211; Generate Scenarios</strong></li>
</ul>
<p><strong><a href="http://yudhi19.files.wordpress.com/2010/03/scenario-matriks-input-industr.png"><img class="aligncenter size-full wp-image-62" title="scenario matriks input industr" src="http://yudhi19.files.wordpress.com/2010/03/scenario-matriks-input-industr.png?w=497&#038;h=114" alt="" width="497" height="114" /></a></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<ul>
<li>Langkah Kedua &#8211; Identify Test Case</li>
</ul>
<p><a href="http://yudhi19.files.wordpress.com/2010/03/test-case-matriks-input-industri.png"><img class="aligncenter size-full wp-image-63" title="test case matriks input industri" src="http://yudhi19.files.wordpress.com/2010/03/test-case-matriks-input-industri.png?w=496&#038;h=284" alt="" width="496" height="284" /></a></p>
<ul>
<li>Langkah Ketiga &#8211; Identifty Data Values to Test</li>
</ul>
<p><a href="http://yudhi19.files.wordpress.com/2010/03/with-data-values-input-industri.png"><img class="aligncenter size-full wp-image-64" title="with data values input industri" src="http://yudhi19.files.wordpress.com/2010/03/with-data-values-input-industri.png?w=497&#038;h=240" alt="" width="497" height="240" /></a></p>
<p>Download : <a href="http://yudhi19.files.wordpress.com/2010/03/laporan-generate-test-case-from-use-case2.docx">dokumen</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yudhi19.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yudhi19.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yudhi19.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yudhi19.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yudhi19.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yudhi19.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yudhi19.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yudhi19.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yudhi19.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yudhi19.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yudhi19.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yudhi19.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yudhi19.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yudhi19.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yudhi19.wordpress.com&amp;blog=2174239&amp;post=47&amp;subd=yudhi19&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yudhi19.wordpress.com/2010/03/25/generate-test-case-dari-use-case-verifikasi-dan-validasi-perangkat-lunak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ec9de80b27897cab7114e36d02ff295c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yudhi19</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/use-case1.jpg" medium="image">
			<media:title type="html">use case</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/basic-flow-search-industri.png" medium="image">
			<media:title type="html">basic flow search industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/alternte-flow-search-industri.png" medium="image">
			<media:title type="html">alternate flow search industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/use-case-scenarios-search-industri.png" medium="image">
			<media:title type="html">use case scenarios search industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/scenario-matriks-search-industri.png" medium="image">
			<media:title type="html">scenario matriks search industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/test-case-matrix-search-industri.png" medium="image">
			<media:title type="html">test case matrix search industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/with-data-values-search-industri.png" medium="image">
			<media:title type="html">with data values search industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/basic-flow-input-industri.png" medium="image">
			<media:title type="html">basic flow input industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/alternate-flow-input-industri.png" medium="image">
			<media:title type="html">alternate flow input industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/use-case-scenarios-input-industr.png" medium="image">
			<media:title type="html">use case scenarios input industr</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/scenario-matriks-input-industr.png" medium="image">
			<media:title type="html">scenario matriks input industr</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/test-case-matriks-input-industri.png" medium="image">
			<media:title type="html">test case matriks input industri</media:title>
		</media:content>

		<media:content url="http://yudhi19.files.wordpress.com/2010/03/with-data-values-input-industri.png" medium="image">
			<media:title type="html">with data values input industri</media:title>
		</media:content>
	</item>
	</channel>
</rss>
