Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

regression testing of a .xul application

7 views
Skip to first unread message

chander...@gmail.com

unread,
Feb 29, 2008, 4:55:25 PM2/29/08
to
Hi,

I was wondering if there is anyway to automate regression testing of
a .xul application? It is a database coded in xul and not a browser
extension.

Thanks,
Chander

Mark Finkle

unread,
Feb 29, 2008, 9:57:55 PM2/29/08
to

On Windows, it is possible to use tools like TestComplete (from
AutomatedQA) to create scripts that can test a XUL application. XUL
apps support MSAA on Windows, an accessibility technology, that can be
used by test harness applications to script other applications.

Sergey Yanovich

unread,
Mar 1, 2008, 2:52:18 AM3/1/08
to
chander...@gmail.com wrote:
> I was wondering if there is anyway to automate regression testing of
> a .xul application? It is a database coded in xul and not a browser
> extension.

You may check http://xpunit.mozdev.org/ . It is a fairly sophisticated
jUnit-style unit test framework. xpunit can be used to test binary
XPCOM, js XPCOM, chrome js, as well as xul and xbl parsing.

A live example of the framework in is can be found at
http://repo.or.cz/w/abstract.git

--
Sergey Yanovich

0 new messages