verifCompareImportedFiles
verifCompareImportedFiles(
g_sessionId
l_files
)
=> t / nil
Description
Compares the requirements from the Verifier session with the requirements from the imported files.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
|
The list of files to be compared. If no files are specified, all imported files are compared. |
Value Returned
|
The comparison is successful and the differences are displayed. |
|
|
There specified imported files do not exist in the Verifier session or the command is unsuccessful. |
Examples
The following example opens a Verifier cellview and compares the requirements in the session with the requirements imported from a CSV file:
sessionId = verifOpenCellView("test" "setup" "verifier")
=> 0
verifCompareImportedFile(sessionId "test.csv" ?fileType "CSV" ?headerRows 1
?ignoreInvalidRows t)
=> t
Related Topics
Return to top