How to test JavaScript
Some pages have embedded JavaScript. Is it possible to test that with TikiTest?
If we go with a phpunit+Selenium approach, then I believe Selenium is able to deal with JavaScript, since it goes through the browser to carry out user events.

Last Comments