Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This page describes Level 0 testing concepts and techniques. 

...

If you encounter problems you will have to do some trouble shooting as described here to verify that you have all the right pieces in all the right places.

Table of Contents

VB6 Source Availability Test

The VB6 Source Availability Test verifies that all source code files referenced by your VB6 migration project are in the locations specified by the VBP files:

...


An alternative means of identifying missing source files is to run the Source Structure report and locate any records with Cnt_Tot=-1.

ASP Source Availability Test

The ASP Source Availability Test verifies that all source code files referenced by your ASP migration project are locations specified by the include statements:

...


An alternative means of identifying missing include files is to run the Source References process and locate any records with RefStat="NOTFOUND".

COM/IDF Readiness Test

The COM Readiness Test verifies that interface description files for the COM components referenced by your migration project are available:

...


An alternative means of identifying missing COM reference is to run the Source References process and locate any records with RefStat="NOTFOUND".

VB6 Build Test

The VB6 Build Test verifies that the migration environment is consistent with the VBP and that the referenced code files and COM components are valid per the requirements of the VB6 compiler. It is a best practice to run this test on your source codes as a validation step:

...