Multiple choice technology testing

Which method for the DataTable utility object will allow you to retrieve information from the Data Table during a test run?

  1. A. Value

  2. B. Import

  3. C. GetCell

  4. D. GetValue

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The DataTable.Value method is used to retrieve or set data from the Data Table during test execution. While GetCell can also retrieve data, Value is the primary method for parameter-based data access. Import is for loading external files, and GetValue is not a standard DataTable method.