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