Verify mode, Debug mode, Update mode
Explain
a. Verify mode b. Debug mode c. Update modeVerify 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.
|
How to verify the font size in a programThis 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.....