chronodekar
Senior member
I'm working on an embedded system that I can access via telnet/ssh and I need to test it functionality. Does anyone know any good test suites I can use?
I'm looking for something that will let me define individual test cases, so that it will automatically log-in to my system, run some commands and scan the output. I need it to report back if things went smoothly or not.
NUnit is nice. But, that's only for .NET and I don't think it will let me do ssh connections. (But I really like it's reporting interface)
-chronodekar
I'm looking for something that will let me define individual test cases, so that it will automatically log-in to my system, run some commands and scan the output. I need it to report back if things went smoothly or not.
NUnit is nice. But, that's only for .NET and I don't think it will let me do ssh connections. (But I really like it's reporting interface)
-chronodekar