Difference between revisions of "NA-MIC-kit-curriculum/Testing-Based Programming/How to run Dynamic Analysis"

From NAMIC Wiki
Jump to: navigation, search
(Created page with ''''Dynamic Analysis''' focuses on detecting defects at run time, particularly: Uninitialized variables and Memory leaks. This tutorial illustrates how to run dynamic analysis in…')
 
Line 1: Line 1:
 
'''Dynamic Analysis''' focuses on detecting defects at run time, particularly: Uninitialized variables and Memory leaks.
 
'''Dynamic Analysis''' focuses on detecting defects at run time, particularly: Uninitialized variables and Memory leaks.
 +
 +
 +
= Introduction =
  
 
This tutorial illustrates how to run dynamic analysis in a small project.
 
This tutorial illustrates how to run dynamic analysis in a small project.
 +
 +
You should have completed first the tutorials:

Revision as of 16:11, 12 December 2009

Home < NA-MIC-kit-curriculum < Testing-Based Programming < How to run Dynamic Analysis

Dynamic Analysis focuses on detecting defects at run time, particularly: Uninitialized variables and Memory leaks.


Introduction

This tutorial illustrates how to run dynamic analysis in a small project.

You should have completed first the tutorials: