Tag: testing

Questions Related to testing

In custom data binding for a web test, what is the method used to return a set of name, Value pairs. The name is the column name and the value is the column value. This will get the current row of the dataset and then advance the current position counter

  1. GetRecord(n)

  2. GetNextRow()

  3. GetDataset(n)

  4. GetNextRecord()


Correct Option: B
  1. Random input parameter

  2. Sequence inputs

  3. Boundary value conditions.

  4. Data points


Correct Option: C
  1. Test case window

  2. Test View window

  3. Test Tree window

  4. Test Manager window


Correct Option: D
  1. Test case Results

  2. Code Coverage Results

  3. Load Test Results

  4. Manual Test Results


Correct Option: B
  1. Return value of the API.

  2. Updates that the API does to the database tables.

  3. Exceptions that are thrown by the API.

  4. Above all


Correct Option: D