Testing process
(Testing process) |
5 methods
to test for
syntax and logic error....
1. Desk checking (code review)
Process of checking out
a computer program
by studying a print out
of the program line-by-line,
looking for
syntax and logic errors.
2. Manual testing
Using a calculator
and
sample data
to test for correct programming logic
3. Attempt at translation
Running the program
using a translator program
to identify syntax errors.
4. Testing sample data
Running the program
and
testing the program
for logic errors
using sample data
5. Testing by users (beta testing)
Testing by a select group
of potential users
in the final stage of
testing a program.
(Example of syntax error identified) |
No comments:
Post a Comment