MxVDiff Object
The MxVDiff COM interface is used to perform comparison between two regression log files (mxrlg). You can use it with any .NET language, such as C# or VBScript. To create an instance of the COM object, use:
CreateObject (“MicroMax.MxVDiff”)
Method |
|
Compare |
Compares two regression log files (mxrlg) Parameters: baselinepath – The path of the baseline mxrlg file subsequentpath – The path of the subsequent mxrlg file Returns: A RegressionLogCompareResults object containing the results of the compare |
Data Objects
Contains the results from the Application.Compare operation
|
Describes a result from the regression log level of the Application.Compare operation
|
Contains the results from the scenario level of the Application.Compare operation
|
Describes a result from the scenario level of the Application.Compare operation
|
Describes a result from the signal level of the Application.Compare operation
|
MxVDiff - Command Line Interface