Backend testing using SQL scripts

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.
How to verify the font size in a program
This can be done by verifying the run time object properties. Extract the value of the object's property during run time and verify it against the expected result.....
Naming conventions for automated test scripts
Every organisation follows different form of conventions. There is no hard and fast standard for it.................
GUI checkpoint and synchronization
GUI check point is used to check and compare properties of objects between actual( actual test runs) and expected results (drafted Script)................
Post your comment