Question

I have to execute the mbunit test cases by passing the dll to gallio.echo. ( or using anything that may execute test cases through commandline and generates xml report ) My requirement is my dll depends upon the functions inside another dll so do i need to pass both dll while exceuting testing.

currently I m getting issues while using gallio.echo with dll as argument.

suggest a way to test dll through commandline.

regards priya

No correct solution

OTHER TIPS

Usually an issue with 32 / 64 bit. Make sure your Gallio Installation matches the assembly (if gallio install is 64 bit and dll is 32 bit, it won't work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top