Solved-Assignment 4 -Solution

$25.00 $14.00

Total: 30 points 10 points 1. The behavior of a communication software system can be represented in the form of the finite state machine shown below. The figure shows the corresponding transition probabilities between the states. A 1.0 0.5 0.4 D B 1.0 0.3 E 0.6 C 0.5 Determine an order in which you would…

You’ll get a: . zip file solution

 

 
Categorys:

Description

5/5 – (2 votes)

Total: 30 points
10 points

1. The behavior of a communication software system can be represented in the form of the finite state machine shown below. The figure shows the corresponding transition probabilities between the states.

A
1.0
0.5
0.4 D
B 1.0
0.3
E

0.6
C 0.5

Determine an order in which you would like to test individual states. Which transitions would you like to test first? Justify your answer.

10 points

2. Consider the program P with 6 inputs A, B, C, D, E, F and 3 outputs X, Y, and Z. The input
variables assume some values shown in the table below.

A B C D E F

P

X Y Z

Page 1 of 2
input values
A 0,1,2,3
B a, b, c, d, e
C 100, 200
D 7, 8, 9, 10, 11
E Y, N
F ,

Consider the input-output testing strategy. Consider the situation when (i) you do not know functional dependencies among the input and output variables, and (ii) where these dependencies are known (as shown in the figure below).
A B C D E F

X Y Z

What is the number of test cases required when using these two strategies. For (ii) propose a collection of test cases. In this strategy, how could you minimize the number of test cases; show an example.

10 points

3. Given are the following two control flow graphs

A
B A
C
D
E C

H B
F

G D

(a) (b)

How many test cases do you require to complete branch coverage? How do these numbers compare with the cyclomatic complexity?

Page 2 of 2