Verify mode, Debug mode, Update mode

Explain

a. Verify mode
b. Debug mode
c. Update mode

Verify mode - Verify mode enables a user to compare varying Test Runs of the same Test in terms of checkpoint values.

Debug mode - Debug mode is used when we wish to check the coding logic using breakpoints and Step functions.

Update mode - In Update mode, you can update the Expected value of the Checkpoint being compared.
Backend testing using SQL scripts
This can be done using data base check points of QTP. Only the "select" statement of SQL is required ...........
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.................
Post your comment