Index of /~billard/se/cs4320/ex2

      Name                    Last modified       Size  Description

[DIR] Parent Directory 20-Apr-2008 08:49 - [   ] print.bat 19-May-2009 09:03 1k [   ] printdoc.bat 19-May-2009 09:03 1k [TXT] reverse.c 19-May-2009 09:03 2k [TXT] swap.c 19-May-2009 09:03 5k [   ] swap.pdf 19-May-2009 09:03 46k [TXT] swapnext.c 19-May-2009 09:03 2k


CS 4320 Software Testing and QA: Ex2 CODE WALKTHROUGH
=====================================================

Platform: Paper Exercise 

Given: source code

Goal: perform code walkthrough (desk check) of source code

   Analyzing the logic of code is an important software technique. Perhaps you analyze
   code you have written or someone else's code. But, in any case, you have to be able
   "walkthrough" the code.

a. See swap.pdf first for a diagram.

b. % more swap.c

   Study more swap code and execute the code on paper and report on the output (correct/incorrect)

c. % more reverse.c

   repeat

d. % more swapnext.c
 
   repeat

e. project notebook (see print.bat):

   README
   swap.c
   reverse.c
   swapnext.c