OpenTAP 9.25
API Reference
|
Custom handler for importing TestPlan data. Which implementation of ITestPlanImport is used is based on the file type (ITestPlanExport.Extension). More...
Public Member Functions | |
TestPlan | ImportTestPlan (string filePath) |
Imports a file. The contents of the file can be an entire TestPlan, or data to be inserted into a dynamically created TestPlan. More... | |
Custom handler for importing TestPlan data. Which implementation of ITestPlanImport is used is based on the file type (ITestPlanExport.Extension).
The developer determines the content and complexity of classes that implement this type. It might be as simple as unzipping a TestPlan, or as complex as reading a well-defined Excel file that represents some TestPlan data.
TestPlan OpenTap.ITestPlanImport.ImportTestPlan | ( | string | filePath | ) |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24