|
|
Validate |
|
Validates a TTK using the options specified in the User Profile.
Catalyst /V TTKName:FName [ReportName:Name [/V] [/C]] [/open]
Catalyst /V FromFolder:FolderName [/S] [ReportName:ReportName [/V] [/C]] [/open]
Catalyst /V Fname [[,Fname1] ,Fname2...] [ReportName:ReportName [/V] [/C]] [/open]
Catalyst /V FileListFile:ListFname [ReportName: ReportName [/V] [/C]] [/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 seperated by a semi-colon(,) |
|
ReportName:ReportName |
Tag used to specify the name of the Report file created when performing a validation. |
|
/V |
Create a verbose format report |
|
/C |
Create a Compact format report |
|
/open |
Launches MS Notepad and displays the content of CatalystBatchLog.txt when the ezScript command finishes. |
Validate the file c:\English\TTKFile.ttk using the options defined in the User Profile, creating a verbose report called :"c:\Project\Report1.html".
Catalyst /V TTKName:C:\English\TTKFile.ttk reportname:"C:\Project\Report1.html" /V /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 compact report called C:\Validate\Report.html. (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.html