我想学习在不同浏览器中测试我的网站的最佳和最有效的方法,因此,如果网站不能让我满意,我想知道如何改进网站,以及改进能走多远:例如,如果某个东西在IE中不起作用,我希望能够判断这个“东西”是否可以改进,或者这是否只是IE用户必须付出的代价。
1) 我应该在哪些浏览器上测试我的网站
2) 我应该(在windows中)安装哪些浏览器?
3) 有没有“必须知道”的网站来解释上述浏览器的工作方式(或者我会通过在谷歌上搜索获得足够的信息)
谢谢你的帮助
我想学习在不同浏览器中测试我的网站的最佳和最有效的方法,因此,如果网站不能让我满意,我想知道如何改进网站,以及改进能走多远:例如,如果某个东西在IE中不起作用,我希望能够判断这个“东西”是否可以改进,或者这是否只是IE用户必须付出的代价。
1) 我应该在哪些浏览器上测试我的网站
2) 我应该(在windows中)安装哪些浏览器?
3) 有没有“必须知道”的网站来解释上述浏览器的工作方式(或者我会通过在谷歌上搜索获得足够的信息)
谢谢你的帮助
您的问题的简单答案可在此链接上获得:
http://www.w3schools.com/browsers/browsers_stats.asp
以上链接将向您显示浏览器的清晰统计信息。
此外
1) which browsers should I test my website on Ans: it depends upon your audience and you should at least test on top browsers i.e. IE 8, FireFox and Chrome
2) 我应该(在windows中)安装哪些浏览器?
Answer: All possible. 3) is there any "must know" website which explains the way the above browsers work (or would I get enough information through searching on google)
答:w3c肯定会在这方面为您提供帮助。
Regards husnain
考虑Selenium HQ。这是一个自动测试工具,可以让您使用Firefox、Chrome和IE编写测试脚本。
此链接将非常有用:
http://www.freakzion.com/index.php/The-Blog-May-2013/browser-compatibility.html
基本上应该是这些:
Are there database testing tools for python (like sqlunit)? I want to test the DAL that is built using sqlalchemy
I have been tasked with looking for a performance testing solution for one of our Java applications running on a Weblogic server. The requirement is to record production requests (both GET and POST ...
I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...
I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...
Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...
I am testing in selenium and I have a bunch of stuff that happens on page load. I found out about autoit, and I was thinking that it could handle all javascript dialog issues. I was searching around ...
I use cucumber to run integration tests. I have a very large (30,000+ record) stardard setup for testing. How can I leave that in the test.sqlite3 database without re-loading it ever?
Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...