How to verify the font size in a program

Situation: You want to verify the font size and program in a program. You do not have access to the code. How would you approach this?

1. 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.

2. It can also be done using the standard check point where the run time property of the object which includes the font size if present, is checked against the expected result that was captured during recording.
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)................
Buffer overflows and Automation test framework
Software configuration management is the process of tracking and controlling changes to software/hardware.................
Post your comment