I need to test a web application in different versions of IE (IE9, IE8 and IE7).
I found that IE9 provides a compatibility view for IE8 and IE7, so I installed IE9 on my test system.
There is one header for the X-UA-Compatible META tag with which you can set the compatibility view. But in my case, we do not have access to the source files.
If any of selenium or in any other way, if we can dynamically set the tag "X-UA-Compatible", then it can solve my problem. Please let me know if there is a good way to test WebApp on a different version of IE (7.8 and 9) from one window / instance of Windows.
Any suggestion would be appreciated.
Please share your experience with this.
Thanks.
source share