<div dir="ltr">I suggested an automated javascript testing framework for gsoc, was thinking watir rather than selenium based on a few discussions about both, but it didn&#39;t go anywhere:<a href="http://groups.drupal.org/node/9511">http://groups.drupal.org/node/9511</a>,<br>
<br>While I&#39;d love to see testing with Selenium or Watir or some other browser remote control that can handle stuff that simpletest or straight up javascript unit testing can&#39;t, like cwgordon said, it&#39;s a matter of effort and returns.<br>
<br>The testing framework we have in core has the advantage that anyone can download and run tests without needing to install other software, tests can be written in PHP, and we&#39;re getting close to the tipping point where our coverage is high enough to start finding regressions before they&#39;re committed.<br>
<br>On the other hand, and&nbsp; unfortunately, at the moment we don&#39;t have that many jQuery intensive patches - yes, it&#39;s really annoying trying to get cross-browser tests when a new jQuery is released, but that&#39;s once every few months - so in terms of saving click around time SimpleTest is giving higher returns at the moment. While it might appear to be a lack of interest at the moment, it&#39;s more a case of 1. a lack of resources (the &#39;testing brigade&#39; is still pretty small) 2. a need to get the testing framework we actually have up to a point where it begins to actually save some work - it&#39;ll only do this when we&#39;re closer to 100% test coverage and tests are being run on patches automatically via <a href="http://testing.drupal.org">testing.drupal.org</a><br>
<br>That said - it&#39;s very clear that the core testing framework can&#39;t cover everything, so extending it would be the natural next step - and given the amount of time and work it&#39;s taken to get to where we are now, starting early surely wouldn&#39;t hurt.<br>
<br>Nat<br></div>