Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,

I am very new to software testing
I have created a Unit Test project for my application, and added my project as reference in the unit test project....
What should I do next ???
I have a class UnitTest1 with TestMethod1() in it...
can any one tell me ,,, wht to do next... :(
Posted
Comments
Sergey Alexandrovich Kryukov 14-Aug-13 6:41am    
What unit testing framework are you using?
Anyway, the answer would be: it depend on what do you want to do next. :-)
—SA
Sushil Mate 14-Aug-13 8:11am    
OP's reply :

I dont have any Idea... I want to test my windows application...
When I copy some classes or methodes to it, it shws error like
"The name button1 does not exist in the current context" etc
Sergey Alexandrovich Kryukov 14-Aug-13 9:39am    
Not clear. Programming is not done by copying classes...
—SA
Yesudasan Moses 14-Aug-13 10:20am    
Not to my project i mean,,,
i was copying some classes to the unit test namespace...
Sergey Alexandrovich Kryukov 14-Aug-13 10:25am    
This is not how programming is done, and not how testing is developed.
What is your testing framework? Read its documentation.
—SA

 
Share this answer
 
HI,

You can also follow the videos here.

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900