Get help with testing, discuss unit testing strategies etc.


Post by sqatester123 »

Hello,

We have created a number of classes extending Siesta.Test.ExtJS. So far I have only been able to use one of those classes at a time, by specifying it in the harness configuration.

I wanted to see if it was possible to either specify multiple test classes in the harness configuration or manually instantiate the test classes inside a test case.

Let me know if you need any other info.

Post by nickolay »

Hi,

The "testClass" config (as most of them) can be specified in the test descriptor, so you can use different test classes for different tests.

Post by sqatester123 »

Can you specify more than one per test?

Post by nickolay »

No, thats not supported.

Post Reply