Results 1 to 5 of 5

Thread: How to test a C# dll file?

  1. #1
    Join Date
    Jan 2009
    Posts
    38

    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. #2
    Join Date
    May 2008
    Posts
    63

    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. #3
    Join Date
    May 2008
    Posts
    35

    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. #4
    Join Date
    Jan 2009
    Posts
    38

    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. #5
    Join Date
    May 2008
    Posts
    115

    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.

Similar Threads

  1. Acid3 Test and HTML5 Test on LG Nitro HD
    By Dragonball Z in forum Portable Devices
    Replies: 6
    Last Post: 23-12-2011, 12:54 PM
  2. Replies: 5
    Last Post: 27-08-2011, 07:45 AM
  3. Replies: 5
    Last Post: 27-05-2011, 06:12 PM
  4. Where is test.txt file located
    By SoftWore in forum Software Development
    Replies: 3
    Last Post: 18-11-2009, 01:30 PM
  5. Replies: 6
    Last Post: 20-06-2006, 07:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,300,763.57319 seconds with 16 queries