Multiple choice technology testing

Which Java method advances the data pool cursor to the next row in the data pool ?

  1. dpMoveCursor()

  2. dpNext()

  3. dpNextRow()

  4. dpMoveNext()

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

The dpNext() method is the standard RFT API call to advance the datapool cursor to the next row. Other options like dpMoveCursor(), dpNextRow(), or dpMoveNext() are not valid RFT methods.