TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How you test for different versions of IE on a mac?

2 点作者 wtpiu超过 11 年前
I haven't been able to determine a definitive / outstanding service that lets you test your site in several versions of IE on a mac (now that IE is discontinued)... how do people usually do this?

3 条评论

shdon超过 11 年前
The actual IE for Mac has died long ago and was barely related to IE for Windows anyway. If you mean current versions, try something like Saucelabs interactive sessions. They offer many different OS&#x2F;browser combinations in VMs and even their free offering is plenty for light use. <a href="https://www.saucelabs.com/" rel="nofollow">https:&#x2F;&#x2F;www.saucelabs.com&#x2F;</a> for more...<p>In more limited form, Microsoft have their own freely downloadable VMs for certain versions of IE, though there are some tricky licensing issues, the VMs expire, and it&#x27;s all quite cumbersome. <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF" rel="nofollow">http:&#x2F;&#x2F;www.microsoft.com&#x2F;downloads&#x2F;en&#x2F;details.aspx?FamilyId=...</a><p>For really basic tests, there&#x27;s also the IE net renderer at <a href="http://ipinfo.info/netrenderer/" rel="nofollow">http:&#x2F;&#x2F;ipinfo.info&#x2F;netrenderer&#x2F;</a>
charlesportwood超过 11 年前
If you&#x27;re looking for a service, Browser Stack (<a href="http://www.browserstack.com/" rel="nofollow">http:&#x2F;&#x2F;www.browserstack.com&#x2F;</a>) gets the job done.<p>Microsoft also offers free VMs for testing IE at modern.ie (<a href="http://www.modern.ie/en-us/virtualization-tools" rel="nofollow">http:&#x2F;&#x2F;www.modern.ie&#x2F;en-us&#x2F;virtualization-tools</a>) for Virtualbox, Parallels, and VMWare. They have 9 or so images for testing IE, ranging from IE6 on Windows XP, to IE11 on Windows 8.1.
defied超过 11 年前
We run <a href="http://testingbot.com" rel="nofollow">http:&#x2F;&#x2F;testingbot.com</a> which provides just that: online browser testing. In your case, just go to our website, sign up for a free account and run any IE&#x2F;Firefox&#x2F;Chrome version straight from your mac. Please let me know what you think, we appreciate any feedback!