Welcome!

And don't forget to edit your signature & profile.

 

Icon

Statistics

  • Total posts 23318
  • Total topics 4048
  • Total members 5574
  • Our newest member
    ALF5583

TOP POSTERS

Browser Testing?

Design reviews, usability-related issues and discussions.
   

Browser Testing?

Postby justin.lancaster » Tue Feb 10, 2009 9:46 am

I'm curious how everyone tests their sites in different browsers?

I work on macs, I don't own a PC. However, I've been doing a lot more web design lately and I feel like i should have one around for testing purposes.

At first I thought I would use Boot Camp. But, when I asked my friend who's an apple tech, he told me to steer clear of the Boot Camp route. I trust his advice so I'm not going to mess with that.

He recommended VMware Fusion. Anyone have any experience with this prodcut?

I understand it costs around $80 plus you need to buy a windows license.

I'm wondering if its worth just spending the $ on a new laptop that comes with vista or just go the VMware route.

Also, I've heard you can only run 1 version of IE per operating system... Is this still the case?

How does everyone else test their designs in other browsers?
User avatar
justin.lancaster
Smashing <table>
 
Posts: 33
Joined: Mon Feb 09, 2009 5:53 pm
Location: Bridgeport, CT USA
   

   

Re: Browser Testing?

Postby ibernat » Tue Feb 10, 2009 9:49 am

You can try Litmus, a very very nice app for just that.

Code: Select all
http://litmusapp.com/


A freeware version that does the same thing

Code: Select all
http://browsershots.org/
Freelance PHP and CSS developer in love with jQuery and CakePHP. Playing with Django and AppEngine.

Portfolio -PSD to HTML slicing -Twitter
User avatar
ibernat
Smashing <hr />
 
Posts: 54
Joined: Mon Feb 09, 2009 4:07 pm
Location: Zagreb, Croatia / London, UK
   

   

Re: Browser Testing?

Postby jm.toball » Tue Feb 10, 2009 10:23 am

I'm running IE 5.5 and 6 via Wine on my Debian Linux System where I also run Firefox, Opera and a bunch of exotic Linux browsers.
For Safari, Chrome, IE 7 and IE 8 I got a virtual machine running via Virtualbox (a VM-Alternative) that I also use for Photoshop, Flash and all the other Windows Tools not playing nicely with Wine that I still don't want to miss.

justin.lancaster wrote:Also, I've heard you can only run 1 version of IE per operating system... Is this still the case??

When I was still using Windows I had IE 5.5, 6 and 7 running next to each other using this
Johannes Maximilian Toball
computer science student - freelance webworker
User avatar
jm.toball
Smashing <hr />
 
Posts: 57
Joined: Mon Feb 09, 2009 2:03 pm
Location: Germany
   

   

Re: Browser Testing?

Postby Parallax » Tue Feb 10, 2009 10:46 am

I write the code for something strict like Opera, this eliminates many errors before I see them.

I work from a PC, so I have the following installed and test every line of code in them: IE6, IE7, IE8Beta, Firefox3, Opera 10, PCSafari3, Konqueror, Google Chrome and even Blackbird.

My department is mixed, so I also review pages on someone's Mac (Safari and Firefox) before handing off any front-end code. Likewise, if they write any presentation-layer code, I help them test it.

After it goes to development for a while, it lands on a testing/integration server, our QA department crawls over the interface and functionality, comparing it to the mockups and definition of expected behavior.

And after all that, there are still some errors that we miss. I fixed one yesterday that took 23 steps to reproduce. I am fairly certain that the person who found that is a cyborg.
I blame the limitations of plain text!
User avatar
Parallax
Smashing <div>
 
Posts: 159
Joined: Mon Feb 09, 2009 10:48 am
Location: Minneapolis, MN
   

   

Re: Browser Testing?

Postby haRacz » Tue Feb 10, 2009 11:24 am

haRacz
 
Posts: 3
Joined: Tue Feb 10, 2009 10:15 am
   

   

Re: Browser Testing?

Postby Juul Coolen » Tue Feb 10, 2009 11:36 am

I would definitely recommend the VMware Fusion route. It is true you can only have a single version of IE installed at a time (or you have to rely on nasty workarounds). But with the use of 'snapshots' in VMware or multiple VMs, you can have all the tools you need.

It seems like a lot of trouble to go through, but I can't think of any other option that is as reliable and flexible.
Juul Coolen
Smashing <table>
 
Posts: 24
Joined: Mon Feb 09, 2009 4:23 pm
Location: The Netherlands
   

   

Re: Browser Testing?

Postby hayley » Tue Feb 10, 2009 11:48 am

http://browsershots.org

And then hope for the best until someone sends me a bug report.
Hayley
@quasihayley
WordPress. Events. Cake.

Are you a Smashing Lady? Come join the Smashing Ladies thread.
User avatar
hayley
Smashing <li>
 
Posts: 259
Joined: Mon Feb 09, 2009 4:13 pm
Location: Cardiff, UK
   

   

Re: Browser Testing?

Postby justin.lancaster » Tue Feb 10, 2009 12:10 pm

Thanks everyone for your suggestions!

ibernat wrote:You can try Litmus, a very very nice app for just that.

Code: Select all
http://litmusapp.com/


A freeware version that does the same thing

Code: Select all
http://browsershots.org/


I use browsershots.org. Screenshots are good, but they lack the interactive element. For usability testing I really want to know how the site functions on different browsers.

I just signed up for a free litmus acct. I love the site design and UI! So much nicer than browsershots.org. However, The free account doesn't help me too much, IE7 and FF2 have pretty good standards support.

Parallax wrote:I write the code for something strict like Opera, this eliminates many errors before I see them.

I work from a PC, so I have the following installed and test every line of code in them: IE6, IE7, IE8Beta, Firefox3, Opera 10, PCSafari3, Konqueror, Google Chrome and even Blackbird.


Me too. I code for Firefox and Safari using web standards so that eliminates a lot of potential problems. But it's IE 5.5 and 6 that are the real pain in my butt. IE6 mainly... Roughly 40% of the traffic to one of my sites still uses IE6.

Do you have a problem with your pc running all those versions of IE on one operating system? Do you use an application like some others suggested to achieve this?

Juul Coolen wrote:I would definitely recommend the VMware Fusion route. It is true you can only have a single version of IE installed at a time (or you have to rely on nasty workarounds). But with the use of 'snapshots' in VMware or multiple VMs, you can have all the tools you need.

It seems like a lot of trouble to go through, but I can't think of any other option that is as reliable and flexible.


Does VMware only give you screenshots or can you actually install and use IE(version of your choice) on your mac with it?
User avatar
justin.lancaster
Smashing <table>
 
Posts: 33
Joined: Mon Feb 09, 2009 5:53 pm
Location: Bridgeport, CT USA
   

   

Re: Browser Testing?

Postby Ryan Williams » Tue Feb 10, 2009 12:25 pm

I wouldn't ever rely on screenshots. Too many problems can arise that are difficult or impossible to see properly in them, particularly if you're building complex web applications or anything that makes significant use of JavaScript.

Based on a Vista PC, I fully test with the latest (sub-)version of the following:

  1. Chrome
  2. Firefox 2
  3. Firefox 3
  4. Internet Explorer 6
  5. Internet Explorer 7
  6. Internet Explorer 8
  7. Safari
  8. Opera
I was quite surprised to find through testing that results between Firefox 2 and Firefox 3 can vary quite significantly at times. Reassuringly though, IE8 results are much more in line with what its peers output.

As recommended above, I too use IETester for pre-IE8 testing. It's without a doubt the best multi-IE testing software available, allowing you to run each browser instance in a tab. Unlike past solutions such as MultipleIE, it has no real flaws — it reads conditional statements properly, uses IE6's proper JavaScript engine, etc.
Do you like Monkey Island? What about Day of the Tentacle, Full Throttle, Grim Fandango, or Psychonauts? These games all have one thing in common: Tim Schafer. To check out his latest game, head over to BRUTAL! The Legendary Fan Site.
User avatar
Ryan Williams
Smashing <div>
 
Posts: 222
Joined: Tue Feb 10, 2009 11:29 am
Location: Notts, UK
   

   

Re: Browser Testing?

Postby Juul Coolen » Tue Feb 10, 2009 12:52 pm

Justin, VMware Fusion lets you virtually run a copy of Windows on the Mac OS. It is displayed like any ordinary application within a window. So you can still have all your Mac apps next to it and switch between them. This is the big advantage over Bootcamp which only lets you run Windows and that's it, you need to shut down Windows first before being able to log into Mac again.

Visually VMware lets you operate Windows like any native PC. Maybe you want to have a look at http://www.vmware.com/ for more information.
Juul Coolen
Smashing <table>
 
Posts: 24
Joined: Mon Feb 09, 2009 4:23 pm
Location: The Netherlands
   

   

Re: Browser Testing?

Postby Parallax » Tue Feb 10, 2009 2:37 pm

@ justin.lancaster

Yes, it's not ideal to have them all installed concurrently. The hackware to do this is all pretty wonky. I've recently cleaned all that off my system and consigned myself to walk the 10 feet to our testing lab every so often. Oh, the huge manatee!
I blame the limitations of plain text!
User avatar
Parallax
Smashing <div>
 
Posts: 159
Joined: Mon Feb 09, 2009 10:48 am
Location: Minneapolis, MN
   

   

Re: Browser Testing?

Postby EvoDy » Fri Feb 13, 2009 4:01 pm

look up crossover for mac. I use it and swear by it. no VM necessary.
Evolution Dynamics - Because your roots matter
SEO Specialist and Official Reality Checker
User avatar
EvoDy
Smashing <div>
 
Posts: 215
Joined: Tue Feb 10, 2009 12:01 pm
Location: Cape Coral, FL
   

   

Re: Browser Testing?

Postby suciuvlad » Sat Feb 14, 2009 9:39 am

I have a PC with windows 7 beta.To test websites in IE 6 i have installed Microsoft Virtual PC with windows XP in it.
User avatar
suciuvlad
Smashing <div>
 
Posts: 100
Joined: Mon Feb 09, 2009 5:19 pm
Location: Baia Mare, Romania
   

   

Re: Browser Testing?

Postby TT_Mark » Sat Feb 14, 2009 7:55 pm

I have a MacBook running VM Fusion, but I'm struggling on only 2Gb RAM and will need to upgrade to get a decent running speed. I run IE Tester on my Windows boot, and Firefox, Safari and Opera on my Mac
Hey look! I made a blog! http://www.msinkinson.co.uk
User avatar
TT_Mark
Smashing <li>
 
Posts: 401
Joined: Tue Feb 10, 2009 6:27 am
Location: Sheffield, UK
   

   

Re: Browser Testing?

Postby ibernat » Sun Feb 15, 2009 7:01 am

Ryan Williams wrote:Based on a Vista PC, I fully test with the latest (sub-)version of the following:

  1. Chrome
  2. Firefox 2
  3. Firefox 3
  4. Internet Explorer 6
  5. Internet Explorer 7
  6. Internet Explorer 8
  7. Safari
  8. Opera


This is actually the way I do my testing. I develop everything using FF3, then test it in other browsers. 99.9% of the time Safari/Chrome display the exact same result. 98% of the time IE behaves like it should. :oops:
Freelance PHP and CSS developer in love with jQuery and CakePHP. Playing with Django and AppEngine.

Portfolio -PSD to HTML slicing -Twitter
User avatar
ibernat
Smashing <hr />
 
Posts: 54
Joined: Mon Feb 09, 2009 4:07 pm
Location: Zagreb, Croatia / London, UK
   

Next

Return to Usability



Who is online

Users browsing this forum: No registered users and 1 guest