Skip to content

upretip/TabulateSmarterTestContentPackage

 
 

Repository files navigation

TabulateSmarterTestContentPackage

Tabulates the contents of a test content package in SmarterApp format and checks for certain errors.

This is a command-line utility for extracting data about test packages in SmarterApp format. The current version generates four .csv reports, a summary .txt report and a a possible error report.

The program is written in C# and can be built with the free edition of Microsoft Visual Studio Express 2013 for Windows Desktop. Professional versions of Visual Studio should also build the application.

An executable file is included in each "release" package. There is no installer, the program is executed from the command line:

TabulateSmarterTestContentPackage [options] <path>

If running a "Universal Platform" distribution then you must install the appropriate .Net Core Runtime (see below). Then use the following command line:

dotnet TabulateSmarterTestContentPackage [options] <path>

For detailed syntax, including command-line options run the program with the -h (help) option as follows:

TabulateSmarterTestContentPackage -h

Installing the .NET Core Runtime

If running the "Universal Platform, you must download and install the .NET Core Runtime (unless it is already installed on your computer).

About

Tabulates the contents of a test content package in SmarterApp format and checks for certain errors.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Dockerfile 0.2%