Assembly in \bin : how to test it ?

C

ck1

Hi at all.
I want to share my problem about the testing of Assembly.

I have build Assembly (.dll) in order to place in in \bin
directory of IIS.

My question is:
there are a software that allow me to test this assembly ?
(read the methods, call the methods, etc.etc.)

I want to call it from .ASPX page, but before that
i want a software that allow me to test it !

ck1;
 
J

Jon Skeet [C# MVP]

I want to share my problem about the testing of Assembly.

I have build Assembly (.dll) in order to place in in \bin
directory of IIS.

My question is:
there are a software that allow me to test this assembly ?
(read the methods, call the methods, etc.etc.)

I want to call it from .ASPX page, but before that
i want a software that allow me to test it !

NUnit? http://nunit.org

If that's not the kind of thing you're after, perhaps you could go
into more detail.

Jon
 
C

ck1

Hi - i have try nUnit: but isn't for me :)
I need a simply software that allow me to browse
and call the method of assembly in Bin folder.

Actually i link the Dll at ASMX file and test
it from the browser: ASMX it's a good method
to test my assembly, but i don't want to use it
anytime :-(

It's a good to have a little software that browse
the assembly and allow me to call any method :)

any help ?

ck1;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top