Questions tagged [sencha-test]

Sencha Test is a framework for unit and end-to-end testing of Ext JS apps.

16 questions
-1
votes
1 answer

how to mock ajax call with sencha test with extjs

I have to veryfiy the response of the ajax call in my sencha test. plz advise how to do it.. below is my sample code beforeEach(()=> { sim = Ext.ux.ajax.SimManager.init({}); controller = Ext.create('xxxx.controller.Search'); AutoLink =…
Guru Singh
  • 47
  • 3
1
2