<br>I&#39;m a little confused about the state of the SeasideTesting package.<br><br>I started with this tutorial <a href="http://bit.ly/aEwrSb">http://bit.ly/aEwrSb</a>. Installing the latest package in Pharo, it was obvious that I either had the wrong package, or things had changed quite a bit since that was written. But, using a combination of that tutorial, and the example classes, I&#39;ve been able to successfully use it, and like it, until I got into my components that utilize jQuery. I see in the tutorial that there are some methods like assertEventually: that were provided to handle jQuery calls. However quickly browsing through the classes in my SeasideTesting package, I seem to be missing jQuery examples, or methods that compare to assertEventually:<br>

<br>So last night I took a look at Selenium RC and WebTester, and was pretty impressed ( <a href="http://bit.ly/cr2vjK">http://bit.ly/cr2vjK</a> ). Seems like it can definitely handle my jQuery problem. <br><br>However before I consider switching, I wanted to get the opinions and recommendations of those on the list regarding these two options, as I&#39;ve already done quite a bit of work in SeasideTesting, and I&#39;m pretty sure that I&#39;m just missing how to use it with jQuery. Also, do you foresee any problems with either of these testing frameworks if I need to scale up to Gemstone?<br>