This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Test Components with SDK

Hi there, I'm writing this post to ask for a solution or ideas for implementing an emulation with the SDK of what happens when you click the "test" button when creating an Application Monitor from a template, "Test Components" base on the credentials you passed. Any thoughts?

frn_0-1611063092244.png

Thanks in advance!

Francisco.

  • These are some of the guidelines to verify the correctness of the SDK integration. The most important thing is to ensure that the app is working as it was before integrating with the SDK.

    Upsers

    There are 4 components to verifying the integration:

    1. SDK initialized correctly
      Ensure that certain events occur properly. For example, your app triggers the 
      identify
      click
      app_open
       events correctly.
    2. Dashboard
      Confirm that the events show up correctly in the 
      Dashboard
      , under the user profile.
    3. Notifications
      Use the 
      Push Studio
       editor to create different types of push messages and ensure that the notifications render correctly on devices.
    4. Campaigns
      Create a test campaign with the test devices and run a campaign against them, making sure that you are getting stats.
  • There's not really anything in the API that would give you those test capabilities, the way we historically have done this kind of thing is to just create it how we think it should be, wait a few minutes and check if it turns unknown or up or down.