Developer Documentation Library > Mobile SDK > Testing a mobile application > Testing a disconnected application > Survey test points
 
Survey test points
When testing with the disconnected mobile application, the application must be able to synchronize with the MobileSyncWebService web service. You must test that data that is downloaded from MobileSyncWebServie is consumable, and that the collected data can be synchronized with the server.
Disconnected survey test points
The following disconnected survey attributes must be tested.
Page rendering
See Page rendering
Page navigation
See Page navigation
Quota management
Test that the quota is updated correctly, the complete count and target is managed, samples are rejected when the quota is met, and the quota data synchronizes correctly.
Sample management
Test that sample management is achievable in the mobile application, sample status is recorded, and sample operations are recorded in the sample history.
Validation errors
Validate the collected answers. When errors occur in the answers, the error must display for the user, and the questions are re-asked to collect correct answers.
Styles
See Styles
Labels
See Labels
Routing and expressions
The next question that is asked is based on the routing rule. Routing expressions are evaluated and the results are utilized.
See also
Testing a disconnected application