2
Answers

Testing in C#?

Jay

Jay

15y
3.4k
1
Just turned a C# programmer. I had been developing in Java for 8 years. But now i need to learn a new language after going into my new job.

What are the testing methods available for testing in C# and in Visual Studio IDE?

Is there anything similar to Java's JUnit testing + Java assertions for C#?
Any other tools for testing in C#?
Answers (2)
0
Administrator
Admin 2.3k 1.3m 22y
See Tutorials section on how to read and write from/to the registry
0
Administrator
Admin 2.3k 1.3m 22y
You can get the application path without having to write the path to the registry, try using System.Windows.Forms.Application.ExecutablePath to get the path of your application. Is there any specific reason why you want to write this to the registry?