MSTest

Description

MS-Test automates the process of testing Windows applications. It combines a Windows development language, Basic, with a testing-oriented API.

For more details, refer to https://en.wikipedia.org/wiki/Visual_Test.

Note

This Data Provider is new in Squore 18.0

Usage

MSTest has the following options:

  • MSTest results directory ( resultDir ) Specify the path to the results directory generated by MSTest.​

  • Test result file pattern ( filePattern ) Specify the pattern of files to extract Test data from.​

The full command line syntax for MSTest is:

-d "type=MSTest,resultDir=[text],filePattern=[text]"