测试移动网站

发布于 2024-09-05 02:40:31 字数 97 浏览 10 评论 0原文

我们正准备推出一个移动网站,并且想知道在尽可能多的移动浏览器上进行测试的最佳方法是什么?

这可能是一家做这类事情的公司,或者是一种内部做这件事的方式,我们并不挑剔。

We are getting ready to launch a mobile site and are wondering what the best way of testing across as many mobile browsers as possible would be?

This could be a company that does this sort of thing, or a way in which to do it in-house, we're not being picky.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

时光礼记 2024-09-12 02:40:31

这可能比您想象的更棘手,因为运营商可能会“调整”其网络中手机的外观和感觉。同样,他们可能会使用优化器或内容过滤器,这将改变您的网站在网络之间(甚至同一网络上的 APN 之间)的外观 - 即商业 APN 可能会降低图片分辨率或阻止某些媒体类型,而普通消费者则会让一切通过)。我认为这种类型的事情正在变得不那么普遍,因为拥有功能强大的智能手机和移动宽带的用户需要“正常”的有线体验,但它仍然存在,并且可能对您的网站很重要。

至少有一家公司提供一种虚拟的“随处部署”服务,以便您可以在任何网络中的任何手机类型上测试您的应用程序或网站(理论上,我确信存在限制):http://www.deviceanywhere.com

注意我与这些人没有任何关系,也从未使用过他们,但他们提供的服务似乎很有用,我相信他们也有一些竞争对手,你也可以看看。

It may be even more tricky than you think as operators may 'tweak' the look and feel of phones in their network. Similarly they may use optimisers or content filters which will change how your site looks between networks (and even between APNs on the same network - i.e. a business APN may reduce picture resolution or block certain media types, while a normal consumer one would let everything through). I think this type of thing is becoming less prevalent as users with powerful smart phones and mobile broadband demand 'normal' wired like experience, but it does still exist and may be important for your site.

There is at least one company that offers a sort of virtual 'deploy anywhere' service so you can test your application or website on any phone type in any network (in theory, I am sure there are limits): http://www.deviceanywhere.com

Note I have nothing to do with these guys and have never used them, but the service they offer seems useful and I am sure they have some competitors you can look at also.

陈独秀 2024-09-12 02:40:31

您可能还想尝试使用 Firefox 并使用用户代理切换器修改标头。

使用 Firefox 测试移动网站

You may also want to try using Firefox and modifying the headers along with a user agent switcher.

Testing Mobile Web Sites Using Firefox

守望孤独 2024-09-12 02:40:31

如果你即将推出,那你就有点晚了!测试移动网络应用程序是一项艰巨的工作,应该持续进行。您可以测试三件事:

  1. 假设您生成特定于各种移动电话的 HTML - 您需要测试您的 HTML 生成。为此,请使用 Firefox UA 切换器插件。注意 - 这不会测试 HTML 在移动设备上的实际显示方式,它只会测试您的服务器端 HTML 生成是否识别不同的 UA 字符串并呈现预期的 HTML

  2. 尽可能测试移动设备浏览器。有人已经列出了一堆模拟器 - 我对这些模拟器的结果好坏参半。它们是 Firefox UA 切换器的重大进步,但不要假设它们能够准确模拟移动浏览器 - 将其更多地视为有用的指南

  3. 测试移动浏览器 + 移动网络。其他人也提到移动运营商对流量做了一些有趣的事情。如果您的网络应用程序针对特定区域,请从该区域的运营商处获取手机并在这些运营商网络上进行测试。 www.deviceanywhere.com 对此很有帮助,但仅限于其覆盖的地区 - 即北美和美国。西欧。 Device Anywhere 不是该领域唯一的供应商,但他们是我使用过的唯一供应商。

除此之外,尝试确定区域和地点。您的应用程序的目标受众,并从中得出要覆盖的手机的简短列表。例如,如果它是一个商业应用程序,那么请考虑黑莓。另外,请确保您的应用程序正在收集统计信息,以便您可以查看哪些设备真正访问该网站,并确保这些设备位于您将来测试的列表中。

祝你好运!

If you're about to launch, you've left it a bit late! Testing mobile web apps is a difficult job and should be done ongoing. There are three things you can test:

  1. Assuming that you generate HTML specific to various mobile phones - you'll need to test your HTML generation. For this, use the Firefox UA switcher plugin. Note - this will do nothing to test how HTML is actually displayed on mobile devices, it will just test that your server side HTML generation is recognising different UA strings and rendering expected HTML

  2. Test mobile device browsers as much as possible. Somebody has already listed a bunch of emulators - I've had mixed results with these. They are a significant step up on just the Firefox UA switcher, but don't assume that these accurately emulate the mobile browser - think of it more as a useful guide

  3. Test mobile browser + mobile network. Someone else has also alluded to the fact that mobile carriers do funny things to the traffic. If your web app is targeted at a specific region, then get mobile phones from operators in that region and test on those operators networks. www.deviceanywhere.com is good for this, but limited in the regions it covers - namely North America & Western Europe. Device Anywhere are not the only vendor in this area, but they are the only one's I've used.

In addition to this, try to identify the region & target audience for your app and from this come up with a short list of phones to cover. e.g. If it is a business app, then think BlackBerry. Also, make sure that your app is gathering statistics so you can see what devices are really accessing the site and ensure that these devices are on the list you test with in future.

Good luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文