<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CS608 Assignment 2 Solution and Discussion]]></title><description><![CDATA[<p dir="auto">Software Verification and Validation (CS608)<br />
Assignment # 02</p>
<p dir="auto">Total marks = 20</p>
<p dir="auto">Due Date:<br />
Nov 26, 2019<br />
Please carefully read the following instructions before attempting assignment.<br />
RULES FOR MARKING<br />
It should be clear that your assignment would not get any credit if:<br />
•	The assignment is submitted after the due date.<br />
•	The submitted assignment does not open or file is corrupt.<br />
•	Strict action will be taken if submitted solution is copied from any other student or from the internet.<br />
You should concern the recommended books to clarify your concepts as handouts are not sufficient.<br />
You are supposed to submit your assignment in .doc or docx format.<br />
Any other formats like scan images, PDF, zip, rar, ppt and bmp etc. will not be accepted.<br />
Topic Covered:<br />
•	Black Box Testing<br />
•	Decision Table Testing<br />
NOTE<br />
No assignment will be accepted after the due date via email in any case (whether it is the case of load shedding or internet malfunctioning etc.). Hence refrain from uploading assignment in the last hour of deadline. It is recommended to upload solution file at least two days before its closing date.<br />
If you people find any mistake or confusion in assignment (Question statement), please consult with your instructor before the deadline. After the deadline no queries will be entertained in this regard.<br />
For any query, feel free to email at <a href="mailto:cs608@vu.edu.pk" target="_blank" rel="noopener noreferrer nofollow ugc">cs608@vu.edu.pk</a></p>
<p dir="auto">Q. 1. Suppose we have a dialog box for uploading profile picture on a job portal as shown below:<br />
<img src="https://i.imgur.com/Mpn0x1R.png" alt="d3e987e6-a3ec-4d91-8e13-cccada9600ff-image.png" class=" img-fluid img-markdown" /><br />
There are several conditions for a successful uploading of picture. Students are required to perform the following two tasks in the context of Decision Table Testing.</p>
<ol>
<li>Enlist all the four conditions for successful task completion</li>
<li>Develop the corresponding Decision Table</li>
</ol>
<p dir="auto">“The End”</p>
]]></description><link>https://community.secnto.com//topic/991/cs608-assignment-2-solution-and-discussion</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 03:30:28 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/991.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Jan 2020 09:22:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CS608 Assignment 2 Solution and Discussion on Wed, 15 Jan 2020 09:30:14 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Solution:</strong></p>
<ol>
<li>Following are the conditions for successful task completion.<br />
a.	PNG file format<br />
b.	File size less than 40KB<br />
c.	Image resolution 300x300<br />
d.	File must be selected<br />
Profile picture will be uploaded provided all of the mentioned conditions are satisfied.</li>
<li>Following is the Decision Table for the given scenario.</li>
</ol>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Conditions</th>
<th>Case 1</th>
<th>Case 2</th>
<th>Case 3</th>
<th>Case 4</th>
<th>Case 5</th>
<th>Case 6</th>
<th>Case 7</th>
<th>Case 8</th>
</tr>
</thead>
<tbody>
<tr>
<td>Format</td>
<td>PNG</td>
<td>PNG</td>
<td>PNG</td>
<td>PNG</td>
<td>PNG</td>
<td>PNG</td>
<td>PNG</td>
<td>PNG</td>
</tr>
<tr>
<td>Size</td>
<td>Less than 40KB</td>
<td>Less than 40KB</td>
<td>Less than 40KB</td>
<td>Less than 40KB</td>
<td>Greater or equal to 40KB</td>
<td>Greater or equal to 40KB</td>
<td>Greater or equal to 40KB</td>
<td>Greater or equal to 40KB</td>
</tr>
<tr>
<td>Resolution</td>
<td>300x300</td>
<td>300x300</td>
<td>Not 300x300</td>
<td>Not 300x300</td>
<td>300x300</td>
<td>300x300</td>
<td>Not 300x300</td>
<td>Not 300x300</td>
</tr>
<tr>
<td>File Selected</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<td>Output</td>
<td>Picture Uploaded</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Conditions</td>
<td>Case 9</td>
<td>Case 10</td>
<td>Case 11</td>
<td>Case 12</td>
<td>Case 13</td>
<td>Case 14</td>
<td>Case 15</td>
<td>Case 16</td>
</tr>
<tr>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Format</td>
<td>Not PNG</td>
<td>Not PNG</td>
<td>Not PNG</td>
<td>Not PNG</td>
<td>Not PNG</td>
<td>Not PNG</td>
<td>Not PNG</td>
<td>Not PNG</td>
</tr>
<tr>
<td>Size</td>
<td>Less than 40KB</td>
<td>Less than 40KB</td>
<td>Less than 40KB</td>
<td>Less than 40KB</td>
<td>Greater or equal to 40KB</td>
<td>Greater or equal to 40KB</td>
<td>Greater or equal to 40KB</td>
<td>Greater or equal to 40KB</td>
</tr>
<tr>
<td>Resolution</td>
<td>300x300</td>
<td>300x300</td>
<td>Not 300x300</td>
<td>Not 300x300</td>
<td>300x300</td>
<td>300x300</td>
<td>Not 300x300</td>
<td>Not 300x300</td>
</tr>
<tr>
<td>File Selected</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<td>Output</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
<td>Error Message</td>
</tr>
</tbody>
</table>
]]></description><link>https://community.secnto.com//post/2712</link><guid isPermaLink="true">https://community.secnto.com//post/2712</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Wed, 15 Jan 2020 09:30:14 GMT</pubDate></item></channel></rss>