OpenTAP 9.34
API Reference
OpenTap.IExternalTestPlanParameterExport Interface Reference

Custom handler for exporting external parameters from a TestPlan to a file. More...

Inheritance diagram for OpenTap.IExternalTestPlanParameterExport:
OpenTap.ITapPlugin

Public Member Functions

void ExportExternalParameters (TestPlan testPlan, string parameterFilePath)
 Exports currently configured external parameters and values to a file.
 

Properties

string Extension [get]
 The extension of the imported file including the '.'. For example '.zip'.
 
string Name [get]
 Name of the file format. Shown when the user selects the format in the GUI. For example, Compressed Using Zip.
 

Detailed Description

Custom handler for exporting external parameters from a TestPlan to a file.

Member Function Documentation

◆ ExportExternalParameters()

void OpenTap.IExternalTestPlanParameterExport.ExportExternalParameters ( TestPlan testPlan,
string parameterFilePath )

Exports currently configured external parameters and values to a file.

Parameters
testPlanThe currently loaded TestPlan
parameterFilePathLocation of the file

OpenTAP 9.34 API built Wed Jul 1 2026 09:21:15