sathyanarain@yahoo.com
Member
Reged: 09/09/02
Posts: 59
Loc: Bangalore
|
|
Hi,
Can anyone please point me to some test tools that fuzz / test standalone C# DLL functions ?
Thanks in advance.
Thanks & Regards, Sathya
-------------------- Sathya Narayanan G
|
Ciege
Advanced Member
Reged: 02/27/02
Posts: 593
Loc: Scottsdale, AZ, USA
|
|
Not sure of the word FUZZ but...
Sounds like you just need to make your own test framework to test the DLL. That being the case, and since your dev team is using C#, I would suggest writing it yourself in Visual Studio using C# or .NET.
-------------------- If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
|
sathyanarain@yahoo.com
Member
Reged: 09/09/02
Posts: 59
Loc: Bangalore
|
|
I understand your point. But then, writing your own code consumes lot of time & apart from that testing your own code would be additional task than testing DLLs developed by Dev team.
Thatz y I am looking for any specific tool that Fuzz / test DLL functions with various input combinations / patterns.
Thanks, Sathya
-------------------- Sathya Narayanan G
|
Uzumaki
Newbie
Reged: 10/22/08
Posts: 7
Loc: Linköping, Sweden
|
|
NUnit, MbUnit
"Thatz y I am looking for any specific tool that Fuzz / test DLL functions with various input combinations / patterns."
Use RowTest functionality.
This could be what you are looking for or I could be way off... 
Joakim
|
Mihir Kamdar
Junior Member
Reged: 04/28/06
Posts: 18
Loc: India
|
|
Hi Sathyanarain,
You can use .NET Reflections to test the DLLs if it is a managed DLL.
Follow this link for a heads on - http://www.csharp-examples.net/reflection-examples/
We have proven expertise for automated testing of DLLs. Let me know if you need further help on this.
Regards, Mihir Kamdar Project Champion ennovate Technologies Ahmedabad, India mihir.kamdar@ennovatetech.com
|