Test it on IE on the same computer. The built-in webbrowser is IE, so
testing on IE helps. Or better yet, testing in exe is the final testing,
you can tweak your CSS code and re-compile again and see what happens.
> How we can assure of testing the all cases with zzee phpexe before
> creating exe, as simulate with the environment of zzee php exe.
The webbrowser is IE, and its version depends on the version of IE
installed on the user's computer. So basically you can expect all sorts of
IE ranging from 6 to 8 if you are going to distribute your application to
the market.
The best I can recommend is to develop a clear code (use standards
compatible mode) with clearly structured CSS.
The compiled exe is the best simulation of the ZPE environment, so testing
compiled application is the best method.