Halllluuu guys!!!!
next step is PROGRAM TEST..
Debugging is a process of testing and eliminating errors in a program... syntax and logic are two types of programming errors.
Syntax errors are violations of the rules of a programming language. For example omitting a semicolon at the end of a c++ statement is a syntax error.
Logic errors are incorrect calculations or procedures. For example failure to include calculation of overtime hours in a payroll program is a logic error.
Testing processor has five method:-
- Desk checking (code review)-careful reading of a printout of the program
- Manual testing-using a calculator and sample data to test for correct programming logic
- Attempt a translation-running the program using a translator program to identify syntax errors
- Testing sample data-running the program and testing a program for logic errors using sample data
- Testing by users(beta testing)-final step in which potential user try the program and provide feedback
that all from we...see again....bye!!!!!!
0 comments:
Post a Comment