Changes between Version 4 and Version 5 of Software/MFCReplay


Ignore:
Timestamp:
08/15/11 14:30:17 (13 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/MFCReplay

    v4 v5  
    4444The tool is executed as follows: 
    4545{{{ 
    46 replay.exe <logfile> {<exetuable>} 
     46replay.exe <replayfile> <exetuable> [options] 
    4747}}} 
     48The following options are allowed: 
     49{{{ 
     50-r --resultfile <string>: file where the results of the execution are stored (pass/fail of sessions); default: no file 
     51-d --msgdelay <number>: if this value is non-zero, a constant delay between the messages is used; default: 0 
     52-w --wait <number>: if this value is non-zero, the program waits before terminating for the user to press any key; default: 1 
     53-s --startdelay <number>: miliseconds that the program waits between starting the application under test and the replay; default 5000 
     54-p --path <string>: working directory of the startup program; default: "" 
     55}}}