Thursday, May 5, 2011

Step 4: Program Test

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:-

  1. Desk checking (code review)-careful reading of a printout of the program
  2. Manual testing-using a calculator and sample data to test for correct programming logic
  3. Attempt a translation-running the program using a translator program to identify syntax errors
  4. Testing sample data-running the program and testing a program for logic errors using sample data
  5. 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: