What is the difference between QC and Spotlight?
QC is ideal for stress testing as it performs heap scrambles, purges, free memory invalidation, and in general tries to beat up the app; which Spotlight does not do. Spotlight is ideal for hard core testing of program execution with an emphasis on toolbox validation, leaks, and memory accesses (stack, heap, etc.); which QC does not do. Both products do not require code changes to the application. QC runs on both 68K and PowerPC code and 68K or PowerPC based Macintoshes. Spotlight only tests PowerPC code and therefore only runs on PowerMacs.