Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Test coverage: 

This test will confirm that your device which you installed the app on has registered successfully in Appoxee database.

Testing procedure:

  • Open Charles on your computer
  • download your application to your device and install it
  • Launch the application
  • In Charles click on the https://saas.appoxee.com in the structure pane to 
  • Click on the individual device records on the left pane and check the request and response tabs on the right pane as seen in the below screen shot:



Expected result:

The following requests and their respective responses should be successfully reported by Charles.

each request should return a response code of 200 indicating the call was successful.

The Device should have all out of the box parameters included, specifically a Push Token.

Request:

Response:

Request:

 

Response:


Note:
If your integration includes setting up a unique Alias for each Device which installs your app, please check that the following request is initiated.
*Make sure to record your test device Alias for future tests.
Request:


Response:


  • No labels