Syntax checking and manually reading the code to find errors are methods of static testing. This type of testing is mostly used by the developer himself/herself (who designed or code the module). Static testing is usually the first type of testing done on any system.
I would say similar. but not same
Syntax checking and manually reading the code to find errors are methods of static testing. This type of testing is mostly used by the developer himself/herself (who designed or code the module). Static testing is usually the first type of testing done on any system.
Code walkthrough is done with peer
- Login or register to post comments
Submitted by admin on May 16, 2007 - 4:08pm.Hi,
Does the static testing involve review of FS, RS and DS or is it only code review?
Parag Gadhia
- Login or register to post comments
Submitted by paraggadhia on May 17, 2007 - 1:50am.From the definition it appears this is stand alone testing done by developer. Its not review.
- Login or register to post comments
Submitted by admin on May 17, 2007 - 7:23am.From the definition proivded:
Syntax checking and manually reading the code to find errors are methods of static testing..
It appears it's review.
If it's testing it will be unit testing..
What's ur say ?
Parag Gadhia
- Login or register to post comments
Submitted by paraggadhia on May 17, 2007 - 9:38am.Since its done by same person who did the coding its cannot be review. Review is generally done by someone other than the person who did the work.
Unit testing can still be done by different person than developer.
- Login or register to post comments
Submitted by admin on May 17, 2007 - 3:58pm.