Page 1 of 1

How to create a batch file for .evm?

PostPosted: Thu Sep 23, 2010 2:23 am
by mssl
Hi

I created a batch file to execute .evs file as follows

eValid -b "ISS_PQA_WEB_BGP4_SC.evs" -CK -dd "D:\ISS_PQA_WEB\Sanity"

it was running good. But how to same is not working out for .evm files. how to do that ?

More over is there any way create a report which contains the scirpt name and their execution status.

Re: How to create a batch file for .evm?

PostPosted: Thu Nov 04, 2010 4:02 pm
by eValid
With the assumption that all your command line environments along with your eV.Manager Preferences settings are properly set for foreground GUI running operations, then simply adding the following available command and switches desired into an executable batch file will allow you to invoke and process any existing .evm file:

evmange.exe [filename.evm] [switches]

For example -

evmanges.exe test.evm -RUN

The -RUN switch without a number defaults to 1. Your "Selected Test Items" tree needs to be saved with your selections as confirmed from your prior foreground GUI runs.

For further details, please see the section "Batch Mode Switches for eV.Manager Operation" referenced in the eValid User Manual.


_______________________
The eValid Support Team