Tagged Questions
The browser-testing tag has no wiki summary.
3
votes
6answers
173 views
Quick browser testing: Internet Explorer (version 6, 7 and 8)
Now that http://spoon.net/browsers/ has discontinued IE browsers, what is everyone using for cross-browser testing?
3
votes
4answers
208 views
How do u debug Display/CSS issues in multiple browsers?
say i need to develop a web site for multiple browsers. major ones - Firefox, Safari, IE, Opera, Chrome
how do u debug display issues? in FF theres Firebug which is great. theres a Firebug Lite for ...
2
votes
2answers
92 views
Driving multiple browsers that interact with eachother
We have a complex web application which uses a lot of JavaScript along with XMPP and a Rails application. It has come to the point where we need to test the entire system end-to-end. We need to be ...
1
vote
4answers
124 views
How to do browser testing in Google Chrome, which is constantly updating
How do QA teams handle browser testing of Google Chrome?
Since Google Chrome constantly updates itself, there is a challenge in limiting test scope to a specific version. While we might limit support ...
1
vote
1answer
95 views
Detecting a browser type
Togeather with error reporting in my asp.net app, I am also retreiving browser information. For example I am getting specific error a lot:
Type = Mozilla
Name = Mozilla
Version = 5.0
Major Version = ...
1
vote
1answer
494 views
Selenium-IDE test can't switch browser windows
I'm writing a Selenium IDE script to test part of our website that opens a window that takes the user to a third party site that we integrate with. The test clicks a link on our website, that opens a ...
1
vote
3answers
92 views
Test browser compatibility in an easier way
When I develop web-based applications or websites, I need to test browser compatibility to make sure that every browsers like IE, Firefox, Opera, Chrome, and Safari display the expected result.
I ...
1
vote
3answers
325 views
How can I test websites for Mobile Devices
What can I use to test websites I developed using HTML/CSS to see how it looks in mobile devices like iPhone/iPad/Android? Emulators/Simulators on Windows? I could installthe Android SDK and use its ...
1
vote
3answers
128 views
Can JUnit be used as an alternative to browser testing in Spring?
I'm building a Spring web app and up until now all of my testing is using a browser.
This involves starting the server, opening a browser window and checking to see if accessing any of the pages ...
0
votes
0answers
29 views
Best Way to Unit Test a Website With Multiple Fallback Languages
I've setup a multi-language browser-application and defined fallback languages. What's the best and mos secure way, to test this of the language-forwarding-functionality without installing different ...
0
votes
2answers
43 views
What's a good list of browsers to test your web design with?
I'm trying to come up with a list of essential web browsers one should test their design on.
Here's what I usually use, but I would love to know if you would recommend others that I have missed?
...
0
votes
0answers
81 views
What are the most popular browser toolbars that can affect the formatting/layout of a web page?
Recently I discovered that when the Skype toolbar is installed on someone's browser, it puts a graphic and special formatting on all of the phone numbers that appear on a web page. Unfortunately, this ...
0
votes
1answer
261 views
Get QUnit Results Using MSTest/MSUnit
I'd like to load a browser page that is a static HTML test harness for a page running QUnit tests.
I'd like to get the values from the success/failure <span>s and test with those.
How can I ...
0
votes
1answer
203 views
Cross Browser Testing with Microsoft Supplied VHD Files
I am using the microsoft supplied vhd files to test ie6. However, in the VM, browsing to localhost does not hit the webserver running on localhost of the host machine (Windows 7). Is there an easy way ...
0
votes
4answers
652 views
Is there any tool like ITester for mozilla?
Is there any browser test tool like ITester for mozilla all version?
0
votes
1answer
378 views
Is it possible to retrieve the contents of a html textarea with XPath?
I've looked all over but I can't find any leads. Is it possible to do something like:
//textarea/<some kind of function?>
or
<function>(//textarea)
I know I can do this using JS, or ...