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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -