Get help with testing, discuss unit testing strategies etc.


Post by nickolay »

I've just uploaded Siesta-0.21.

Its still a work in progress, the main new feature is Selenium support!
You can now run your tests in all supported browsers from the command line.
You can also setup a Selenium Grid to use browsers from some other machines.
Details are in the updated manual in the "Siesta" class.

Enjoy.

Post by gevik »

Hi,

The new update breaks on:

[1] The entire app does not even show up on FireFox 3.6 (CentOS 5.6)
[2] On Firefox 7 (MacOSX Lion), the app shows up but cannot run any tests. The treepanel nodes are removed!
[3] The same error also on Safari 5.1.1 and Chrome 14

PS: I am using ExtJS 4.0.7

Please advice.

Post by mats »

What's the error msg you get?

Post by mats »

Are you using 4.0.7 for the 'main harness' page, or just in the tests?

Post by gevik »

mats wrote:Are you using 4.0.7 for the 'main harness' page, or just in the tests?
Both actually, I have integrated Siesta in main Ext4Yii testing. However I also tried to use 4.0.2a for harness and the tests on 4.0.7 but then the click event tests did not work. IIRC the error was about not being able to select "left" of null. I guess the element could not be selected for to perform the click event.

Post by mats »

Using 4.0.2a for the Harness is a good idea. Can you describe the errors happening when using 4.0.7 in your tests? It works fine for me...

Post Reply