CLI/Testing: Language for testing command line interfaces -
CLI/Testing: Language for testing command line interfaces -
what best (probably, scripting) language testing command line interfaces (cli) ? tried expect, not object oriented , hence not convenient testing multiple connections simultaneously. tests should run on linux , windows platforms.
i've been having great success @ using vbscript / jscript (via windows script host) unit testing harness both console applications , activex com objects. then, moment there interactive elements, scale html applications (via mshta).
testing command-line-interface
Comments
Post a Comment