Question: Data flow testing techniques use to identify the anomalies in data variable definition and use in white box testing techniques. For following two programs do

Data flow testing techniques use to identify the anomalies in data variable definition and use in white box testing techniques. For following two programs do Def-Use Associations for all variables in program respectively and identify where data anomalies exist

Data flow testing techniques use to identify the anomalies in data variable

void pow (int x, y) { float z; int p; read (2) x = 0 y = 0 if (z 20) { x = sqrt (z) if (O's x &&xs 5) y = f (x) else y = h (3) } y = g(x,y) print (y) if(y=0) p=0-y; else p= y; z=1.0; while (p !=0) { z=z* x; p=p-1; } if (y

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To identify the DefUse DU associations and anomalies in the given programs lets analyze e... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!