Home > Archive > Visual Studio > February 2006 > Unit test creation problem with VS Team system
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Unit test creation problem with VS Team system
|
|
| yashgt@gmail.com 2006-01-09, 9:52 pm |
| Hi,
I have installed Visual Studio 2005 Team Edition for Developers, on my
Windows XP PC.
The exact VS version is 8.0.50727.42.
I created a simple Windows application in VB .NET and add a button and
its handler. I then tried to add a Unit test case for the handler,
using Test>New Test>Unit Test Wizard. The handler for the button is not
seen the the list of functions available to be unit tested. The Form1
class itself is not listed.
On a different PC, after installing from the same CD, I tried creating
the unit test, and it worked. The Form1 class as well as all its
methods were correctly shown in the unit test creation wizard.
Can someone suggest a remedy for the proble on my PC?
Thanks
Yash
| |
| Alfons 2006-02-27, 7:06 pm |
| I have a similar problem. Could you solve it?
"yashgt@gmail.com" wrote:
> Hi,
> I have installed Visual Studio 2005 Team Edition for Developers, on my
> Windows XP PC.
> The exact VS version is 8.0.50727.42.
> I created a simple Windows application in VB .NET and add a button and
> its handler. I then tried to add a Unit test case for the handler,
> using Test>New Test>Unit Test Wizard. The handler for the button is not
> seen the the list of functions available to be unit tested. The Form1
> class itself is not listed.
> On a different PC, after installing from the same CD, I tried creating
> the unit test, and it worked. The Form1 class as well as all its
> methods were correctly shown in the unit test creation wizard.
> Can someone suggest a remedy for the proble on my PC?
>
> Thanks
> Yash
>
>
|
|
|
|
|