Assembly in \bin : how to test it ?

  • Thread starter Thread starter ck1
  • Start date Start date
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;
 
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
 
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;
 
Back
Top