I hope this is a good place to post this question. But, does anyone
know of a good way to test XULRunner applications? I would like to
have a suite of functional tests I can run against my apps each time
I'm ready to release. I want to ensure quality assurance of my
applications.
I appreciate any pointers,
Greg Marine
I suggest asking mozilla.dev.quality
We're still working our way around developing automated test suites. See
http://developer.mozilla.org/en/docs/Mozilla_automated_testing
Currently using xpcshell to test XR application components is hard, because
it doesn't understand how to load components from multiple locations. It
would be good to either implement an in-process xpcshell alternative or
something like jsshell to do in-process component testing.
--BDS
Thanks! I'll ask there.
Greg Marine