Search found 24 matches

I got it. Thanks!
Hi, In my test suite, I'd like to create a record via REST request in step 1 and then delete the just created record in step 2. Therefore, I put a step between step 1 and 2 for waiting for the ExtJs store load completely. In the following code, it will show "log2" followed by "log1&qu...
Thanks! It works for me!
I’d like to know if it’s possible to use a custom ExtJs class in test suite. I have a Ext Class defined as below which aims to define some constants used in test suite. Config.js Ext.define('Test.utility.Config', { singleton : true, alternateClassName : [ 'Test.Config' ], PROJECT_NAME : "projec...