|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
How to test a C# dll file? Hi, I have created a C# dll file. Now I want to test this file but I don't know how to test this file? I mean how do we know that this dll file is working correctly? |
#2
| |||
| |||
Re: How to test a C# dll file? This is the way you can test the dll file. In visual studio express edition create another application and add reference to your dll in that application. If its a for-play version then you can test application in the same solution! I hope this helps! ![]() |
#3
| |||
| |||
Re: How to test a C# dll file? According to me this is the best thing for you to learn how you can test your new C# dll. http://www.c-sharpcorner.com/UploadF...058AM/dll.aspx I hope this helps you testing your C# dll file! ![]() |
#4
| |||
| |||
Re: How to test a C# dll file? Thanks for this prompt reply & i will have a look at the site you have recommended to me Dino.M Thanks again! |
#5
| |||
| |||
Re: How to test a C# dll file? you can break your assembly/dll code up into a few more methods, and then reference your compiled assembly/dll in a normal app. Then test each method by calling it to isolate where things are going wrong. |
![]() |
|
Tags: c sharp, dll file, test |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Acid3 Test and HTML5 Test on LG Nitro HD | Dragonball Z | Portable Devices | 6 | 23-12-2011 12:54 PM |
Seagate Device ST3250410AS Failed Long Test but passed Short Test | Bryant | Hardware Peripherals | 5 | 27-08-2011 07:45 AM |
Online File Sync Speed Test: Mozy, Dropbox, SpiderOak, Mesh, SugarSync | Jay-Esh | Tips & Tweaks | 5 | 27-05-2011 06:12 PM |
Where is test.txt file located | SoftWore | Software Development | 3 | 18-11-2009 01:30 PM |
DNS test fails with dcdiag /test:dns - TEST: Forwarders/Root hints (Forw) | MartinH | Windows Server Help | 6 | 20-06-2006 07:20 PM |