IE10 on Windows 7 Side-by-Side IE8 - windows-7

Can I install IE10 Preview for Windows 7 and keep the previous IE8 version for development testing?

I don't believe you will be able to run IE8 and IE10 side-by-side on the same machine. Instead, I would encourage you to use the browser-emulation options found within the F12 Developer Tools. From there you can instruct IE10 to behave as though it were IE8.
If emulation isn't desirable, and you're not interested in downloading a virtual machine image, you could also consider exploring the BrowserStack service. It will allow you to spin up IE8 on multiple versions of Windows, and view both remote and local files.

I think this is a more reliable option for developers
IE 1-8 Standalones
it contains
Internet Explorer 1.0 (4.40.308)
Internet Explorer 1.5 (0.1.0.10)
Internet Explorer 2.01 (2.01.046)
Internet Explorer 3.0 (3.0.1152)
Internet Explorer 3.01 (3.01.2723)
Internet Explorer 3.03 (3.03.2925)
Internet Explorer 4.01 (4.72.3110.0)
Internet Explorer 5.01 (5.00.3314.2100)
Internet Explorer 5.5 (5.51.4807.2300)
Internet Explorer 6.0 (6.00.2800.1106)
Internet Explorer 6.0 (6.00.2900.2180)
Internet Explorer 7.0 (7.00.5730.13)
Internet Explorer 8.0 (8.00.6001.18702)

Also consider IETester - http://my-debugbar.com/wiki/IETester/HomePage
You can run tabs side by side in different browser versions. Works well for my web dev testing.

MS started an extra Homepage for IE testing. Lots of options under http://loc.modern.ie/

You may consider VMware thinApp (virtualize Application) or Microsoft RemoteApp (Run application from remote server).
In my environment, I have amix of thinApp and RemoteApp (some application virtualized (ThinApp) and then accessed using RemoteApp).

Related

Internet Explorer session expiring whenever I am running a coded UI script or using record and playback feature

Whenever I am running a coded-UI script and opening a website in Internet Explorer through script the IE session expiring
Also when I am manually opening the specific website it is working fine.
Note : This is happening since I have added the website in internet explorer compatibility list and also I cannot remove the website from compatibility as it won't work without compatibility
I am using Visual studio 2015, Internet explorer 11, windows 10

How can we use VS2013's brwoser link feature against IE7 / IE8?

With Web Essentials 2013 in Visual Studio 2013's Browser Link feature, we can hook IDE with developer tools of any browser.
Can we hook it with IE7 and IE8 in the same manner? Perhaps using BrowserStack or those running inside Hyper-V VMs from http://modern.ie/ (using IIS Express or ASP development server)? I couldn't find anything on the internet about old versions.
right now I don't have an older version of that browsers in my computer, so I can't test/confirm, but technically Browser-Link it's built on top of SignalR so it should use the right fallback (long polling, forever-frame and so on).
Finally, it should work.

How can I test IE10 on Mac?

How can I test web sites in IE10 on Mac?
Currently I am testing IE9 in VirtualBox with Windows 7 installed from Internet Explorer Application Compatibility VPC Image. I could not find similar image for Windows 8. IETester does not have IE10 eigher. Is there an easy way to test IE10 on Mac?
That page no longer appears to be up-to-date.
However, Microsoft's developer website provides free download links to test Microsoft Edge and Internet Explorer (versions 8 through 11) using virtual machines. You can manage them locally using VirtualBox or another virtualization software tool.
Open Safari and navigate to Safari > Preferences from the menu bar.
Click on the Advanced tab.
Check the "Show Develop menu in menu bar" setting, then close the Preferences window.
The Develop menu should now show in your menu bar.
Go to Develop > User Agent.
Here, you have to option to choose different browser options like Microsoft Edge, Internet Explorer 7, 8, 9, 10 and 11. You can also choose Firefox and Chrome as the User Agent.
Source: How to view websites on your Mac that require Internet Explorer (or a PC)
The modern.IE link doesn't work anymore, but Microsoft has virtual machine downloads available for IE versions 8-11 and Edge.
Off late I heard about this awesome software Sauce labs (https://saucelabs.com/) which allows you to test your code cross-browser, cross OS.
All you need is virtualbox (free) and a dev copy of Windows8 (free). I just did it now. I followed this tutorial. It took about 30 mins to do on 1 try. https://centroy.com/blog/testing-internet-explorer-mac-its-actually-quite-easy

Internet Explorer 9 Crashes

I open Internet Explorer 9: i type browse to Google the page load and as it finishes loading the (Tab) Hangs i cant click any links or do any thing, however i can open new tab and type in another site while the other tab is hanging but once i type any site in the new tab it hangs too and so on!
the internet explorer 9 64bit works fine.!
here is what i tried to do:
Turned off Internet Explorer 9 Feature from "Turn on/Off Features"
in control panel, then turned it on, didn't fix the problem.
downgraded to internet explorer 8, and same issue happened in IE8
too !!!. so i upgraded back to IE9 (issue remains).
Switched to Software rendering, (didn't fix problem).
Updated my graphics card to latest driver.
Opened IE9 with no Adds on.
Disabled all adds-on
all this didn't fix the problem!
i need to make it work because i need to do UI Test Automation by Visual studio 2010, and i cant get it to work for Fire-Fox v13 i guess its not supported.
any one faced this problem before and know how to fix it ?
im using Windows 7 64bit
If you have access to and can install VS2010 Feature Pack 2, I believe it supports running coded ui tests in Firefox. There is information on that At MSDN, however, that page recommends Firefox 3.5 or 3.6.

Virtual machine test suite

I just got some VM software installed on my MacBook in order to have a test suite for cross-compatibility on websites etc. I need to be able to test for Internet Explorer 7 and 8.
Am I right in assuming I should install both Windows XP (with IE7) and Windows 7 (with IE8) to get the most optimal setup?
the result of testing the website with ie7 and ie8 doesn't depend on the windows version only on the browser version.
You can also run the ie8 in the compatibility mode but I made the experience that the result of ie7 and ie8 compatibility mode is not 100% the same.

Resources