Orientation Exercise: Oracles
17 January 2009 02:28 amOracle Orientation
Suppose you were writing a text editing program that would display fonts properly on the screen. How would you test whether the font display is correct?- How could you determine whether the editor is displaying text in the correct typeface?
- How could you determine whether the editor is displaying text in the right size?
- How would you test whether the editor displays text correctly (in any font that the user specifies)? Describe your thinking about this problem and the strategies you are considering.