|
Validate |
Validates a TTK using the options specified in the User Profile.
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]
/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. |
Validate the file c:\English\TTKFile.ttk using the options defined in the User Profile, creating a report called :"C:\Project\Report1.xlsx".
Catalyst /V TTKName:C:\English\TTKFile.ttk ReportName:"C:\Project\Report1.xlsx" /open
Validate all TTKs from the folder and subfolders of C:\AllFiles\.
Catalyst /V FromFolder:C:\AllFiles\ /S
Validate the file C:\Ge\geapp.exe and C:\Es\Esapp.exe create a report called C:\Validate\Report.xlsx. (Note that a temporary TTK file is created and the two filenames are inserted and automatically aligned before the validation is performed.)
Catalyst /V C:\Ge\geapp.exe C:\Es\Esapp.exe ReportName:"C:\Validate\Report.xlsx"
Validate across multiple TTK files for Inconsistent sources or Inconsistent translations to determine if any inconsistencies exist. In this example we load a INI file which enables the Inconsistent translations test of the Validate Expert. Next we validate all TTKs found in the folder "C:\Validate\Project Files" for any Inconsistent translations and report any findings in the file "C:\Validate\Inconsistent_Translations.txt".
Catalyst /C "C:\Validate\Inconsistencies_Translations.ini" /load
Catalyst /V FromFolder:"C:\Validate\Project Files" ezLogFile:"C:\Validate\Inconsistent_Translations.txt"
Validate the file c:\English\TTKFile.ttk using the options defined in the User Profile, creating a report called :"C:\Project\Report1.xlsx". However if any of the labels listed exist, these segments will be excluded from the validate set.
Catalyst /V TTKName:C:\English\TTKFile.ttk Labels:"Label Red; Label Blue; Label Yellow" ReportName:"C:\Project\Report1.xlsx"