testing - (Integration) Test of Locale Storage (GWT) -


i have problems writing integration-test locale-storage in gwt-application. due fact locale-storage "client"-side db, have problems accessing through testing code.

after bit of research found maybe way how it:

http://code.google.com/p/gwt-test-utils/

is right way it, or should forget testing part (would bad)? if not how can handle it?

gwt-test-utils indeed seems support storage: https://github.com/gwt-test-utils/gwt-test-utils/blob/master/gwt-test-utils/src/test/java/com/googlecode/gwt/test/storagetest.java

…or use gwttestcase; how feature tested in gwt itself. gwt 2.6 has upgraded htmlunit dependency should support local/session storage (i suppose); otherwise launch tests in real browser: http://www.gwtproject.org/doc/latest/devguidetestingremotetesting.html


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -