Validates a TTK using the options specified in the User Profile.

Syntax

Catalyst /V TTKName:FName [Labels:"Label 1; Label 2"] [ReportName:ReportName] [ezLogFile:ezLogFile] [/write] [/open]

Catalyst /V FromFolder:FolderName [/S] [Labels:"Label 1; Label 2"] [ReportName:ReportName] [ezLogFile:ezLogFile] [/write] [/open]

Catalyst /V FName [[,FName1] ,FName2...] [Labels:"Label 1; Label 2"] [ReportName:ReportName] [ezLogFile:ezLogFile] [/write] [/open]

Catalyst /V FileListFile:ListFName [Labels:"Label 1; Label 2"] [ReportName: ReportName] [ezLogFile:ezLogFile] [/write] [/open]

Parameters

/V

Validate Project TTK

TTKName:Fname

Parameter used to specify the name of a TTK file.

FileListFile:ListFName

Tag used to specify the path of a file that contains a list of TTK filenames to validated.

FromFolder:FolderName

Tag used to specify the path to a folder from which all files are to validated.

/S

Recurse all sub-folders.

FName, FName1

The full path of a file to be validated. Multiple filenames can be specified separated by a comma (,).

Labels:"Label 1; Label 2"

Use this switch to exclude certain segments which have a label associated with it. Multiple labels must be separated by a semi-colon.

ReportName:ReportName

Tag used to specify the name of the Report file created when performing a validation.

ezLogFile:ezLogFile

The user can optionally specify a log file to which results of each Catalyst ezScript command are output.

If the log file is not specified by the user or is invalid, the default log file (ezScriptBatchLog.txt in the Public location) is used.

/write

The command line which has been processed by Catalyst will be written into the ezScript batch log file.

This will help to debug your command if something is not behaving as expected.

/open

Launches MS Notepad and displays the content of ezScript batch log when the command finishes.

Examples

Catalyst /V TTKName:C:\English\TTKFile.ttk ReportName:"C:\Project\Report1.xlsx" /open

Catalyst /V FromFolder:C:\AllFiles\ /S

Catalyst /V C:\Ge\geapp.exe C:\Es\Esapp.exe ReportName:"C:\Validate\Report.xlsx"

Catalyst /C "C:\Validate\Inconsistencies_Translations.ini" /load

Catalyst /V FromFolder:"C:\Validate\Project Files" ezLogFile:"C:\Validate\Inconsistent_Translations.txt"

Catalyst /V TTKName:C:\English\TTKFile.ttk Labels:"Label Red; Label Blue; Label Yellow" ReportName:"C:\Project\Report1.xlsx"