verifCreateSnapshotConfiguration
verifCreateSnapshotConfiguration(g_sessionId t_configName l_properties[ ?absoluteTolerancex_absoluteTolerance] [ ?relativeTolerancex_relativeTolerance] [ ?differencesg_differences] [ ?compareVisibleg_compareVisible] [ ?hideEmptyg_hideEmpty]) => t / nil
Description
Creates snapshot configuration that contains the setup for Abs Tolerance, Rel Tolerance and Show filters on the Snapshots tab.
Arguments
Value Returned
Examples
The following example starts a Verifier session with a cellview 'test/snapshots/verifier' and creates a new snapshot configuration.
uid = verifOpenCellView("test" "snapshots" "verifier")
=> 0
Creates a snapshot configuration and show the properties.
verifCreateSnapshotConfiguration(uid "config" list("Title" "Type" "OverallStatus"))
Creates a snapshot configuration and only show different properties.
verifCreateSnapshotConfiguration(uid "diff" list("Title" "Type" "OverallStatus") ?differences t)
Related Topics
verifDeleteSnapshotConfiguration
Return to top