Why is it so important to perform a functional analysis of the application prior to an upgrade?
Because this will enable you to identify the functional components of the application, and to build a more effective plan for the overall upgrade process. It also helps you to improve your application by identifying redundant or unused code modules that should be eliminated to reduce the amount of work that will be required for the upgrade. After you identify the components that must be upgraded to Visual Basic .NET and those that can remain in Visual Basic 6.0 (either temporarily or permanently), you can begin to create an effective interoperability between components.
Related Questions
- Should all the Java files or classes in my application be added to JCover project to perform coverage analysis?
- How do I create a simple application to perform OMR analysis without using an FDL on a single field?
- Why is it so important to perform a functional analysis of the application prior to an upgrade?