<?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/"
	>

<channel>
	<title>Shsms Al Farees &#8211; CS@Worcester</title>
	<atom:link href="https://cs.worcester.edu/author/shsms-al-farees/feed/" rel="self" type="application/rss+xml" />
	<link>https://cs.worcester.edu</link>
	<description>Worcester State University Computer Science Department</description>
	<lastBuildDate>Sat, 30 Nov 2019 17:43:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">236835116</site>	<item>
		<title>Path Testing &#038; Graph</title>
		<link>https://shamsalfarees.wordpress.com/2019/11/30/path-testing-graph/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Sat, 30 Nov 2019 17:43:30 +0000</pubDate>
				<category><![CDATA[CS-443]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=262</guid>

					<description><![CDATA[what is Path Testing? It is a way or a method of testing to ensure that all the lines in the program is executed once at least. There is Program Graphs, Decision-to-Decision (DD) Paths, Test Coverage with Program Graphs and DD-Path Graphs]]></description>
										<content:encoded><![CDATA[<p>what is Path Testing? It is a way or a method of testing to ensure that all the lines in the program is executed once at least. There is Program Graphs, Decision-to-Decision (DD) Paths, Test Coverage with Program Graphs and DD-Path Graphs</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">12257</post-id>	</item>
		<item>
		<title>FINAL PROJECT SECOND BLOG</title>
		<link>https://shamsalfarees.wordpress.com/2019/11/29/final-project-second-blog/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Fri, 29 Nov 2019 06:30:20 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=245</guid>

					<description><![CDATA[This week we started to code our project, after we finished the UML design now we have the map to our code. Also we are using GitLab to share our work, each time any one of us is done with a part of the code we just push it to GitLab so every one can &#38;...]]></description>
										<content:encoded><![CDATA[<p>This week we started to code our project, after we finished the UML design now we have the map to our code. Also we are using GitLab to share our work, each time any one of us is done with a part of the code we just push it to GitLab so every one can &hellip; <a href="https://shamsalfarees.wordpress.com/2019/11/29/final-project-second-blog/" class="more-link">Continue reading <span class="screen-reader-text">FINAL PROJECT SECOND&nbsp;BLOG</span> <span class="meta-nav">&rarr;</span></a></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://shamsalfarees.files.wordpress.com/2019/11/web-design.png?w=1024" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">12250</post-id>	</item>
		<item>
		<title>Another Example for the Decision Table Test Design Technique</title>
		<link>https://shamsalfarees.wordpress.com/2019/11/24/another-example-for-the-decision-table-test-design-technique/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Sun, 24 Nov 2019 05:06:13 +0000</pubDate>
				<category><![CDATA[CS-443]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=209</guid>

					<description><![CDATA[we can use the following function to create a decision table. int discountcommission(double price, int items) returns the percent discount , when given the price of the items. Items Discount Commission items &#60; 100%15 ≤ items ≤ 506%51 &#60; items 12% ...]]></description>
										<content:encoded><![CDATA[<p>we can use the following function to create a decision table. int discountcommission(double price, int items) returns the percent discount , when given the price of the items. Items Discount Commission items &lt; 100%15 ≤ items ≤ 506%51 &lt; items 12% for all sales that&#8217;s over $1000.00 additional 1% discount will be given. Let&#8217;s try &hellip; <a href="https://shamsalfarees.wordpress.com/2019/11/24/another-example-for-the-decision-table-test-design-technique/" class="more-link">Continue reading <span class="screen-reader-text">Another Example for the Decision Table Test Design&nbsp;Technique</span> <span class="meta-nav">&rarr;</span></a></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">12215</post-id>	</item>
		<item>
		<title>Final Project First Blog</title>
		<link>https://shamsalfarees.wordpress.com/2019/11/20/final-project-first-blog/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Wed, 20 Nov 2019 04:00:26 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=193</guid>

					<description><![CDATA[The first task for the project was the &#8220;Proposal&#8221; This is the first week that we started working on the final project for CS343 Software Constr, Des &#38; Archit, my team and I decided to create a simulation for a the order system that we were working on during the semester. We started by putting<a href="https://shamsalfarees.wordpress.com/2019/11/20/final-project-first-blog/">Continue reading <span>"Final Project First&#160;Blog"</span></a>]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" data-attachment-id="196" data-permalink="https://shamsalfarees.wordpress.com/layout/" data-orig-file="https://shamsalfarees.files.wordpress.com/2019/11/layout.png" data-orig-size="806,535" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="layout" data-image-description="" data-medium-file="https://shamsalfarees.files.wordpress.com/2019/11/layout.png?w=300" data-large-file="https://shamsalfarees.files.wordpress.com/2019/11/layout.png?w=750" src="https://shamsalfarees.files.wordpress.com/2019/11/layout.png?w=625" alt="" class="wp-image-196" srcset="https://shamsalfarees.files.wordpress.com/2019/11/layout.png 806w, https://shamsalfarees.files.wordpress.com/2019/11/layout.png?w=150 150w, https://shamsalfarees.files.wordpress.com/2019/11/layout.png?w=300 300w, https://shamsalfarees.files.wordpress.com/2019/11/layout.png?w=768 768w" sizes="(max-width: 806px) 100vw, 806px" /></figure>
<p class="has-drop-cap">The first task for the project was the  &#8220;Proposal&#8221; </p>
<p>This is the first week that we started working on the final project for CS343 Software Constr, Des &amp; Archit, my team and I decided to create a simulation for a the order system that we were working on during the semester. </p>
<p>We started by putting the proposal, dividing the work between us and agreed on the layout for the design. However, we always can change the layout after we are done with all the coding. </p>
<p> Our  project will be about creating a simulated operating system that will be running on a Spring Boot Rest API server and will have an angular user interface. </p>
<p><strong>The important steps that we will fellow during the time we are working on the project</strong>:</p>
<ul>
<li>The first step will be to design web page layout.</li>
<li>Then start working on the the operating system java code.</li>
<li>The first two steps can be done at the same time.&nbsp;</li>
<li>The next step will be to implement the rest API on the operating system java code .</li>
<li>And in the end the last step  will be to write the typescript in the angular app to interact will the rest API. </li>
</ul>
<p>We agreed that the project will be divided into: in the top there will be one upper menu that will have three buttons one to load the job, one to clear the job input and one to run the next instruction.  On the both sides of the app page these will be the first pull down text box to add instructions for a new job and on the other side there will be a table that shows the whole memory table. And for sure there will be output text box. </p>
<p>The data type that will be used in the project for each component is: The input and the memory table will be arrays of strings and the output will be a string.</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://shamsalfarees.files.wordpress.com/2019/11/layout.png?w=806" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">12203</post-id>	</item>
		<item>
		<title>Decision table test design technique</title>
		<link>https://shamsalfarees.wordpress.com/2019/11/11/decision-table-test-design-technique/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Mon, 11 Nov 2019 13:13:31 +0000</pubDate>
				<category><![CDATA[CS-443]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=153</guid>

					<description><![CDATA[Decision table also known as cause effect table it is one of the black box test design techniques what are that black box design techniques? Black Box Testing&#160;is a software&#160;testing&#160;method in which the internal structure/ design/ implementation of the item being tested is NOT known to the&#160;tester. The black box is designed techniques are widely<a href="https://shamsalfarees.wordpress.com/2019/11/11/decision-table-test-design-technique/">Continue reading <span>"Decision table test design&#160;technique"</span></a>]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" data-attachment-id="157" data-permalink="https://shamsalfarees.wordpress.com/blog2-3/" data-orig-file="https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png" data-orig-size="775,497" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blog2-3" data-image-description="" data-medium-file="https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png?w=300" data-large-file="https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png?w=750" src="https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png?w=625" alt="" class="wp-image-157" srcset="https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png 775w, https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png?w=150 150w, https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png?w=300 300w, https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png?w=768 768w" sizes="(max-width: 775px) 100vw, 775px" /></figure>
<p>Decision table also known as cause effect<br />
table it is one of the black box test design techniques</p>
<p><strong>what are that black box design techniques? </strong></p>
<p><strong>Black Box Testing</strong>&nbsp;is a software&nbsp;testing&nbsp;method in<br />
which the internal structure/ design/ implementation of the item being tested<br />
is NOT known to the&nbsp;<strong>tester</strong>. The black box is designed techniques are widely used as a best<br />
practice in the industry. Black box techniques are used to pick the test cases<br />
in a systematic manner by using these techniques we could save lots of testing<br />
time and get the good coverage.</p>
<p><strong>&nbsp;Decision Table Test Case Design Technique:</strong></p>
<p>This test technique is appropriate for functionalities where it has the logical relationships between the inputs (if-else logic). In Decision table technique, we are working with a combination of inputs. To identify the test cases with decision table, we have conditions and actions. We take conditions as inputs and actions as outputs.</p>
<p>As an example, for that lets practice on a small test case which is Login Screen</p>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" data-attachment-id="155" data-permalink="https://shamsalfarees.wordpress.com/2019/11/11/decision-table-test-design-technique/blog2/" data-orig-file="https://shamsalfarees.files.wordpress.com/2019/11/blog2.png" data-orig-size="636,295" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="blog2" data-image-description="" data-medium-file="https://shamsalfarees.files.wordpress.com/2019/11/blog2.png?w=300" data-large-file="https://shamsalfarees.files.wordpress.com/2019/11/blog2.png?w=636" src="https://shamsalfarees.files.wordpress.com/2019/11/blog2.png?w=625" class="wp-image-155" srcset="https://shamsalfarees.files.wordpress.com/2019/11/blog2.png 636w, https://shamsalfarees.files.wordpress.com/2019/11/blog2.png?w=150 150w, https://shamsalfarees.files.wordpress.com/2019/11/blog2.png?w=300 300w" sizes="(max-width: 636px) 100vw, 636px" /></figure>
<p>Let’s identify the conditions our inputs:</p>
<p>The user will type in the correct username and password, the user will be logged in successfully</p>
<p>If any of the input is wrong, an<br />
error message will be displayed.</p>
<p>Now let’s divide our condition in to<br />
true, false, error, and home screen</p>
<ul>
<li>T for true – Correct username/password</li>
<li>F for false– Wrong username/password</li>
<li>E for error– Error message is displayed</li>
<li>H for home– Home screen is displayed</li>
</ul>
<p>That leads us to the cases we are going to create:</p>
<ul>
<li>Case 1 – Username and password both were wrong. The user is shown<br />
     an error message.</li>
<li>Case 2 – Username was correct, but the password was wrong. The user<br />
     is shown an error message.</li>
<li>Case 3 – Username was wrong, but the password was correct. The user<br />
     is shown an error message.</li>
<li>Case 4 – Username and password both were correct, and the user<br />
     navigated to homepage</li>
</ul>
<p>Now let’s try to put all of this<br />
into one decision table &nbsp;</p>
<figure class="wp-block-table">
<table class="">
<tbody>
<tr>
<td>
  conditions
  </td>
<td>
  Rule1
  </td>
<td>
  Rule2
  </td>
<td>
  Rule3
  </td>
<td>
  Rule4
  </td>
</tr>
<tr>
<td>
  Username
  </td>
<td>
  F
  </td>
<td>
  T
  </td>
<td>
  F
  </td>
<td>
  T
  </td>
</tr>
<tr>
<td>
  password
  </td>
<td>
  F
  </td>
<td>
  F
  </td>
<td>
  T
  </td>
<td>
  T
  </td>
</tr>
<tr>
<td>
  Output
  </td>
<td>
  E
  </td>
<td>
  E
  </td>
<td>
  E
  </td>
<td>
  H
  </td>
</tr>
</tbody>
</table>
</figure>
<p>And this is the way to create a decision table</p>
<p><strong>Advantage of decision table technique:</strong></p>
<ol type="1">
<li>every complicated business can be converted easily into a<br />
test scenarios &amp; test cases using this technique.</li>
<li>The first iteration is used as input table for next<br />
tables. </li>
<li>Once you get the idea of how the test works it become simple<br />
to understand and anyone can use this method.</li>
<li>It gives a full coverage of test cases which help to<br />
reduce the rework.</li>
</ol>
<h2> </h2>
</p>
</p>
</p>
</p>
<h2>&nbsp;</h2>
<p><span style="text-decoration:underline;">Works Cited</span></p>
<div class="wp-block-group">
<div class="wp-block-group__inner-container">
<p><a href="https://www.guru99.com/decision-table-testing.html" rel="nofollow">https://www.guru99.com/decision-table-testing.html</a></p>
<p><a href="https://www.ibm.com/developerworks/rational/library/jun06/vauthier/" rel="nofollow">https://www.ibm.com/developerworks/rational/library/jun06/vauthier/</a></p>
<figure class="wp-block-embed is-type-wp-embed">
<div class="wp-block-embed__wrapper">
<blockquote class="wp-embedded-content" data-secret="m2poJ0gVoU"><p><a href="https://www.softwaretestingclass.com/what-is-decision-table-in-software-testing-with-example/">What is Decision Table in Software Testing With Example?</a></p></blockquote>
<p><iframe title="&#8220;What is Decision Table in Software Testing With Example?&#8221; &#8212; Software Testing Class" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  src="https://www.softwaretestingclass.com/what-is-decision-table-in-software-testing-with-example/embed/#?secret=m2poJ0gVoU" data-secret="m2poJ0gVoU" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</div>
</figure>
<p><a href="https://www.toolsqa.com/software-testing/decision-table-testing/https://www.softwaretestingmaterial.com/decision-table-test-design-technique/" rel="nofollow">https://www.toolsqa.com/software-testing/decision-table-testing/https://www.softwaretestingmaterial.com/decision-table-test-design-technique/</a></p>
</div>
</div></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://shamsalfarees.files.wordpress.com/2019/11/blog2-3.png?w=775" length="0" type="" />
<enclosure url="https://shamsalfarees.files.wordpress.com/2019/11/blog2.png?w=636" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">12164</post-id>	</item>
		<item>
		<title>SOLID Principles</title>
		<link>https://shamsalfarees.wordpress.com/2019/10/30/solid-principles/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Wed, 30 Oct 2019 04:25:21 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=131</guid>

					<description><![CDATA[This will be two parts post, I will talk about the SOLID principles and try to cover all of them from the way I understand SOLID, First SOLID was introduced by Robert C. Martin (Uncle Bob), in his 2000 paper&#160;Design Principles and Design Patterns. Uncle Bob also well known for his book Clean Code, I [&#8230;]]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-image alignwide size-large is-style-default"><img data-recalc-dims="1" decoding="async" data-attachment-id="137" data-permalink="https://shamsalfarees.wordpress.com/solid-1/" data-orig-file="https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png" data-orig-size="1193,631" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="solid-1" data-image-description="" data-medium-file="https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png?w=300" data-large-file="https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png?w=750" src="https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png?w=625" alt="" class="wp-image-137" srcset="https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png?w=1024 1024w, https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png?w=150 150w, https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png?w=300 300w, https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png?w=768 768w, https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png 1193w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</p>
<p><strong>This will be two parts post, I will talk about the SOLID principles and try to cover all of them from the way I understand SOLID, </strong></p>
<p>First <strong>SOLID </strong>was introduced by Robert C. Martin (Uncle Bob), in his 2000 paper<em> <strong>Design Principles and Design Patterns.</strong> </em>Uncle Bob also well known for his book <strong><em>Clean Code</em></strong>, I studied this book in my CS-338 class, it was great book in  changing the way of coding.  and how to writ a clean code.</p>
<p>Going back to SOLID. SOLID  is a shortening for 5 important design principles Object Oriented Programming </p>
<p><strong>S — Single responsibility principle </strong></p>
<p><strong>O — Open/closed principle </strong></p>
<p><strong>L — Liskov substitution principle</strong></p>
<p><strong> I — Interface segregation principle </strong></p>
<p><strong>D &#8211; Dependency inversion principle</strong></p>
<p>I will talk about the first tow principles in this post. </p>
<p><strong>Single responsibility principle </strong></p>
<p>It means that every class and module should be responsible<br />
or have responsibility of a single part of the software functionality. It is<br />
like do one thing and do it well. Uncle Bob defines a responsibility as a ‘reason<br />
to change’ which means that the class or the module don’t need more than one reason<br />
to be change.</p>
<p>For example lets look to this code:</p>
<p>This code violates the SOLID first principle, the method <em>CreateBlog()</em> has to do many responsibilities, create a Blog, and log an error in the DB and also log an error in the file. which is absolutely the opposite of the   <strong>Single responsibility principle </strong> </p>
<p>class Author<br />
{<br />
    void CreateBlog(Database db, string publishtText)<br />
    {<br />
        try<br />
        {<br />
            db.Add(publishtText);<br />
        }<br />
        catch (Exception ex)<br />
        {<br />
            db.LogError(&#8220;There is an Error: &#8220;, ex.ToString());<br />
            File.CheckAllText(&#8220;There is a Local Errorn in.txt&#8221;, ex.ToString());<br />
        }<br />
    }</p>
<hr class="wp-block-separator" />
<p><em>Lets try to fix the problem in the code above. </em></p>
</p>
<p>class Blog<br />             {<br />                 private ErrorLogger errorLogger = new ErrorLogger();</p>
<p>void CreateBlog(Database db, string publishtText)<br />                 {<br />                     try<br />                     {<br />                         db.Add(publishtText);<br />                     }<br />                     catch (Exception ex)<br />                     {<br />                         errorLogger.log(ex.ToString())<br />                     }<br />                 }<br />             }</p>
<p>class ErrorLogger<br />
            {<br />
                void log(string error)<br />
                {<br />
                  db.LogError(&#8220;There is an Error: &#8220;, error);<br />
                  File.CheckAllText(&#8220;\There is a Local Errorn in.txt&#8221;, error);<br />
                }<br />
            }</p>
</p>
<p>We created two classes each one of them will handles one responsibility,<br />
and that will no longer violate the single responsibility principle. </p>
<hr class="wp-block-separator" />
<p><strong>Open/closed principle</strong></p>
<p>It means that the software entities (classes, modules, functions, ….) has to be closed for modification however has to be open for extensions.</p>
<p>We know from the Object-Oriented Programming or OOP, the polymorphism , and I posted a blog explaining about polymorphism. In another word we need to create inheritance or implementing an interfaces in the code to make sure it is compliant with the open/closed principle</p>
<p> lets look to this code and see whether it is applying the  <strong>Open/closed principle</strong> </p>
<p>class Blog<br />                     {<br />                         void CreateBlog(Database db, string publishtText)<br />                         {<br />                             if (publishtText.StartsWith(&#8220;!&#8221;))<br />                             {<br />                                 db.AddAsTag(publishtText);<br />                             }<br />                             else<br />                             {<br />                                 db.Add(publishtText);<br />                             }<br />                         }<br />                     }</p>
<p>What we want in this code is to do a exact one thing which is the every time a published Text start with the character ‘!’, the code is violates the open/closed principle. If in the future we needed wanted to include mentions all the published text starting with ‘#’, then modifying the class with an another ‘else if’ is a must added to the method().</p>
<p> <em>Lets try to fix the problem in the code above. </em> </p>
<p>class Blog<br />                     {<br />                         void CreateBlog(Database db, string publishtText)<br />                         {<br />                             db.Add(publishtText);<br />                         }<br />                     }</p>
<p>class TagText : Text<br />                     {<br />                         override void CreateBlog(Database db, string publishtText)<br />                         {<br />                             db.AddAsTag(publishtText);<br />                         }<br />                     }</p>
<p>It is much easier to create extended behavior to the Blog object by using inheritance and overriding the CreateBlog() method.</p>
<p>That is all  I have for this week, and next week I will continue on the SOLID   principles  and talk about the other three principles .</p>
</p>
</p>
</p>
</p></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://shamsalfarees.files.wordpress.com/2019/10/solid-1.png?w=1024" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">12063</post-id>	</item>
		<item>
		<title>Object-Oriented Design Principles</title>
		<link>https://shamsalfarees.wordpress.com/2019/09/23/object-oriented-design-principles/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 02:52:31 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=113</guid>

					<description><![CDATA[In CS-343 activity 2 we talked about the Object-Oriented Design Principles. But let us stop at Object-Oriented Design to understand what it is: Object-Oriented Design is the process of development a system of interacting for solving a software problem. It is software&#160;design approach. In the Object-Oriented Design there are many Principles Polymorphism: Polymorphism is a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In CS-343 activity 2 we talked about the Object-Oriented Design Principles. But let us stop at Object-Oriented<br />
Design to understand what it is:</p>
<p>Object-Oriented Design is the process of development a system of interacting for solving a software problem. It is software design approach.</p>
<p><strong><em>In the Object-Oriented Design there are many Principles</em></strong></p>
<ul>
<li><strong>Polymorphism</strong>:</li>
</ul>
<p>Polymorphism<br />
is a OOPs concept where one name can have many forms. for example we use smart<br />
phones for communication, the communication mode we use could be anything like<br />
call, text massages, emails etc… so the goal is one which is communication,<br />
however the approach is different. And this what Polymorphism is bout. In order<br />
to achieve Polymorphism, we use the overloading ( Static Polymorphism) and<br />
overriding methods (Dynamic Polymorphism) for that. </p>
<ul>
<li><strong>Inheritance:</strong></li>
</ul>
<p>Inheritance<br />
is a mechanism, in which, one object obtains all the properties and behaviors<br />
of the parent objects. We can reuse the methods and the fields of the parent<br />
class. And also, we can add new methods and classes to the inheritance. Inheritance<br />
represents the parent-child relationship</p>
<ul>
<li><strong>Encapsulation</strong>:</li>
</ul>
<p>When<br />
the developers are in the final stages of wrapping code and data into one single<br />
unite that known by Encapsulation.</p>
<p>We<br />
can create fully encapsulation class by making all the data members of the class<br />
private. For that we will use setter and getter methods to set and get the data<br />
in it.</p>
<p>The<br />
encapsulation will give the developer the control over the data, and it is a<br />
good way of data hiding where other classes will not be able to access the data<br />
through the privet data members, also the encapsulation class is better for<br />
unit testing because it is easy to test. </p>
<ul>
<li><strong>Abstraction</strong>:</li>
</ul>
<p>Abstraction<br />
means hiding the details and display the important information only. there are<br />
two ways to achieve abstraction in java</p>
<ol>
<li>Abstract class 0-100%. When the abstract class is declared, the class could have abstract or non-abstract methods in it.</li>
<li>Interface 100%. It usually used to achieve abstraction and multiple inheritance in java. In interface there should be only object methods in the interface not method body.</li>
</ol>
<ul>
<li><strong>Class</strong>:</li>
</ul>
<p>The class can be defined as a group of objects that have a common properties. We can say it is a template where the objects are created. For that we can say it is a logical entity but not physical.</p>
<ul>
<li><strong>Object</strong>:</li>
</ul>
<p>The<br />
object is known as an entity that has a known state and behavior. There are<br />
characteristics related to the Object:</p>
<ol>
<li>State:<br />
which will present the data of an object</li>
<li>Behavior:<br />
which will present behavior of an object</li>
<li>Identity:<br />
which will used to identify each object uniquely.</li>
</ol>
<ul>
<li><strong>Method</strong>:</li>
</ul>
<p>The<br />
methods are more like the functions, which are used to expose the behavior of<br />
an object. The advantages of having the methods are:</p>
<ul>
<li>Cod reusability </li>
<li>Code optimization</li>
<li>Methods are defined in the class</li>
<li>Methods provided method overriding</li>
</ul>
<ul>
<li><strong>Message Passing</strong></li>
</ul>
<p>It is a way of communication between processes. it is like sending an object message from one thread to another thread.  </p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">11935</post-id>	</item>
		<item>
		<title>What is the difference  between Object-oriented modelling and UML</title>
		<link>https://shamsalfarees.wordpress.com/2019/09/23/what-is-the-difference-between-object-oriented-modelling-and-uml/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 01:13:13 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=107</guid>

					<description><![CDATA[To found about the different between OOM and UML we need to understand the definition of both. Object&#8211;oriented Modeling according to Wikipedia the OOM: is an approach to modeling an application that is used at the beginning of the&#160;software life cycle&#160; UML: Stands for &#8220;Unified Modeling Language. The purpose of UML is visually representing a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>To found about the different between OOM and UML we need to<br />
understand the definition of both.</p>
<p><strong>Object</strong>&#8211;<strong>oriented Modeling according<br />
to Wikipedia the OOM: </strong>is an approach to modeling an application that is<br />
used at the beginning of the&nbsp;software life cycle&nbsp;</p>
<p><strong>UML</strong>: Stands for &#8220;Unified Modeling Language. The purpose of UML is visually representing a system along with its main actors, roles, actions, artifacts or classes, in order to better understand, alter, maintain, or document information about the system. We can say that UML is the new approach for documenting and modeling the software </p>
<ul data-carousel-extra='{"blog_id":166307946,"permalink":"https:\/\/shamsalfarees.wordpress.com\/2019\/09\/23\/what-is-the-difference-between-object-oriented-modelling-and-uml\/"}' class="wp-block-gallery columns-1 is-cropped">
<li class="blocks-gallery-item">
<figure><img data-recalc-dims="1" decoding="async" data-attachment-id="109" data-permalink="https://shamsalfarees.wordpress.com/oom/" data-orig-file="https://shamsalfarees.files.wordpress.com/2019/09/oom.png" data-orig-size="782,345" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="oom" data-image-description="" data-medium-file="https://shamsalfarees.files.wordpress.com/2019/09/oom.png?w=300" data-large-file="https://shamsalfarees.files.wordpress.com/2019/09/oom.png?w=750" src="https://shamsalfarees.files.wordpress.com/2019/09/oom.png?w=625" alt="" data-id="109" data-link="https://shamsalfarees.wordpress.com/oom/" class="wp-image-109" srcset="https://shamsalfarees.files.wordpress.com/2019/09/oom.png 782w, https://shamsalfarees.files.wordpress.com/2019/09/oom.png?w=150 150w, https://shamsalfarees.files.wordpress.com/2019/09/oom.png?w=300 300w, https://shamsalfarees.files.wordpress.com/2019/09/oom.png?w=768 768w" sizes="(max-width: 782px) 100vw, 782px" /></figure>
</li>
</ul>
<p><strong>Object-oriented modelling:</strong></p>
<ul>
<li>It is the process of construction<br />
of objects.</li>
<li>objects contain stored values of<br />
the instance variables.</li>
<li>creates the union of the<br />
application and database development.</li>
<li>The union is then transformed<br />
into a unified data model.</li>
<li>This approach makes object identification<br />
and communication easy.</li>
<li>Supports data abstraction,<br />
inheritance and encapsulation</li>
<li>Modelling techniques are<br />
implemented using OOP supporting languages.</li>
<li>OOM consists of following three<br />
cases:</p>
<ul>
<li>Analysis</li>
</ul>
<ul>
<li>Design</li>
</ul>
<ul>
<li>Implementation</li>
</ul>
</li>
</ul>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" data-attachment-id="110" data-permalink="https://shamsalfarees.wordpress.com/uml/" data-orig-file="https://shamsalfarees.files.wordpress.com/2019/09/uml.png" data-orig-size="1151,523" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="uml" data-image-description="" data-medium-file="https://shamsalfarees.files.wordpress.com/2019/09/uml.png?w=300" data-large-file="https://shamsalfarees.files.wordpress.com/2019/09/uml.png?w=750" src="https://shamsalfarees.files.wordpress.com/2019/09/uml.png?w=625" alt="" class="wp-image-110" srcset="https://shamsalfarees.files.wordpress.com/2019/09/uml.png?w=1024 1024w, https://shamsalfarees.files.wordpress.com/2019/09/uml.png?w=150 150w, https://shamsalfarees.files.wordpress.com/2019/09/uml.png?w=300 300w, https://shamsalfarees.files.wordpress.com/2019/09/uml.png?w=768 768w, https://shamsalfarees.files.wordpress.com/2019/09/uml.png 1151w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<p><strong>UML:</strong></p>
<ul>
<li>UML stands for Unified Modelling<br />
Language.</li>
<li>It is the standardised modelling<br />
language.</li>
<li>Helps the development being<br />
scalable, secure and robust</li>
<li>Implemented using OOP supporting<br />
languages.</li>
<li>Uses graphic notations to create<br />
visual models of software system</li>
<li>Can be deployed to multiple<br />
platforms with different technologies</li>
<li>Can be used throughout the<br />
software development cycle.</li>
<li>Supports frameworks,<br />
collaborations and patterns(development concepts)</li>
<li>Represents Static and Dynamic<br />
views of a system model</li>
<li>Examples of UML tools include<br />
Rational Rose, Dia, MagicDraw UML etc.</li>
</ul>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://shamsalfarees.files.wordpress.com/2019/09/oom.png?w=782" length="0" type="" />
<enclosure url="https://shamsalfarees.files.wordpress.com/2019/09/uml.png?w=1024" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">11929</post-id>	</item>
		<item>
		<title>Software Construction, Design and Architecture for Design Patterns</title>
		<link>https://shamsalfarees.wordpress.com/2019/09/22/software-construction-design-and-architecture-for-design-patterns/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Sun, 22 Sep 2019 05:13:38 +0000</pubDate>
				<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=98</guid>

					<description><![CDATA[The Creational The object creation and or the class instantiation is the core center of the design patterns, the design patterns will be divided into object-creational and Class-creational patterns. The Class-creational use inheritance during the process, however the object-creation uses the delegation during the process to finish the task. The Creational Design patterns: Abstract Factory [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong> </strong></p>
<p><strong>The Creational</strong></p>
<p>The object creation and or the class instantiation is<br />
the core center of the design patterns, the design patterns will be divided<br />
into object-creational and Class-creational patterns. The Class-creational use<br />
inheritance during the process, however the object-creation uses the delegation<br />
during the process to finish the task.</p>
<p><strong>The Creational Design patterns:</strong></p>
<ul>
<li>Abstract<br />
Factory</li>
<li>Builder</li>
<li>Factory<br />
Method</li>
<li>Object<br />
Pool</li>
<li>Prototype</li>
<li>Singleton</li>
</ul>
<p>To make this clear I found this example on Geeks for<br />
Geeks web site&nbsp;(Abhijit Saha).</p>
<p>When a developer design simple DBConnection class to<br />
use it to connect into a database, he will the access the database at multiple<br />
locations from code. That will be by creating an instance of DBConnection class<br />
and it will be used to do database operations as needed. Which results in creating multiple<br />
connections from the database as each instance of DBConnection class will have<br />
a separate connection to the database.&nbsp;In order to deal with it,&nbsp;we create DBConnection class as a singleton class,&nbsp;so that only<br />
one instance of DBConnection is created and a single connection is</p>
<p><strong>The Structural</strong></p>
<p>What the design patterns do, is forming or more on organizing<br />
the multiple classes and objects which will create the structures which will<br />
provide the new functionality.</p>
<p><strong>Structural design patterns are:</strong></p>
<ul>
<li>Adapter</li>
<li>Bridge</li>
<li>Composite</li>
<li>Decorator</li>
<li>Facade</li>
<li>Flyweight</li>
<li>Private<br />
Class Data</li>
<li>Proxy</li>
</ul>
<p>Another Example is here to show how the Structural<br />
design patterns are working&nbsp;(Abhijit Saha).</p>
<p>If there are incompatible interfaces and the developers<br />
want to make establish a relationship between them through an adapter it’s<br />
called adapter design pattern. Adapter pattern converts the interface of a<br />
class into another interface or classes.</p>
<p><strong>The Behavioral</strong></p>
<p>
all what the Behavioral<br />
patterns are about is recognizing and identifying the common communication<br />
patterns between objects.</p>
<p>Template<br />
pattern defines the skeleton of an algorithm in an operation deferring some<br />
steps to sub-classes, Template method lets subclasses redefine certain steps of<br />
an algorithm without changing the algorithm structure.&nbsp;(Abhijit Saha).</p>
<p><strong>The Behavioral patterns are:</strong></p>
<ul>
<li>Chain of responsibility</li>
<li>Command</li>
<li>Interpreter</li>
<li>Iterator</li>
<li>Mediator</li>
<li>Memento</li>
<li>Null Object</li>
<li>Observer</li>
</ul>
<p><strong>The Concurrency Patterns</strong></p>
<p>The choice of<br />
concurrency architecture has a significant impact on the design and performance<br />
of multi-threaded networking middleware and applications.</p>
<p><strong>The Concurrency Patterns are:</strong></p>
<ul>
<li>Active Object</li>
<li>Monitor Object</li>
<li>Half-Sync/Half-Async</li>
<li>Leader/Followers</li>
<li>Thread-Specific Storage </li>
</ul>
<h6 class="has-text-align-center"><strong>Works<br />
 Cited</strong></h6>
<p>Abhijit Saha, Tanuja Praharaj. <em>Design Patterns</em>.<br />
 2015.<br />
 &lt;<a href="https://www.geeksforgeeks.org/design-patterns-set-1-introduction/&#038;gt" rel="nofollow">https://www.geeksforgeeks.org/design-patterns-set-1-introduction/&#038;gt</a>;.</p>
<p>Babu, Dinesh. <em>DESIGN PATTERNS Creational design patterns</em>.<br />
 n.d. &lt;<a href="https://www.academia.edu/37967381/DESIGN_PATTERNS_Creational_design_patterns&#038;gt" rel="nofollow">https://www.academia.edu/37967381/DESIGN_PATTERNS_Creational_design_patterns&#038;gt</a>;.</p>
<p>Mallawaarachchi, Vijini. <em>10 Common Software Architectural<br />
 Patterns in a nutshell</em>. 2017.<br />
 &lt;<a href="https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013&#038;gt" rel="nofollow">https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013&#038;gt</a>;.</p></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams&amp;#039;s Bits and Bytes</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://shamsalfarees.files.wordpress.com/2019/09/software-architectureal-patterns.png" length="0" type="" />
<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">11917</post-id>	</item>
		<item>
		<title>What is Software Quality Assurance and Testing!</title>
		<link>https://shamsalfarees.wordpress.com/2019/09/06/what-is-software-quality-assurance-and-testing/</link>
		
		<dc:creator><![CDATA[Shsms Al Farees]]></dc:creator>
		<pubDate>Fri, 06 Sep 2019 04:17:29 +0000</pubDate>
				<category><![CDATA[CS-443]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<guid isPermaLink="false">http://shamsalfarees.wordpress.com/?p=50</guid>

					<description><![CDATA[




I will keep adding what I understand and found on Software Quality Assurance and Testing&#160;in this page



The Software Quality Assurance and Testing!includes activities that ensure the implementation of processes, procedures and standards in c...]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" fetchpriority="high" decoding="async" data-attachment-id="53" data-permalink="https://shamsalfarees.wordpress.com/sqa/" data-orig-file="https://shamsalfarees.files.wordpress.com/2019/09/sqa.png" data-orig-size="670,444" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="sqa" data-image-description="" data-medium-file="https://shamsalfarees.files.wordpress.com/2019/09/sqa.png?w=300" data-large-file="https://shamsalfarees.files.wordpress.com/2019/09/sqa.png?w=670" src="https://shamsalfarees.files.wordpress.com/2019/09/sqa.png?w=670&#038;resize=625%2C414" alt="" class="wp-image-53" width="625" height="414" srcset="https://shamsalfarees.files.wordpress.com/2019/09/sqa.png 670w, https://shamsalfarees.files.wordpress.com/2019/09/sqa.png?w=150 150w, https://shamsalfarees.files.wordpress.com/2019/09/sqa.png?w=300 300w" sizes="(max-width: 780px) 100vw, 780px" /></figure>
<p class="has-background has-background-background-color">I will keep adding what I understand and found on Software Quality Assurance and Testing&nbsp;in this page</p>
<p class="has-background has-background-background-color">The Software Quality Assurance and Testing!includes activities that ensure the implementation of processes, procedures and standards in context to verification of developed&nbsp;<strong>software</strong>&nbsp;and intended requirements. &#8230; Focuses on processes and procedures rather than conducting actual&nbsp;<strong>testing</strong>&nbsp;on the system. </p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shamsalfarees.wordpress.com">CS@Worcester – Shams Al Farees</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shsms Al Farees">Shsms Al Farees</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://2.gravatar.com/avatar/83947f8de72b64c65ea995e3a6c12e02?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://shamsalfarees.files.wordpress.com/2019/09/sqa.png?w=670" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">11837</post-id>	</item>
	</channel>
</rss>
