Page 1 of 1

Re: Ext is not define error...

Posted: Mon Mar 26, 2018 1:32 pm
by nickolay
Hi,

Please enable "stop on exception" feature in the debugger and see what line is causing the exception.

Re: Ext is not define error...

Posted: Mon Mar 26, 2018 1:55 pm
by nickolay
This probably means Ext is not loaded on the page - check the Net tab of the debugger for 404 errors.

Re: Ext is not define error...

Posted: Mon Mar 26, 2018 1:58 pm
by nickolay
Ok, then do further investigations. Hard to say whats going on exactly w/o reproducible test case.

Re: Ext is not define error...

Posted: Mon Mar 26, 2018 2:09 pm
by nickolay
You don't need to include ExtJS on the harness html page if you meant that. ExtJS should be specified in the "preload" config. And, if you use "pageUrl" config option, you don't need the "preload" config at all.

Re: Ext is not define error...

Posted: Mon Mar 26, 2018 2:17 pm
by nickolay
Well, if you can provide a reproducible test case, I can take a look.

Re: Ext is not define error...

Posted: Mon Mar 26, 2018 9:15 pm
by mats
Just don't preload Ext JS with your tests, all will be fine.

Re: Ext is not define error...

Posted: Tue Mar 27, 2018 8:41 am
by mats
Ok, please provide a full test case.

Re: Ext is not define error...

Posted: Tue Mar 27, 2018 9:04 am
by nickolay
Its really not enough information to help you. Please do the required investigation yourself, find out why exactly it fails and ask more specific questions.

Re: Ext is not define error...

Posted: Thu Mar 29, 2018 9:47 am
by nickolay
Hi,

Perhaps you can also examine the Siesta examples, which are in the "examples" folder in its package. Also make sure you've read the "Getting started" guide: https://www.bryntum.com/docs/siesta/#!/ ... ng_started

Answering your questions:
* Not quite clear what you mean, but Siesta test are plain javascript files. You can use any code in them, including random numbers generator.
* There's no such thing as "bug play" in Siesta - there's "test play". Yes, you can run tests in the cloud and on different machine. See https://www.bryntum.com/docs/siesta/#!/ ... ntegration and https://www.bryntum.com/docs/siesta/#!/ ... automation
* Pretty much with all of them, yes. However, we don't test support for Ext3 and Ext4. You can also use Siesta as a generic testing tool, which will not be aware of Ext (the Ext layer in Siesta is written on top of the generic plain DOM layer). For that, use "Siesta.Harness.Browser"
* Check this guide: https://www.bryntum.com/docs/siesta/#!/ ... t_recorder