Situation: You want to perform backend testing with the help of SQL scripts for verification of data integrity. How would you do that?This can be done using data base check points of QTP. Only the "select" statement of SQL is required to be used. While recording the expected result is captured from the db's current status which is a step in creating check point. After the check point is created, during the run of the script, the actual data in the database is matched with the expected result stored in the check point. This way the integrity of the data can be verified.
|