Differences between revisions 2 and 3
Revision 2 as of 2016-08-21 02:04:14
Size: 423
Editor: scot
Comment:
Revision 3 as of 2016-08-30 22:34:13
Size: 645
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

== Test Cases ==

=== General JSON Encoding Test Case ===

Whenever you emit JSON from PHP and then encode it in an object (or array), re-serializing that object using Json.NET should result in identical json text.

My Current To Do List for the Mobile Project

Server Side topic.php To Do List

  1. Return all data as application/json data - no true false stuff!
  2. Identify possible error conditions on the server side and add appropriate responses.

Client Side To Do List

  1. When reading application/json data from the server re-hydrate it into objects.
  2. Refactor my test methods into a coherent service use library.

Test Cases

General JSON Encoding Test Case

Whenever you emit JSON from PHP and then encode it in an object (or array), re-serializing that object using Json.NET should result in identical json text.

scot/BibleBeliefsProjectMobile/ToDo (last edited 2016-08-30 22:34:13 by scot)