AbtDataSetManagement

This class is the central point for interacting with data set’s information.

注意: 
This class and its associated methods are currently supported only by the C# harness.

Workflow Implementation

In general, a basic workflow involves the following steps:

  1. Initialize a new AbtDataSetManagement object.
  2. Use methods of AbtDataSetManagement to create a new AbtDataSet and/or AbtDataRow object.
  3. Depending on your needs, apply various methods of
    1. AbtDataSet to continue processing the returned data set, or
    2. AbtDataRow to continue processing the returned data set row.

Example

Suppose that you’d like to get the total number of columns in a given dedicated data set.

Your snippet of code might resemble the following:

//Initialize AbtDataSetManagement object
AbtDataSetManagement mgn = new AbtDataSetManagement();

//Retrieve a data set, "Car Rental"
AbtDataSet dataset = mgn.GetDataSet("/Car Rental");

//Retrieve the total number of columns
int count = dataset.GetColumnCount();

CreateDataRow

CreateDataSet

DoesDataSetExist

GetDataSet


Copyright © 2024 LogiGear Corporation. All rights reserved. LogiGearはLogiGear Corporationの登録商標であり、Action Based TestingおよびTestArchitectはLogiGear Corporationの商標です。ここに記載されているその他の商標は、各所有者の財産です。

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1 (650) 572-1400