automated web site QA tools

Message Bookmarked
Bookmark Removed

anybody have any experience with these? are any of them any good? customizable? etc?

Tracer Hand, Tuesday, 15 April 2008 15:17 (seventeen years ago)

all i've heard so far is some IBM product called "watchfire"

Tracer Hand, Tuesday, 15 April 2008 15:32 (seventeen years ago)

We use the Mercury (now purchased by HP) tool suite, I think there's a LoadRunner and QuickTest Pro.

mh, Tuesday, 15 April 2008 16:07 (seventeen years ago)

These product names make me want to punch myself in the nuts

Catsupppppppppppppp dude 茄蕃, Tuesday, 15 April 2008 16:08 (seventeen years ago)

what, because one sounds like they're being clever because it's like a video game title and the other one sounds like it's the name of $15 shareware from 1997?

mh, Tuesday, 15 April 2008 16:23 (seventeen years ago)

yeajh i think a lot of these, including watchfire, are more for performance and load testing - i'm talking about something that will test against a bunch of possible coding faults, i.e. missing ALT attributes and META tags, color contrast, etc

Tracer Hand, Tuesday, 15 April 2008 16:33 (seventeen years ago)

Color contrast? No clue. Otherwise, just use the friggin w3c validator or one of the tools they link. I would bet some accessibility people have hacked up something for the contrast type stuff.

mh, Tuesday, 15 April 2008 16:39 (seventeen years ago)

um w3c validator is a joke

kind of hoping for a suite of tools, with customer support

Tracer Hand, Tuesday, 15 April 2008 16:50 (seventeen years ago)

i've only used the mercury tools. quicktest pro is the tits for that sort of thing, but hella expensive

electricsound, Tuesday, 15 April 2008 23:25 (seventeen years ago)

w3c validator is no joke. unless your code is completely fucked in which case trying to fix it using the validator can be a pain in the ass

akm, Tuesday, 15 April 2008 23:27 (seventeen years ago)

optimizing meta tags is a fucking sham.

Catsupppppppppppppp dude 茄蕃, Wednesday, 16 April 2008 00:05 (seventeen years ago)

akm no i was too harsh there, it's good for spot-checks or whatever

Tracer Hand, Wednesday, 16 April 2008 10:02 (seventeen years ago)

OK this looks like exactly what i'm after:

http://www.powermapper.com/products/sortsite/

Tracer Hand, Wednesday, 16 April 2008 11:14 (seventeen years ago)

optimizing meta tags is a waste of time for search engines now, for the most part.

akm, Wednesday, 16 April 2008 14:19 (seventeen years ago)

i'm not optimizing them, i just need to make sure they're consistent

Tracer Hand, Wednesday, 16 April 2008 14:20 (seventeen years ago)

meta tags are still relevant but only a part of the picture. ugh, the SEO guy we have makes us violent. they would prefer that our sites look like shit, but the SEO work. makes business sense, but it's a painful, painful crap lesson. designing for spiders instead of people. mr. googles is autistic.

mercury is a fave amongst our qa heavyweights.

for testing on the dev side, i have used selenium (more firefoxy)... and Watin (straight up msie).... both of these rule because they use element ids an other things to locate the button/image/href to click on. so if your page layout changes, but the names are the same (or there's a logical structure to the naming) you can use the same tests. some of the common tools in QA land are either vbscript backend that just POSTs or GETs and looks for some text in the resul... OR they are very position dependent. trouble here is that i have to pretty much write a little C# script by hand. (with Watin) if you're QA can't code, then you're hosed. great for automated unit tests tho.

msp, Wednesday, 16 April 2008 14:57 (seventeen years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.