37,33,33,32,29,28,23,22,22,22,21,21,20,20,19,19,18,18,18,18,16,15,14,14,14,12,12,9,6
Stream Leaf 0 9 6 1 9 9 8 8 8 8 6 5 4 4 4 2 2 2 9 8 8 3 2 2 2 1 1 1 0 0 3 7 3 3 2Model Value 18
Software Verification and Validation (CS608)
Assignment # 02
Total marks = 20
Due Date:
Nov 26, 2019
Please carefully read the following instructions before attempting assignment.
RULES FOR MARKING
It should be clear that your assignment would not get any credit if:
• The assignment is submitted after the due date.
• The submitted assignment does not open or file is corrupt.
• Strict action will be taken if submitted solution is copied from any other student or from the internet.
You should concern the recommended books to clarify your concepts as handouts are not sufficient.
You are supposed to submit your assignment in .doc or docx format.
Any other formats like scan images, PDF, zip, rar, ppt and bmp etc. will not be accepted.
Topic Covered:
• Black Box Testing
• Decision Table Testing
NOTE
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.
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.
For any query, feel free to email at [email protected]
Q. 1. Suppose we have a dialog box for uploading profile picture on a job portal as shown below:
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.
“The End”
Solution:
Conditions | Case 1 | Case 2 | Case 3 | Case 4 | Case 5 | Case 6 | Case 7 | Case 8 |
---|---|---|---|---|---|---|---|---|
Format | PNG | PNG | PNG | PNG | PNG | PNG | PNG | PNG |
Size | Less than 40KB | Less than 40KB | Less than 40KB | Less than 40KB | Greater or equal to 40KB | Greater or equal to 40KB | Greater or equal to 40KB | Greater or equal to 40KB |
Resolution | 300x300 | 300x300 | Not 300x300 | Not 300x300 | 300x300 | 300x300 | Not 300x300 | Not 300x300 |
File Selected | Yes | No | Yes | No | Yes | No | Yes | No |
Output | Picture Uploaded | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message |
Conditions | Case 9 | Case 10 | Case 11 | Case 12 | Case 13 | Case 14 | Case 15 | Case 16 |
- | - | - | - | - | - | - | - | - |
Format | Not PNG | Not PNG | Not PNG | Not PNG | Not PNG | Not PNG | Not PNG | Not PNG |
Size | Less than 40KB | Less than 40KB | Less than 40KB | Less than 40KB | Greater or equal to 40KB | Greater or equal to 40KB | Greater or equal to 40KB | Greater or equal to 40KB |
Resolution | 300x300 | 300x300 | Not 300x300 | Not 300x300 | 300x300 | 300x300 | Not 300x300 | Not 300x300 |
File Selected | Yes | No | Yes | No | Yes | No | Yes | No |
Output | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message |
Solution:
Conditions | Case 1 | Case 2 | Case 3 | Case 4 | Case 5 | Case 6 | Case 7 | Case 8 |
---|---|---|---|---|---|---|---|---|
Format | PNG | PNG | PNG | PNG | PNG | PNG | PNG | PNG |
Size | Less than 40KB | Less than 40KB | Less than 40KB | Less than 40KB | Greater or equal to 40KB | Greater or equal to 40KB | Greater or equal to 40KB | Greater or equal to 40KB |
Resolution | 300x300 | 300x300 | Not 300x300 | Not 300x300 | 300x300 | 300x300 | Not 300x300 | Not 300x300 |
File Selected | Yes | No | Yes | No | Yes | No | Yes | No |
Output | Picture Uploaded | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message |
Conditions | Case 9 | Case 10 | Case 11 | Case 12 | Case 13 | Case 14 | Case 15 | Case 16 |
- | - | - | - | - | - | - | - | - |
Format | Not PNG | Not PNG | Not PNG | Not PNG | Not PNG | Not PNG | Not PNG | Not PNG |
Size | Less than 40KB | Less than 40KB | Less than 40KB | Less than 40KB | Greater or equal to 40KB | Greater or equal to 40KB | Greater or equal to 40KB | Greater or equal to 40KB |
Resolution | 300x300 | 300x300 | Not 300x300 | Not 300x300 | 300x300 | 300x300 | Not 300x300 | Not 300x300 |
File Selected | Yes | No | Yes | No | Yes | No | Yes | No |
Output | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message | Error Message |