the test runner is best for testing the API of specific classes, one at 
a time. you would use it to e.g. automatically invoke a method on a 
class instance with various parameters and check the return values. 
these tests should require no manual intervention and are essentially 
non-gui.
selenium and the simulator on the other hand are about gui tests. you 
simulate an end user interacting with your application's user interface. 
this is good for testing the app's gui and its internal logic/backend 
access/etc. as far as it becomes apparent at the user interface.

hth,
t.

robust wrote:
> Hello All,
>
> I am trying to write some test cases against my application and run. When I
> searched the qooxdoo documentation, i found Test runner and Selenium
> (Simulator). Which is the best one to use. I am new to qooxdoo and never
> wrote any test cases previously in any language. Please, bear with my
> questions.
>
> Thanks,
> Robust
>   

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to