Get help with testing, discuss unit testing strategies etc.


Post by zombeerose »

Probably not an option due to browser security limitations but do you guys know of any way to test an Ext.form.field.File field? Such as the ability to select (or spoof) a selection of a file? I have an extended version that I'd like to test the possible actions but everything hinges upon a file being selected.

Thanks for any ideas :)

Post by nickolay »

Not possible with simulated events, due to security limitations as you mentioned. Perhaps it will be possible with "real" events (using Java applet), but not for sure.

Post Reply