Multiple choice technology testing

What does the source property of a database checkpoint object represent?

  1. A. The SQL query

  2. B. The identification number of the database

  3. C. The number of rows returned from the query

  4. D. The connectionstring used to connect to the database

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

The source property of a database checkpoint object in QTP represents the SQL query that retrieves data from the database. This query is used to fetch the result set that will be compared against expected values. The source is NOT the connection string (that's stored separately), not an identification number, and not the row count (though it may return rows).