WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: is it possible to automate usability testing using QTP?

for

Number of posts in this thread: 2 (In chronological order)

From: Shrirang Sahasrabudhe
Date: Sun, Sep 24 2006 9:50PM
Subject: is it possible to automate usability testing using QTP?
No previous message | Next message →

Is it possible to automate ADA (American Disabilities Act) based usability testing for Web Applications using QTP?
Whether tools like bobby seamlessly integrate with QTP?


---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.




From: Peter Krantz
Date: Mon, Sep 25 2006 1:20AM
Subject: Re: is it possible to automate usability testing using QTP?
← Previous message | No next message

On 9/25/06, Shrirang Sahasrabudhe < = EMAIL ADDRESS REMOVED = > wrote:
> Is it possible to automate ADA (American Disabilities Act) based usability testing for Web Applications using QTP? Whether tools like bobby seamlessly integrate with QTP?

I think most types of usability testing are very difficult to
automate, the same goes for accessibility testing. Most evaluation
tools (like Bobby) give feedback that require you to manually inspect
if a test is applicable or not. This makes it difficult to use as part
of an automated test procedure which you typically would like to be
able to run without manual intervention.

You can, however, automate basic accessibility testing.

I had a session at the european Ruby on Rails conference where I
showed how developers can use the Ruby Accessibility Analysis Kit
(RAAKT) as part of their automated Rails testing framework. This will
allow a team to make sure they at least stay away from some basic
accessibility issues while developing a web application.

RAAKT is available as open source form here: http://raakt.rubyforge.org/

If you want to play with an online version of RAAKT see
http://peterkrantz.com/bacc/

Regards,

Peter Krantz