The following options let you control the sessions during testing
Sets the number of sessions that can be loaded at once.
This is equivalent to the same setting in the session manage and can't be less than 1.
Example:
-numSessions 2
Saves the session data when all data has finished being collecting from the target program.
Coverage Validator 32 and 64 bit use the file extension .cvm and .cvm_64 respectively.
A missing or incorrect filename extension will be corrected automatically
Examples:
-saveSession c:\results\testMacro1.cvm
-saveSession "c:\test results\testMacro1.cvm_x64"
-saveSession c:\results\testMacro1
-loadSession loads a previously created session to be merged with the data from the session being recorded.
-loadSession2 loads a session to be merged with the session loaded via -loadSession.
These options might be used when a series of tests have already been performed and their sessions saved.
Coverage Validator 32 and 64 bit use the file extension .cvm and .cvm_64 respectively.
A missing or incorrect filename extension will be corrected automatically
Examples:
-loadSession c:\results\testMacro1.cvm
-loadSession "c:\test results\testMacro1.cvm"
-loadSession c:\results\testMacro1
Ensure your session manager is configured to hold at least 2 or 3 sessions or use -numSessions to specify how many sessions to use.