Ism 6124 advanced systems analysis and design discussion


ISM 6124 Advanced Systems Analysis and Design Discussion: Software Testing- University of South Florida

Consider The Following Simple (And Nonsensical) Pseudocode Subroutine.

Whatever (in x, y; out z)

begin

x <--- x * 2;

if x > 0 then

y <--- y + 200;

else

y <--- 5 * y;

endif;

while x > y do

x <--- x - 10;

endwhile;

z <--- y - x;

end;

i) List and briefly discuss three goals of performing software testing. Why do we test software systems?

ii) Describe briefly how you would apply Functional (Black Box) Testing to this subroutine. Why would you perform functional testing?

iii) Describe briefly how you would apply Structural (White Box) Testing to this subroutine. Why would you perform structural testing?

The response must include a reference list. Using Times New Roman 12 pnt font, double-space, one-inch margins, and APA style of writing and citations.

Solution Preview :

Prepared by a verified Expert
Software Engineering: Ism 6124 advanced systems analysis and design discussion
Reference No:- TGS03043435

Now Priced at $20 (50% Discount)

Recommended (93%)

Rated (4.5/5)