QA fails for web app saying "There is no information displayed in the application"
I developed a simple web app using Nokia Web Developer Environment. The app worked well when I ran it in the emulator present in the WDE. To be sure I even checked it in the "Nokia SDK 1.0 for Java Emulator" and it worked perfectly well. But on publishing the QA is always failing saying that "There is no information displayed in the application". I don't have any real device hence I have to depend on the emulator to test. Is there any other step I should take to make sure that it get published properly ?
Re: QA fails for web app saying "There is no information displayed in the application
Hi
From personal experience: you have to verify that your application runs on an actual device.
The simulator does not get all aspects of an actual device correct and it often has differences in rendering and code handling.
When I create an application I run it in the simulator in "Local Preview" in order to debug the javascript then in "Cloud Preview" to get a better idea of how it will work on an actual device, then on a physical device in order to verify that the screen output is what I expected. I never expect the "Cloud Preview" to be perfect.
The simulator's web browser seems to be far more full featured than the Nokia Browser and some DOM manipulations will work in the simulator, but won't in the Nokia Browser.
The simulator also cannot handle some of the widget object code such as preferences storage for example (when running locally). So, you have to test some of the more advanced code on an actual device.
I have not tried running the Java SDK's simulator to see how well it does with emulating the look and feel of an actual device with the Nokia Browser. I would have hoped that it would work, but your experience says otherwise.
You could post the goo.gl link that gets created when you "Deploy Web App" for anyone with some spare time to run your application and report back with their tests. Maybe this will be enough for you to figure out what is going wrong.
Regards,
Stephen
Re: QA fails for web app saying "There is no information displayed in the application
Not sure if this helps, but if i still remember correcly this happened to me publishing my first web app... Check your config.xml if all data is properly filled out like <description> etc... </description> etc...