[ Testing an instrumented file] [Home] [Analyzing the  file]
Site Map

TEST The Test Process


The next step is to run some test cases on the instrumented executable. The key is to include test cases that exhibit the feature you want to find as well as very similar test cases that don't.


RPN Example
Running each test involves a number of steps:

  • Run R2TEST - Tells RECON what to name the trace file for this test, and lets you put in a comment to help you identify the test later.
  • Run a complete test case using your instrumented executable from start to finish. A trace file is created that records the source code file index, line number, and conditional description of each branch that was encountered.
  • Run R2END - Clean up after the test

  • [ Testing an instrumented file] [Home] [Analyzing the  file]
    Site Map