Run test sessions via command prompt

You can manage test sessions using the Command Prompt window.

  1. Open a Command Prompt window.
  2. Navigate to the ImportExport directory: C:\Program Files\Kofax\Insight 6.X.X\ImportExport.
  3. Execute the file
    Altosoft.Insight.ImportExport.EntryPoint.exe
    with the following options as required:

    -runTestSession: To start a Test Run session.

    -testGroups: List test group names. For example, "GroupName1, GroupName2, GroupName."

    -projectName: Project name for the tests.

    -runTestSessionInParallel: Run tests asynchronously.

    -testSessionCacheMode: Enable or disable the cache for requests during the session.

    -estSessionEmails: List all email addresses.

    -emailTheme: Subject for the email message.

    -sendTestCases: Select Test Cases to be added to the email message.

    -includeTestSessionExport: Add the Test Session export to the email message.

    For example, to start recording tests for the specified group, use the following command: Altosoft.Insight.ImportExport.EntryPoint.exe -runTestSession -login="Administrator" -pwd="password" -projectName="Project 9" -testGroups="g1".