Re: Tool to mark code which has been executed
- From: Tom Shelton <tom_shelton@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 01 May 2008 12:23:56 -0700
On 2008-05-01, Carl Ganz <seton.software@xxxxxxxxxxx> wrote:
We're upgrading a very complex VB6 applications (1000+ forms and 300K
lines of code) to VB.NET, and then to C#. We need to do a full test
after the upgrade is done. Of course there are no docs and hardly any
code comments. Does anyone know of a tool that would mark .NET code as
having been run so when we test we are sure we hit all the possible
scenarios?
If we miss one option in a Select Case construct for example, I'd like
to see the code that was executed highlighted in some color so we can
focus on setting up the data on the options that didn't get executed.
Thanks
Carl
Sounds like you want a code coverage tool. A quick qoole search turns
up quite a few hits :) NCover seems to be at the top.
By the way, if you don't mind my asking, why would you want to convert
from VB.NET to C# once you have a working product? I'm just curious
on the justification for that...
--
Tom Shelton
.
- Follow-Ups:
- Re: Tool to mark code which has been executed
- From: Michel Posseth [MCP]
- Re: Tool to mark code which has been executed
- References:
- Tool to mark code which has been executed
- From: Carl Ganz
- Tool to mark code which has been executed
- Prev by Date: Tool to mark code which has been executed
- Next by Date: Re: Tool to mark code which has been executed
- Previous by thread: Tool to mark code which has been executed
- Next by thread: Re: Tool to mark code which has been executed
- Index(es):
Relevant Pages
|