why my unit testing taken more than normal time to run in VS 2010 Premium [on hold]
- by kombo
I have only 4 proeject in my solutions.
Am trying to run a unit test for one of my class in one of the project.
I Create the unit test by:
Right clicking on the class choose the create unit test option.
I followed the wizard to the end.which resulting the test creation.
I just pass the values of the parameter and run the test. but my test keep running.
Both surprisingly it runs on other developers pc.
NB:My class is connecting to the database and my application is asp.net web form.
i know this is not recommended but i want to have my test running now. i have tried alot of samples on the internet but still my problem persist.
Could any one tell me the cause of the extreme slowness(more than 30 minutes)